From owner-freebsd-mobile Thu Dec 19 17:47:17 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 C9C5237B401 for ; Thu, 19 Dec 2002 17:47:15 -0800 (PST) Received: from ambrisko.com (adsl-64-174-51-42.dsl.snfc21.pacbell.net [64.174.51.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4021243EEF for ; Thu, 19 Dec 2002 17:47:15 -0800 (PST) (envelope-from ambrisko@www.ambrisko.com) Received: from www.ambrisko.com (localhost [127.0.0.1]) by ambrisko.com (8.12.6/8.12.6) with ESMTP id gBK1l88G002982; Thu, 19 Dec 2002 17:47:08 -0800 (PST) (envelope-from ambrisko@www.ambrisko.com) Received: (from ambrisko@localhost) by www.ambrisko.com (8.12.6/8.12.6/Submit) id gBK1l75F002981; Thu, 19 Dec 2002 17:47:07 -0800 (PST) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <200212200147.gBK1l75F002981@www.ambrisko.com> Subject: Re: IBM T30? In-Reply-To: <20021219231752.V56681-100000@foem.leiden.webweaving.org> To: Dirk-Willem van Gulik Date: Thu, 19 Dec 2002 17:47:07 -0800 (PST) Cc: Shane Hickey , "Brandon S. Allbery KF8NH" , freebsd-mobile@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL94b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit 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 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