diff -r 74dbf4c3f2e1 packages/devs/eth/phy/current/include/eth_phy.h
--- a/packages/devs/eth/phy/current/include/eth_phy.h	Thu Jan 29 17:47:46 2009 +0000
+++ b/packages/devs/eth/phy/current/include/eth_phy.h	Tue Apr 06 14:52:50 2010 +0200
@@ -87,6 +87,8 @@
 #define ETH_PHY_STAT_LINK  0x0001   // Link up/down
 #define ETH_PHY_STAT_100MB 0x0002   // Connection is 100Mb/10Mb
 #define ETH_PHY_STAT_FDX   0x0004   // Connection is full/half duplex
+#define ETH_PHY_STAT_1000MB 0x0008  // Connection is 1Gb
+
 
 externC bool _eth_phy_init(eth_phy_access_t *f);
 externC void _eth_phy_reset(eth_phy_access_t *f);
