]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/net/phy/smsc.c
phylib: Add module table to all existing phy drivers
[net-next-2.6.git] / drivers / net / phy / smsc.c
index ed2644a57500c0673b40709d574e87df06fc8533..78fa988256fce4d2bd691029ca8b4ababba2789a 100644 (file)
@@ -253,3 +253,14 @@ MODULE_LICENSE("GPL");
 
 module_init(smsc_init);
 module_exit(smsc_exit);
+
+static struct mdio_device_id smsc_tbl[] = {
+       { 0x0007c0a0, 0xfffffff0 },
+       { 0x0007c0b0, 0xfffffff0 },
+       { 0x0007c0c0, 0xfffffff0 },
+       { 0x0007c0d0, 0xfffffff0 },
+       { 0x0007c0f0, 0xfffffff0 },
+       { }
+};
+
+MODULE_DEVICE_TABLE(mdio, smsc_tbl);