Date: Thu, 19 Dec 2002 23:13:43 +0100 (CET) From: Dirk-Willem van Gulik <dirkx@webweaving.org> To: "Brandon S. Allbery KF8NH" <allbery@ece.cmu.edu> Cc: Shane Hickey <shane@howsyournetwork.com>, <freebsd-mobile@FreeBSD.ORG> Subject: Re: IBM T30? Message-ID: <20021219230759.P56681-100000@foem.leiden.webweaving.org> In-Reply-To: <1040335452.51111.2.camel@rushlight.kf8nh.apk.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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 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?20021219230759.P56681-100000>