Hello ! Attached is a small patch for the Sibyte MAC Driver. This helps print the device name correctly Thanks Manish Lachwani
--- drivers/net/sb1250-mac.c.orig 2004-11-08 15:36:45.000000000 -0800 +++ drivers/net/sb1250-mac.c 2004-11-08 15:44:33.000000000 -0800 @@ -2410,13 +2410,13 @@ dev->change_mtu = sb1250_change_mtu; - /* This is needed for PASS2 for Rx H/W checksum feature */ - sbmac_set_iphdr_offset(sc); - err = register_netdev(dev); if (err) goto out_uninit; + /* This is needed for PASS2 for Rx H/W checksum feature */ + sbmac_set_iphdr_offset(sc); + /* * Display Ethernet address (this is called during the config * process so we need to finish off the config message that