[tulip] why does tulip ignore my kernel options?

Donald Becker becker@scyld.com
Sat, 26 Aug 2000 00:54:19 -0400 (EDT)


On Fri, 25 Aug 2000, Jeremy Hansen wrote:

> I havew tulip built into my kernel.  It's a dual port card and I want it
> to initialize using the first port at eth1 and the second port as eth2.
> 
> So, I'm passing these paramters:
> 
> ether=0,0,0,eth1 ether=0,0,0x3080,eth2
> 
> but it refuses to listen.  It still initializes the card as eth0 and eth1.

The Ethernet interface names are assigned in order.
With some kernels the following might work:
   ether=0,-1,eth0 ether=0,0,0,eth1


Donald Becker				becker@scyld.com
Scyld Computing Corporation		http://www.scyld.com
410 Severn Ave. Suite 210		Beowulf-II Cluster Distribution
Annapolis MD 21403