summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/rgephyreg.h
diff options
context:
space:
mode:
authoryongari <yongari@FreeBSD.org>2008-07-02 08:10:18 +0000
committeryongari <yongari@FreeBSD.org>2008-07-02 08:10:18 +0000
commit2af52bdb8e74ce2b6e8b81230d001b2cdcbe2e10 (patch)
tree1537c14be5a97ee699d8ca41bf4a51274e064280 /sys/dev/mii/rgephyreg.h
parent991fbab98ac949a42b3e619f86aafdd769587621 (diff)
downloadFreeBSD-src-2af52bdb8e74ce2b6e8b81230d001b2cdcbe2e10.zip
FreeBSD-src-2af52bdb8e74ce2b6e8b81230d001b2cdcbe2e10.tar.gz
Add RTL8211C(L) support.
Disable advanced link-down power saving in phy reset. Reported by: nork Tested by: nork
Diffstat (limited to 'sys/dev/mii/rgephyreg.h')
-rw-r--r--sys/dev/mii/rgephyreg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/mii/rgephyreg.h b/sys/dev/mii/rgephyreg.h
index fd0d32c..6899d8c 100644
--- a/sys/dev/mii/rgephyreg.h
+++ b/sys/dev/mii/rgephyreg.h
@@ -137,7 +137,7 @@
#define RGEPHY_EXTSTS_T_FD_CAP 0x2000 /* 1000base-T FD capable */
#define RGEPHY_EXTSTS_T_HD_CAP 0x1000 /* 1000base-T HD capable */
-/* RTL8211B(L) */
+/* RTL8211B(L)/RTL8211C(L) */
#define RGEPHY_MII_SSR 0x11 /* PHY Specific status register */
#define RGEPHY_SSR_S1000 0x8000 /* 1000Mbps */
#define RGEPHY_SSR_S100 0x4000 /* 100Mbps */
@@ -148,6 +148,7 @@
#define RGEPHY_SSR_SPD_DPLX_RESOLVED 0x0800 /* speed/duplex resolved */
#define RGEPHY_SSR_LINK 0x0400 /* link up */
#define RGEPHY_SSR_MDI_XOVER 0x0040 /* MDI crossover */
+#define RGEPHY_SSR_ALDPS 0x0008 /* RTL8211C(L) only */
#define RGEPHY_SSR_JABBER 0x0001 /* Jabber */
#endif /* _DEV_RGEPHY_MIIREG_H_ */
OpenPOWER on IntegriCloud