Michael Clark wrote: > Rob Myers wrote: > >> i did notice some odd dmesg output, however: >> >> eth%d: enabling 64 bit PCI. >> eth%d: enabling optical transceiver >> eth1: ns83820.c v0.13: DP83820 00:40:f4:29:ea:d7 pciaddr=0xe1000000 >> irq=12 rev 0x103 >> eth1: link now 1000F mbps, full duplex and up. >> eth1: link now 1000F mbps, full duplex and up. This patch resolves the duplicate link message and calls register_netdev earlier (with another unregister added for correct handling of error conditions). Here's the output on my machine: eth0: disabling 64 bit PCI. eth0: enabling optical transceiver eth0: ns83820.c v0.13b: DP83820 00:40:f4:29:5c:ba pciaddr=0xfb102000 irq=26 rev 0x103 eth0: link now 1000F mbps, full duplex and up. I've also cleaned up the new register defines to be consistent with Benjamin's. This patch also updates Configure.help adding the GA621 to the list of supported boards ~mc