From owner-freebsd-current@FreeBSD.ORG Wed Mar 9 21:43:23 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4704116A4CE; Wed, 9 Mar 2005 21:43:23 +0000 (GMT) Received: from mail-gw1.york.ac.uk (mail-gw1.york.ac.uk [144.32.128.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77E2D43D53; Wed, 9 Mar 2005 21:43:22 +0000 (GMT) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from ury.york.ac.uk (ury.york.ac.uk [144.32.108.81]) by mail-gw1.york.ac.uk (8.12.10/8.12.10) with ESMTP id j29LhK5q009505; Wed, 9 Mar 2005 21:43:20 GMT Received: from ury.york.ac.uk (localhost.york.ac.uk [127.0.0.1]) by ury.york.ac.uk (8.12.9p2/8.12.9) with ESMTP id j29LhJp8008172; Wed, 9 Mar 2005 21:43:19 GMT (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from localhost (gavin@localhost)j29LhJFN008169; Wed, 9 Mar 2005 21:43:19 GMT (envelope-from gavin.atkinson@ury.york.ac.uk) X-Authentication-Warning: ury.york.ac.uk: gavin owned process doing -bs Date: Wed, 9 Mar 2005 21:43:19 +0000 (GMT) From: Gavin Atkinson X-X-Sender: gavin@ury.york.ac.uk To: current@freebsd.org Message-ID: <20050309213000.V7677@ury.york.ac.uk> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-York-MailScanner: Found to be clean X-York-MailScanner-From: gavin.atkinson@ury.york.ac.uk cc: imp@freebsd.org Subject: Re: Cardbus support broken X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Mar 2005 21:43:23 -0000 [Sorry, I don't have any of the original thread to reply to] Basically, just a "me too", but with an if_ath card, just to prove it's not just realtek cards. My findings are on: cbb0: at device 17.0 on pci0 cardbus0: on cbb0 pccard0: <16-bit PCCard bus> on cbb0 Before: (Kernel from Feb 13) ath_hal: 0.9.14.9 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413) ath0: mem 0x88000000-0x8800ffff irq 11 at device 0.0 on cardbus0 ath0: Ethernet address: 00:0d:88:94:a1:91 ath0: mac 5.6 phy 4.1 radio 4.5 After: (Kernel dated Mar 6th) ath_hal: 0.9.14.9 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413) ath0: mem 0x88000000-0x8800ffff irq 11 at device 0.0 on cardbus0 ath0: requested interrupt 6-6,count = 1 not supported by cbb ath0: could not map interrupt device_attach: ath0 attach returned 6 I don't know if it helps, but I had once seen similar behaviour to this with the 13 Feb kernel (although note the different mem range). In this case, removing and reinserting the card brought it to life. ath_hal: 0.9.14.9 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413) ath0: mem 0-0xffff at device 0.0 on cardbus0 ath0: requested interrupt 6-6,count = 1 not supported by cbb ath0: could not map interrupt device_attach: ath0 attach returned 6 [ remove and reinsert card ] ath0: mem 0x88000000-0x8800ffff irq 11 at device 0.0 on cardbus0 ath0: Ethernet address: 00:0d:88:94:a1:91 ath0: mac 5.6 phy 4.1 radio 4.5 I'm currently compiling a kernel with 1.48 of cardbus.c to try to confirm other people's findings. Gavin