From owner-freebsd-mobile Thu Dec 19 14:13:57 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A701A37B401 for ; Thu, 19 Dec 2002 14:13:55 -0800 (PST) Received: from foem.leiden.webweaving.org (fia224-72.dsl.hccnet.nl [62.251.72.224]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76EB943EA9 for ; Thu, 19 Dec 2002 14:13:53 -0800 (PST) (envelope-from dirkx@webweaving.org) Received: from foem (foem [10.11.0.2]) by foem.leiden.webweaving.org (8.12.6/8.12.6) with ESMTP id gBJMDhfh058840 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Thu, 19 Dec 2002 23:13:43 +0100 (CET) (envelope-from dirkx@webweaving.org) Date: Thu, 19 Dec 2002 23:13:43 +0100 (CET) From: Dirk-Willem van Gulik X-X-Sender: dirkx@foem.leiden.webweaving.org To: "Brandon S. Allbery KF8NH" Cc: Shane Hickey , Subject: Re: IBM T30? In-Reply-To: <1040335452.51111.2.camel@rushlight.kf8nh.apk.net> Message-ID: <20021219230759.P56681-100000@foem.leiden.webweaving.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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