I have one etherexpress at irq 10 port df00 and one tulip card at irq 9 port
dc00. Eveytime the kernel boots up, the etherexpress is eth0 and the tulip is
eth1. I explicitly put
ether=9,0xdc00,eth0
ether=10,0xdf00,eth1
in my par file loadlin, but the tulip(irq 9) is still eth1, not eth0.
Anyone know how to get the tulip as eth0 with loadlin?
Full linux.par:
\loadlin\images\zImage
root=/dev/hda2
ro
vga=-1
ether=9,0xdc00,eth0
ether=10,0xdf00,eth1