From owner-freebsd-mobile Thu Dec 19 14:20:13 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 6165A37B401 for ; Thu, 19 Dec 2002 14:20:12 -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 6CD2643EB2 for ; Thu, 19 Dec 2002 14:20:11 -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 gBJMK8fh058993 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Thu, 19 Dec 2002 23:20:08 +0100 (CET) (envelope-from dirkx@webweaving.org) Date: Thu, 19 Dec 2002 23:20:08 +0100 (CET) From: Dirk-Willem van Gulik X-X-Sender: dirkx@foem.leiden.webweaving.org To: Shane Hickey Cc: "Brandon S. Allbery KF8NH" , Subject: Re: IBM T30? In-Reply-To: <1040336182.1970.15.camel@daneel.volumen.net> Message-ID: <20021219231752.V56681-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, 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 majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message