aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/bge/if_bgereg.h
diff options
context:
space:
mode:
authorPyun YongHyeon <yongari@FreeBSD.org>2010-07-15 23:34:58 +0000
committerPyun YongHyeon <yongari@FreeBSD.org>2010-07-15 23:34:58 +0000
commitcaf088fc1faed0750c63da40d8eaa792f4980150 (patch)
treec6b5916def755489ed0d44a98085b7f9c30a70b5 /sys/dev/bge/if_bgereg.h
parentf50baba14b478411d460857bab323cf2a69914f7 (diff)
downloadsrc-caf088fc1faed0750c63da40d8eaa792f4980150.tar.gz
src-caf088fc1faed0750c63da40d8eaa792f4980150.zip
Use Miscellaneous Configuration Register bit definition instead of
magic number.
Notes
Notes: svn path=/head/; revision=210152
Diffstat (limited to 'sys/dev/bge/if_bgereg.h')
-rw-r--r--sys/dev/bge/if_bgereg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/bge/if_bgereg.h b/sys/dev/bge/if_bgereg.h
index 4e751495172b..6664d5b7e567 100644
--- a/sys/dev/bge/if_bgereg.h
+++ b/sys/dev/bge/if_bgereg.h
@@ -1823,6 +1823,7 @@
#define BGE_MISCCFG_BOARD_ID_5788 0x00010000
#define BGE_MISCCFG_BOARD_ID_5788M 0x00018000
#define BGE_MISCCFG_EPHY_IDDQ 0x00200000
+#define BGE_MISCCFG_GPHY_PD_OVERRIDE 0x04000000
#define BGE_32BITTIME_66MHZ (0x41 << 1)