From owner-freebsd-mobile@FreeBSD.ORG Wed Feb 20 19:21:05 2008 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2784916A40A for ; Wed, 20 Feb 2008 19:21:05 +0000 (UTC) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id E973513C469 for ; Wed, 20 Feb 2008 19:21:04 +0000 (UTC) (envelope-from sam@errno.com) Received: from trouble.errno.com (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id m1KJL2x8057398 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 20 Feb 2008 11:21:02 -0800 (PST) (envelope-from sam@errno.com) Message-ID: <47BC7D9D.3010707@errno.com> Date: Wed, 20 Feb 2008 11:21:01 -0800 From: Sam Leffler User-Agent: Thunderbird 2.0.0.9 (X11/20071125) MIME-Version: 1.0 To: "Michael C. Cambria" References: <47BA23DC.9050509@clearchain.com> <47BC32E0.3020307@fid4.com> <47BC5788.3010706@errno.com> <20080220.094314.59709634.imp@bsdimp.com> <47BC7B3D.9020804@fid4.com> In-Reply-To: <47BC7B3D.9020804@fid4.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DCC-Misty-Metrics: ebb.errno.com; whitelist Cc: freebsd-mobile@freebsd.org Subject: Re: FreeBSD 7 doesn't see AR5212 (Netgear WPN511) via PCI/Cardbus Adapter X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Feb 2008 19:21:05 -0000 Michael C. Cambria wrote: > > Warner Losh wrote: > >> There are two different bugs that I'm aware of. One is pci bus >> numbering (which means that *NO* cardbus cards will work, but all >> 16-bit "r2" cards will work). The other is the power issue that Sam >> is talking about. But the first issue should be identical in both 6.x >> and 7.0. >> > I'm guessing what I see is the first one. > > I have 4 cards (wi) that work: > > - Orinoco Silver > - Orinoco Gold > - Netgear (don't remember the model, - it's prisim 2.5 based and > supports hostap) > - EnGenius (2511CD PLUS EXT2) > > Those that don't (ath) in both 6.3 and 7.0 RC2: > > - Netgear WPN511 > - Ubiquiti SRC Cardbus Card > > I'll test this one (ath) once it arrives: > > - CB9-GP-EXT 802.11a/b/g External Antenna Cardbus Card You chopped too much context so I cannot tell what you're referring too. I can only say that I have a T42 running HEAD that doesn't recognize an Atheros cardbus card I have. The same card works in another thinkpad w/ a different cardbus chip. The card works under other OS's on the T42 so it's a regression in HEAD (and likely 7.0). I traced through the code and think I pinned it down to not powering on the card on insert but am not certain. Sam