From owner-freebsd-current@FreeBSD.ORG Sat Feb 16 19:55:46 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D05D716A419 for ; Sat, 16 Feb 2008 19:55:46 +0000 (UTC) (envelope-from nslay@comcast.net) Received: from QMTA09.westchester.pa.mail.comcast.net (qmta09.westchester.pa.mail.comcast.net [76.96.62.96]) by mx1.freebsd.org (Postfix) with ESMTP id 6EC7813C459 for ; Sat, 16 Feb 2008 19:55:46 +0000 (UTC) (envelope-from nslay@comcast.net) Received: from OMTA02.westchester.pa.mail.comcast.net ([76.96.62.19]) by QMTA09.westchester.pa.mail.comcast.net with comcast id qKtD1Y00C0QuhwU5900Y00; Sat, 16 Feb 2008 19:55:03 +0000 Received: from ANTENNA.LOCAL ([68.35.224.189]) by OMTA02.westchester.pa.mail.comcast.net with comcast id qKvj1Y00445o48c3N00000; Sat, 16 Feb 2008 19:55:45 +0000 X-Authority-Analysis: v=1.0 c=1 a=1hYYm2nEZ6p0C07HgKoA:9 a=k8SogHx_LIGl3Bm4pcMA:7 a=6seEypFnwuNBVJr8-USntYovVPgA:4 a=50e4U0PicR4A:10 Message-ID: <47B73F59.1030409@comcast.net> Date: Sat, 16 Feb 2008 14:54:01 -0500 From: Nathan Lay User-Agent: Thunderbird 2.0.0.9 (X11/20080130) MIME-Version: 1.0 To: freebsd-current@freebsd.org, freebsd-stable Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: ath and cardbus X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 16 Feb 2008 19:55:46 -0000 Hi list, This is not a serious problem, but ath does not immediately attach when I initially plug an atheros card into a PMCIA slot. Instead, the kernel spits out: cardbus0: at device 0.0 (no driver attached) cardbus0: at device 0.1 (no driver attached) cardbus0: at device 0.2 (no driver attached) cardbus0: at device 0.3 (no driver attached) cardbus0: at device 0.4 (no driver attached) cardbus0: at device 0.5 (no driver attached) cardbus0: at device 0.6 (no driver attached) cardbus0: at device 0.7 (no driver attached) On a second attempt, the ath driver attaches and the kernel spits out: ath0: mem 0xb4010000-0xb401ffff irq 11 at device 0.0 on cardbus0 ath0: [ITHREAD] ath0: using obsoleted if_watchdog interface ath0: Ethernet address: 00:18:4d:8e:51:42 ath0: mac 7.9 phy 4.5 radio 5.6 ath0: link state changed to UP Here is my pciconf -lv output: ath0@pci0:12:0:0: class=0x020000 card=0x5b001385 chip=0x0013168c rev=0x01 hdr=0x00 vendor = 'Atheros Communications Inc.' device = 'AR5212, AR5213 802.11a/b/g Wireless Adapter' class = network subclass = ethernet Anyone else experience this strange behavior? It is of note, that if the card is plugged in before booting, it is properly detected and attached during boot. It is only when plugging it into a running FreeBSD 7.0 system for the first time that it behaves this way. my uname -a output: FreeBSD ANTENNA.LOCAL 7.0-RC2 FreeBSD 7.0-RC2 #0: Sat Feb 9 19:47:07 EST 2008 root@ANTENNA.LOCAL:/usr/obj/usr/src/sys/ANTENNA i386 Best Regards, Nathan Lay