Date: Thu, 19 Dec 2002 23:20:08 +0100 (CET) From: Dirk-Willem van Gulik <dirkx@webweaving.org> To: Shane Hickey <shane@howsyournetwork.com> Cc: "Brandon S. Allbery KF8NH" <allbery@ece.cmu.edu>, <freebsd-mobile@FreeBSD.ORG> Subject: Re: IBM T30? Message-ID: <20021219231752.V56681-100000@foem.leiden.webweaving.org> In-Reply-To: <1040336182.1970.15.camel@daneel.volumen.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On 19 Dec 2002, Shane Hickey wrote: > none3@pci2:2:0: class=0x028000 card=0x500014b9 chip=0xa50414b9 rev=0x00 > hdr=0x00 > vendor = 'Aironet Wireless Communications' > class = network Note that this one is not in the list for either an(4) or wi(4). Give that you say it works on XP with the 350 code; an(4) is the most likely one. I'd try adding a AIRONET_DEVICEID_5000 and then add it to: static struct an_type an_devs[] = { { 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" }, >>> { AIRONET_VENDORID, AIRONET_DEVICEID_5000, "Aironet PCI5000" }, { 0, 0, NULL } }; and see what gives. Dw. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021219231752.V56681-100000>