Subject: Re: problems with Compaq Thunderlan embedded chip
To: Manuel Bouyer <bouyer@antioche.lip6.fr>
From: Jason Thorpe <thorpej@nas.nasa.gov>
List: port-i386
Date: 11/21/1999 11:46:41
On Sun, 21 Nov 1999 20:17:53 +0100
Manuel Bouyer <bouyer@antioche.lip6.fr> wrote:
> > I'm hoping whoever did the work on the thunderlan ethernet driver can
> > give me some pointers here. I've got a Compaq Deskpro 4000/5166 with
> > the TI TNETE100A Thunderlan controller. Windows 98 sees it as a NetFlex
> > 3/P but I don't have the machine in front of me and I don't remember
> > what NetBSD sees it as. NetBSD is able to talk to the chip though since
> > it gets the Ethernet address. It complains about not being able to map
> > the interrupt. In pci_machdep.c I find pci_intr_map which is spitting
> > out the error "pci_intr_map: no mapping for pin A". Now I know next to
>
> Please make sure you don't have 'PnP OS' set to YES in the bios (or anything
> related). Interrupts mappings should be done by the bios.
If you're running NetBSD-current (very recent), also try:
options PCIBIOS
options PCIBIOS_FIXUP_INTR
...and see how it goes.
-- Jason R. Thorpe <thorpej@nas.nasa.gov>