]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/net/phy/cicada.c
phylib: Add module table to all existing phy drivers
[net-next-2.6.git] / drivers / net / phy / cicada.c
index a1bd599c8a5b5014c1465cd4e7f56be3701567a5..efc608f35d10de030b7e1fa3d229035ddf22f5d3 100644 (file)
@@ -159,3 +159,11 @@ static void __exit cicada_exit(void)
 
 module_init(cicada_init);
 module_exit(cicada_exit);
+
+static struct mdio_device_id cicada_tbl[] = {
+       { 0x000fc410, 0x000ffff0 },
+       { 0x000fc440, 0x000fffc0 },
+       { }
+};
+
+MODULE_DEVICE_TABLE(mdio, cicada_tbl);