vserver 2.0 rc7
[linux-2.6.git] / drivers / net / sungem_phy.h
index b865738..822cb58 100644 (file)
@@ -7,7 +7,7 @@ struct mii_phy;
 struct mii_phy_ops
 {
        int             (*init)(struct mii_phy *phy);
-       int             (*suspend)(struct mii_phy *phy, int wol_options);
+       int             (*suspend)(struct mii_phy *phy);
        int             (*setup_aneg)(struct mii_phy *phy, u32 advertise);
        int             (*setup_forced)(struct mii_phy *phy, int speed, int fd);
        int             (*poll_link)(struct mii_phy *phy);
@@ -80,6 +80,7 @@ extern int mii_phy_probe(struct mii_phy *phy, int mii_id);
 #define MII_BCM5221_SHDOW_AUX_STAT2            0x1b
 #define MII_BCM5221_SHDOW_AUX_STAT2_APD                0x0020
 #define MII_BCM5221_SHDOW_AUX_MODE4            0x1a
+#define MII_BCM5221_SHDOW_AUX_MODE4_IDDQMODE   0x0001
 #define MII_BCM5221_SHDOW_AUX_MODE4_CLKLOPWR   0x0004
 
 /* MII BCM5400 1000-BASET Control register */