? packages/devs/eth/phy/current/src/DM9161A.c Index: packages/devs/eth/phy/current/ChangeLog =================================================================== RCS file: /cvs/ecos/ecos/packages/devs/eth/phy/current/ChangeLog,v retrieving revision 1.8 diff -u -r1.8 ChangeLog --- packages/devs/eth/phy/current/ChangeLog 7 Apr 2006 15:38:32 -0000 1.8 +++ packages/devs/eth/phy/current/ChangeLog 17 Jan 2007 14:40:00 -0000 @@ -1,3 +1,8 @@ +2007-01-17 John Eigelaar + * cdl/phy_eth_drivers.cdl: Add support for Davicom 9161A. + * src/DM9161A.c: + + 2006-04-07 Andrew Lunn * doc/eth_phy.sgml: Fixed a few typos Index: packages/devs/eth/phy/current/cdl/phy_eth_drivers.cdl =================================================================== RCS file: /cvs/ecos/ecos/packages/devs/eth/phy/current/cdl/phy_eth_drivers.cdl,v retrieving revision 1.6 diff -u -r1.6 phy_eth_drivers.cdl --- packages/devs/eth/phy/current/cdl/phy_eth_drivers.cdl 7 Apr 2006 15:38:32 -0000 1.6 +++ packages/devs/eth/phy/current/cdl/phy_eth_drivers.cdl 11 Jan 2007 14:24:35 -0000 @@ -132,4 +132,13 @@ Include support for ICS 1893 and 1893AF PHY" } + cdl_option CYGHWR_DEVS_ETH_PHY_DM9161A { + display "Davicom DM9161A" + flavor bool + default_value 0 + compile -library=libextras.a DM9161A.c + description " + Include support for the Davicom DM9161A PHY" + } + }