summaryrefslogtreecommitdiffstats
path: root/sys/dev/mii/mii.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-04-29 11:57:30 +0000
committerphk <phk@FreeBSD.org>2002-04-29 11:57:30 +0000
commit2715240fe7a7238d5caa38cf8f6fb16ee0755a5c (patch)
treeab00a27fad6535ee94d5573484470b55ed8fe2c5 /sys/dev/mii/mii.h
parent6685a257879878dde6afb0ae79cc136a587b275b (diff)
downloadFreeBSD-src-2715240fe7a7238d5caa38cf8f6fb16ee0755a5c.zip
FreeBSD-src-2715240fe7a7238d5caa38cf8f6fb16ee0755a5c.tar.gz
Move a lot closer to NetBSDs MII support for GigE.
Move fxp and nge drivers over to use the new stuff.
Diffstat (limited to 'sys/dev/mii/mii.h')
-rw-r--r--sys/dev/mii/mii.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/mii/mii.h b/sys/dev/mii/mii.h
index d37fb5f..963c226 100644
--- a/sys/dev/mii/mii.h
+++ b/sys/dev/mii/mii.h
@@ -92,7 +92,7 @@
* info available in register 15, but 802.3 section 22.2.4.3 also
* states that that all 1000 Mb/s capable PHYs will set this bit to 1.
*/
-#if 1
+#if 0
#define BMSR_MEDIAMASK (BMSR_100T4|BMSR_100TXFDX|BMSR_100TXHDX|BMSR_10TFDX| \
BMSR_10THDX|BMSR_ANEG)
OpenPOWER on IntegriCloud