From owner-freebsd-stable@FreeBSD.ORG Wed May 11 14:13:53 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06C0516A4CE for ; Wed, 11 May 2005 14:13:53 +0000 (GMT) Received: from kanga.honeypot.net (kanga.honeypot.net [208.162.254.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id AFB5F43D68 for ; Wed, 11 May 2005 14:13:52 +0000 (GMT) (envelope-from kirk@strauser.com) Received: from localhost (localhost [127.0.0.1]) by kanga.honeypot.net (Postfix) with ESMTP id 1210D2209FE for ; Wed, 11 May 2005 09:13:52 -0500 (CDT) Received: from kanga.honeypot.net ([127.0.0.1]) by localhost (kanga.honeypot.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 52911-06 for ; Wed, 11 May 2005 09:13:41 -0500 (CDT) Received: from janus.daycos.com (janus.daycos.com [204.26.70.77]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by kanga.honeypot.net (Postfix) with ESMTP id 136322209CA for ; Wed, 11 May 2005 09:13:41 -0500 (CDT) From: Kirk Strauser To: freebsd-stable@freebsd.org Date: Wed, 11 May 2005 09:13:28 -0500 User-Agent: KMail/1.8 References: <200505090942.56059.kirk@strauser.com> <200505101337.53863.kirk@strauser.com> <20050510.151550.74677018.imp@bsdimp.com> In-Reply-To: <20050510.151550.74677018.imp@bsdimp.com> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1740534.lvyCTVz7M9"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200505110913.31469.kirk@strauser.com> X-Virus-Scanned: amavisd-new at honeypot.net Subject: Re: Use PCMCIA instead of CardBus? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 May 2005 14:13:53 -0000 --nextPart1740534.lvyCTVz7M9 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline On Tuesday 10 May 2005 16:15, Warner Losh wrote: > I have no idea what you are asking for. Let me restate my original dilemma. My laptop can only use my WLAN card=20 when it's configured as a 16-bit PCMCIA device and not as a 32-bit CardBus= =20 device. In NetBSD, this can be accomplished by typing "boot -c" at its loader promp= t=20 and typing "disable cbb*" to disable the cbb (CardBus) drivers, which=20 leaves the pcic (PCMCIA) drivers to correctly configure the card. After=20 doing this, the card works exactly as hoped. Similarly, I can get the same effect under Linux by disabling the "32-bit=20 CardBus support" option; the end result is a happily working WLAN card. However, commenting out "device cbb" in my FreeBSD kernel results in a=20 non-working setup. By that, I mean that the card's lights never flicker as= =20 it's being inserted (as it would do under NetBSD and Linux when it's being= =20 probed). In fact, I get no debugging information at all, whether=20 from /var/log/messages or via dmesg.=20 Any ideas where I could go from here? =2D-=20 Kirk Strauser --nextPart1740534.lvyCTVz7M9 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- iD8DBQBCghML5sRg+Y0CpvERAohnAJ4o5WGcnwEeDCheQWwgo3hDlBhhjgCfTr+Q US1HSQy0uqVP4fXpa+R6Pns= =F+5Z -----END PGP SIGNATURE----- --nextPart1740534.lvyCTVz7M9--