Re: IBM T30?
Dirk-Willem van Gulik <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.mobile |
|---|---|
| Message-ID | <[email protected]> |
On 19 Dec 2002, Brandon S. Allbery KF8NH wrote:
> On Thu, 2002-12-19 at 16:13, Shane Hickey wrote:
> > I just got a new one of these babies and I have 4.7-release installed
> > on it now. Things are going pretty smootly, except for the fact that
> > FreeBSD doesn't appear to see the built-in wireless card (Which I
> > believe is a Cisco Aironet card). I happened to have another Aironet
>
> The built-in wireless works fine --- but it uses the "wi" driver, not
> "an". The driver should identify it as an Intersil Prism2 chipset.
You sure ?
The pci vendor id is 0x14B9; which appears in an(4) its if_an_pci.c and
not in wi(4). Though the device ID is 5000; and the highest one in an(4)
is 4800.
So it is indeed a Prism2 adding something to pci_ids {} in
sys/dev/wi/if_wi_pci.c like
{0x14B9, 0x5000, WI_BUS_PCI_NATIVE, "Intersil Prism2.5"},
would work ? Or would it need the WLX intterupt poking ?
Dw.
To Unsubscribe: send mail to [email protected]
with "unsubscribe freebsd-mobile" in the body of the message