Re: 3C509 and tulip

David Luyer (luyer@ucs.uwa.edu.au)
Wed, 08 Jul 1998 13:41:29 +0800


> I am trying to put together a system which uses both a 3c509 and a
> netgear (tulip) ethernet cards. However, on boot up only the tulip card
> is found. I really need the second card as this is a server between 3
> LANs (the third is on token-ring, works great). Any ideas on what I can
> do to get the 3c509 recognized? This is with both cards compiled into
> the kernel (not as modules).

RTFM. man 7 bootparam.

ETHERNET DEVICES
Different drivers make use of different parameters, but
they all at least share having an IRQ, an I/O port base
value, and a name. In its most generic form, it looks
something like this:

ether=irq,iobase[,param_1[,...param_8]],name
[...]
The most common use of this parameter is to force probing
for a second ethercard, as the default is to only probe
for one. This can be accomplished with a simple:

ether=0,0,eth1

Note that the values of zero for the IRQ and I/O base in
the above example tell the driver(s) to autoprobe.

David.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu