Re: IBM T30?
Dirk-Willem van Gulik <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.mobile |
|---|---|
| Message-ID | <[email protected]> |
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 [email protected]
with "unsubscribe freebsd-mobile" in the body of the message