Subject: Re: Cisco aironet 350 _mini-pci_ driver.
To: 'current-users@netbsd.org' <current-users@netbsd.org>
From: Lindgren, Jon <Jon.Lindgren@gs.com>
List: current-users
Date: 06/24/2003 06:58:45
Reviving an older thread...

On 12/08/2002 17:41:44, Martin Husemann said:

> Ok, we have a PCI card with 3 mappable BARs, and a driver that
> wants one with IO access. I have no clue about the chipset at
> all, but the obvious things you can try are:
>
> - change the pci_mapreg_map call (sys/dev/pci/if_an_pci.c:133) to use
>   PCI_MAPREG_TYPE_MEM instead of PCI_MAPREG_TYPE_IO.
>
> - try the BAR at 0x10 instead of 0x18 with IO access by changing
>   AN_PCI_IOBA in the same call mentioned above into 0x10.
>
> If any of those works, please let us know. I wouldn't bet on it though...

Has anyone tried to get this driver working?  I've got a Cisco 350 mini PCI
card on my Thinkpad t40 which I'd like to fire up.  I was gonna start taking
a look at if_an_pci.c and related files, but I don't want to duplicate
someone else's efforts...

-Jon