summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/dev/bereg.h
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>1998-09-04 05:59:21 +0000
committerJason Wright <jason@cvs.openbsd.org>1998-09-04 05:59:21 +0000
commit77672799ad484151ea7bb1fe52d54d041ebd9d53 (patch)
treece32d411dd47b40bb979ec73c31d74b3f8e3487c /sys/arch/sparc/dev/bereg.h
parent7936ef1dfd81def049205aab515e2aee900ecb91 (diff)
ifmedia-fy qec+be
Diffstat (limited to 'sys/arch/sparc/dev/bereg.h')
-rw-r--r--sys/arch/sparc/dev/bereg.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/sparc/dev/bereg.h b/sys/arch/sparc/dev/bereg.h
index ec02b15e059..7d67c6c7c44 100644
--- a/sys/arch/sparc/dev/bereg.h
+++ b/sys/arch/sparc/dev/bereg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: bereg.h,v 1.5 1998/09/01 20:04:16 jason Exp $ */
+/* $OpenBSD: bereg.h,v 1.6 1998/09/04 05:59:19 jason Exp $ */
/*
* Copyright (c) 1998 Theo de Raadt and Jason L. Wright.
@@ -294,10 +294,10 @@ struct be_bufs {
* Basic Mode Status Register (BMSR)
*/
#define PHY_BMSR_100BASET4 0x8000 /* 100BaseT4 capable? */
-#define PHY_BMSR_100BASETX_FULL 0x4000 /* 100BaseTX full duplex? */
-#define PHY_BMSR_100BASETX_HALF 0x2000 /* 100BaseTX half duplex? */
-#define PHY_BMSR_10BASET_FULL 0x1000 /* 10BaseT full duplex? */
-#define PHY_BMSR_10BASET_HALF 0x0800 /* 10BaseT half duplex? */
+#define PHY_BMSR_100BASETX_FULL 0x4000 /* 100BaseTX full duplex cap? */
+#define PHY_BMSR_100BASETX_HALF 0x2000 /* 100BaseTX half duplex cap? */
+#define PHY_BMSR_10BASET_FULL 0x1000 /* 10BaseT full duplex cap? */
+#define PHY_BMSR_10BASET_HALF 0x0800 /* 10BaseT half duplex cap? */
#define PHY_BMSR_ANCOMPLETE 0x0020 /* auto-negotiation complete? */
#define PHY_BMSR_REMOTEFAULT 0x0010 /* Fault condition seen? */
#define PHY_BMSR_ANC 0x0008 /* Can auto-negotiate? */