From owner-freebsd-mobile Fri Oct 18 15:24: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 3689337B401 for ; Fri, 18 Oct 2002 15:24:16 -0700 (PDT) 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 A6F9743EB1 for ; Fri, 18 Oct 2002 15:24:15 -0700 (PDT) (envelope-from ambrisko@ambrisko.com) Received: (from ambrisko@localhost) by ambrisko.com (8.11.6/8.11.6) id g9IMO8Y10483; Fri, 18 Oct 2002 15:24:08 -0700 (PDT) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <200210182224.g9IMO8Y10483@ambrisko.com> Subject: Re: an driver and thinkpad T30 Aironet card In-Reply-To: To: "=?utf-8?Q?tlp@voila.fr?=" Date: Fri, 18 Oct 2002 15:24:08 -0700 (PDT) Cc: "=?utf-8?Q?freebsd-mobile?=" 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 =?utf-8?Q?tlp@voila.fr?= writes: | I'm trying to configure the an driver for making it recognise a mini-pci | Aironet 350 series. | | I've added some lines to the if_an_pci.c to make the driver recognise the card, it worked but at boot time I had an error of port | mapping , by changing the AN_PCI_LOIO value to 0x10 | | here is the configuration I have | | #define AIRONET_DEVICEID_a504 0xa504 | #define AN_PCI_PLX_LOIO 0x14 /* PLX chip iobase */ | #define AN_PCI_LOIO 0x10 /* Aironet iobase */ | | static struct an_type an_devs[] = { | { AIRONET_VENDORID, AIRONET_DEVICEID_a504, "Cisco Aironet 350 Series T30" }, | { AIRONET_VENDORID, AIRONET_DEVICEID_4500, "Aironet PCI4500" }, | | | Now I have some new errors appearing like | an0: reset failed | an0: unable to configure the card (or something like that) | | I've seen that thoses errors comes from the if_an.c file and they are | caused by a timeout in the CSR_READ_2 function but I | don't know where to find this function to make it work. | | If someone has resolved this problem or can give me a hand on making my | card work under freebsd That the easy stuff ... the software interface has changed. Warner has a card that he is going to get to me. Hopefully the changes aren't to bad but the Linux version is a brand new file :-( Doug A. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message