Date: Thu, 19 Dec 2002 17:47:07 -0800 (PST) From: Doug Ambrisko <ambrisko@ambrisko.com> To: Dirk-Willem van Gulik <dirkx@webweaving.org> Cc: Shane Hickey <shane@howsyournetwork.com>, "Brandon S. Allbery KF8NH" <allbery@ece.cmu.edu>, freebsd-mobile@FreeBSD.ORG Subject: Re: IBM T30? Message-ID: <200212200147.gBK1l75F002981@www.ambrisko.com> In-Reply-To: <20021219231752.V56681-100000@foem.leiden.webweaving.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Dirk-Willem van Gulik writes:
|
|
| 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.
FYI, you need to look at the chip= which implies
Device = a504
Vendor = 14b9
... and again a driver update will be hitting a cvs repo new you soon.
Doug A.
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?200212200147.gBK1l75F002981>
