diff -r 74dbf4c3f2e1 packages/devs/eth/phy/current/cdl/phy_eth_drivers.cdl
--- a/packages/devs/eth/phy/current/cdl/phy_eth_drivers.cdl	Thu Jan 29 17:47:46 2009 +0000
+++ b/packages/devs/eth/phy/current/cdl/phy_eth_drivers.cdl	Tue Apr 06 14:47:43 2010 +0200
@@ -168,4 +168,31 @@
           Include support for the Micrel KSZ8041 PHY"
     }
 
+    cdl_option CYGHWR_DEVS_ETH_PHY_IP101A {
+        display       "IP101A"
+        flavor        bool
+        default_value 0
+        compile       -library=libextras.a IP101A.c
+        description "
+          Include support for IC+ IP101A"
+    }
+
+    cdl_option CYGHWR_DEVS_ETH_PHY_VSC8641 {
+        display       "VSC8641"
+        flavor        bool
+        default_value 0
+        compile       -library=libextras.a VSC8641.c
+        description "
+          Include support for Vitesse VSC8641"
+    }
+
+    cdl_option CYGHWR_DEVS_ETH_PHY_VSC8244 {
+        display       "VSC8244"
+        flavor        bool
+        default_value 0
+        compile       -library=libextras.a VSC8244.c
+        description "
+          Include support for Vitesse VSC8244"
+    }
+
 }
