From owner-freebsd-mobile Fri Oct 18 15:39:30 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 2697837B406 for ; Fri, 18 Oct 2002 15:39:28 -0700 (PDT) Received: from smtp-out.voila.wanadooportails.com (smtp-out.voila.wanadooportails.com [193.252.117.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C3C343E9E for ; Fri, 18 Oct 2002 15:39:27 -0700 (PDT) (envelope-from tlp@voila.fr) Received: from voila.fr (10.3.7.82) by smtp-out.voila.wanadooportails.com (5.1.071) id 3DB037CC000057AB; Sat, 19 Oct 2002 00:38:42 +0200 Date: Sat, 19 Oct 2002 00:38:42 +0200 Message-Id: Subject: =?iso-8859-1?Q?Re:_an_driver_and_thinkpad_T30_Aironet_card?= MIME-Version: 1.0 X-Sensitivity: 3 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable From: "=?utf-8?Q?tlp@voila.fr?=" To: "=?utf-8?Q?ambrisko?=" Cc: "=?utf-8?Q?freebsd-mobile?=" X-XaM3-API-Version: 3.2 (B27) X-type: 0 X-SenderIP: 172.168.86.133 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 I hope you'll be able to make a working driver, can you tell me where I can see informations about the creation of this driver. by the way, I don't know exaclty why, maybe an interrupt problem but the an driver I've modified made crash mplayer when trying to play a movie. good luck for the driver thomas > =3D?utf-8?Q?tlp@voila.fr?=3D 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[] =3D { > | { 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. > ------------------------------------------ Faites un voeu et puis Voila ! www.voila.fr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message