From owner-freebsd-mobile Fri Jul 26 12:59: 9 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 055B937B400 for ; Fri, 26 Jul 2002 12:59:05 -0700 (PDT) Received: from odin.ac.hmc.edu (Odin.AC.HMC.Edu [134.173.32.75]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7701443E42 for ; Fri, 26 Jul 2002 12:59:04 -0700 (PDT) (envelope-from brdavis@odin.ac.hmc.edu) Received: from odin.ac.hmc.edu (IDENT:brdavis@localhost.localdomain [127.0.0.1]) by odin.ac.hmc.edu (8.12.3/8.12.3) with ESMTP id g6QJx2pO003680; Fri, 26 Jul 2002 12:59:02 -0700 Received: (from brdavis@localhost) by odin.ac.hmc.edu (8.12.3/8.12.3/Submit) id g6QJx2CN003679; Fri, 26 Jul 2002 12:59:02 -0700 Date: Fri, 26 Jul 2002 12:59:02 -0700 From: Brooks Davis To: Hudson Lee Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: an driver with cisco aironet mini-pci 350 Message-ID: <20020726125902.A27450@Odin.AC.HMC.Edu> References: <20020726190022.GA48127@harlem.foo.bar> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="YZ5djTAD1cGYuMQK" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020726190022.GA48127@harlem.foo.bar>; from hudlee@vineyard.net on Fri, Jul 26, 2002 at 03:00:22PM -0400 X-Virus-Scanned: by amavisd-milter (http://amavis.org/) on odin.ac.hmc.edu Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --YZ5djTAD1cGYuMQK Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Jul 26, 2002 at 03:00:22PM -0400, Hudson Lee wrote: > I have a Thinkpad T30 with a Cisco Aironet mini-pci wireless card. I can'= t get > the an driver to recognize the card. With device an in the kernel my card > shows up in dmesg like this: (complete dmesg below) >=20 > pci2: (vendor=3D0x14b9, dev=3D0xa504) at 2.0 irq 11=20 >=20 > I don't know much about drivers but I went looking in /usr/src/sys/dev/an= /if_an_pci.c > and I noticed the device id (0xa504) isn't in this list: >=20 > #define AIRONET_VENDORID 0x14B9 > #define AIRONET_DEVICEID_35x 0x0350 > #define AIRONET_DEVICEID_4500 0x4500 > #define AIRONET_DEVICEID_4800 0x4800 > #define AIRONET_DEVICEID_4xxx 0x0001 > #define AN_PCI_PLX_LOIO 0x14 /* PLX chip iobase */ > #define AN_PCI_LOIO 0x18 /* Aironet iobase */ >=20 > static struct an_type an_devs[] =3D { > { AIRONET_VENDORID, AIRONET_DEVICEID_35x, "Cisco Aironet 350 > Series" }, > { AIRONET_VENDORID, AIRONET_DEVICEID_4500, "Aironet PCI4500" }, > { AIRONET_VENDORID, AIRONET_DEVICEID_4800, "Aironet PCI4800" }, > { AIRONET_VENDORID, AIRONET_DEVICEID_4xxx, "Aironet > PCI4500/PCI4800" }, > { 0, 0, NULL } > }; >=20 > I'm pretty sure my card is in the 350 series since I don't know of > any mini-pci aironet cards that are not 350's. >=20 > Does this mean the an driver doesn't support the mini-pic 350 aironet > card? Or am I doing something wrong?=20 It means no one has seen one of these before so it's not in there. Try adding an appropriate line to an_devs and recompiling. I'm not sure that will work since the olders ones appear to be PLX based and MiniPCI cards probably aren't, but that's the first step. -- Brooks --=20 Any statement of the form "X is the one, true Y" is FALSE. PGP fingerprint 655D 519C 26A7 82E7 2529 9BF0 5D8E 8BE9 F238 1AD4 --YZ5djTAD1cGYuMQK Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE9QaoFXY6L6fI4GtQRAn1oAKC7QtlSdsjA2aM37APzB6WK7ePMRwCg2Wd0 /bGqekH+eVTK/oIHwurjeAw= =Gxpf -----END PGP SIGNATURE----- --YZ5djTAD1cGYuMQK-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message