Subject: Re: using a PCIB made before written history? (Intel 82426EX PCI-to-ISA Bridge)
To: Jeremy C. Reed <reed@reedmedia.net>
From: Pavel Cahyna <pavel.cahyna@st.mff.cuni.cz>
List: current-users
Date: 07/03/2005 00:31:07
On Sat, 02 Jul 2005 14:34:37 -0700, Jeremy C. Reed wrote:

> One card is PCI. One is ISA.
> 
> Under Linux 2.2.14 the two network cards are:
> 
> ne.c:v1.10 9/23/94 Donald Becker (becker@cesdis.gsfc.nasa.gov)
> NE*000 ethercard probe at 0x240: 00 40 05 6e 0e 0b
> eth0: NE2000 found at 0x240, using IRQ 3.

Here lies your problem. In netbsd-GENERIC, ne0 at isa is supposed to have
I/O port  0x280 and IRQ 9 and ne1 at isa I/O port 0x300 and irq 10.

Either change the configuration of your card, or rebuild your kernel with
ne0     at isa? port 0x240 irq 3.

It is most easy to boot to userconf (boot -c) and change it from there
(change ne0) until you find time to rebuild the kernel.

Bye	Pavel