Re: Mulitple 3c509 cards 2.4.x Kernel

Paul Gortmaker (p_gortmaker@yahoo.com)
Fri, 10 Aug 2001 02:46:43 -0400


>
> I have a x86 server with multiple(2) 3c509 cards. When I build the 3c509
> driver
> into the kernel. It will only pick up a single card. The cards are
> NOT in pnp mode
> according to isapnp on boot. I have added:
>
> append = "ether=3,0x300,0,0,eth0 ether=10,0x280,0,0,eth1"
>
> to the lilo file and still only one card is detected. The io ports and

The 3c509 is an anomaly in comparison to other ISA cards, in that
you DONT want to specify I/O (or irq) values. 3Com used a scheme that
allows relatively safe ISA probes, and specifying an I/O base will
do nothing but interfere with that. (This is documented btw)

In your case, a simple

append = "ether=0,0,eth1"

should do the trick (assuming the ether= parsing is currently
functional... :)

Paul.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/