]> err.no Git - linux-2.6/blobdiff - drivers/net/ibm_newemac/core.h
Merge branch 'orion-fixes2'
[linux-2.6] / drivers / net / ibm_newemac / core.h
index 96ec48266b4a79238a475397c18327822638e5ed..1683db9870a467fdba8d591bb086c447791598d5 100644 (file)
@@ -305,6 +305,10 @@ struct emac_instance {
  * Set if we need phy clock workaround for 440gx
  */
 #define EMAC_FTR_440GX_PHY_CLK_FIX     0x00000080
+/*
+ * Set if we need phy clock workaround for 440ep or 440gr
+ */
+#define EMAC_FTR_440EP_PHY_CLK_FIX     0x00000100
 
 
 /* Right now, we don't quite handle the always/possible masks on the
@@ -328,7 +332,7 @@ enum {
 #ifdef CONFIG_IBM_NEW_EMAC_RGMII
            EMAC_FTR_HAS_RGMII  |
 #endif
-           0,
+       EMAC_FTR_440EP_PHY_CLK_FIX,
 };
 
 static inline int emac_has_feature(struct emac_instance *dev,