| Does anyone know if there's a reason that the ethernet driver initialisation
| order has changed again in 2.5?
|
| In 2.2.xx, we had eth0 = NE2000, eth1 = Tulip
| In 2.4, we have eth0 = Tulip, eth1 = NE2000
| And in 2.5, it's back to eth0 = NE2000, eth1 = Tulip
|
| Both interfaces are on the same bus:
|
| 00:0a.0 Ethernet controller: Digital Equipment Corporation DECchip 21142/43 (rev 30)
| 00:0d.0 Ethernet controller: Winbond Electronics Corp W89C940F
|
| Its rather annoying when your dhcpd starts on the wrong interface.
What version of 2.5?
There was a patch 17 days ago by Chuck Ebbert (merged by akpm) that
"fixed" PCI scan order in 2.5 to be same as 2.4. Comment in changelog
says "Russell King has acked this change."
http://linus.bkbits.net:8080/linux-2.5/cset@1.1042.19.12?nav=index.html|ChangeSet@-3w
An alternative is to use 'nameif' to associate MAC addresses with
interface names. See here for mini HOWTO:
http://www.xenotime.net/linux/doc/network-interface-names.txt
-- ~Randy - 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/