summaryrefslogtreecommitdiff
path: root/sys/dev/mii/nsphyreg.h
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2000-01-18 04:20:50 +0000
committerJason Wright <jason@cvs.openbsd.org>2000-01-18 04:20:50 +0000
commitb7998f506ae772f6b004ef6fa6918a918d99dd03 (patch)
tree30103cae191286305364b6cbaa576ef5b573c91a /sys/dev/mii/nsphyreg.h
parentc83913ee0ee7ed92be28fbe886513ad5d48b3e5c (diff)
Fix fxp+nsphy problem: don't reset everytime when switching to auto mode.
Also, document "magic" bits.
Diffstat (limited to 'sys/dev/mii/nsphyreg.h')
-rw-r--r--sys/dev/mii/nsphyreg.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/mii/nsphyreg.h b/sys/dev/mii/nsphyreg.h
index 0f8b37fee4d..074a2659521 100644
--- a/sys/dev/mii/nsphyreg.h
+++ b/sys/dev/mii/nsphyreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: nsphyreg.h,v 1.2 1999/03/09 00:02:45 jason Exp $ */
+/* $OpenBSD: nsphyreg.h,v 1.3 2000/01/18 04:20:49 jason Exp $ */
/* $NetBSD: nsphyreg.h,v 1.1 1998/08/10 23:58:39 thorpej Exp $ */
/*-
@@ -61,6 +61,8 @@
#define PCR_DESCRTODIS 0x2000 /* descrambler t/o disable */
#define PCR_REPEATER 0x1000 /* repeater mode */
#define PCR_ENCSEL 0x0800 /* encoder mode select */
+#define PCR_TXREADYSEL 0x0400 /* use internal txrdy signal */
+#define PCR_CONGCTRL 0x0100 /* congestion control */
#define PCR_CLK25MDIS 0x0080 /* CLK25M disable */
#define PCR_FLINK100 0x0040 /* force good link in 100mbps */
#define PCR_CIMDIS 0x0020 /* carrier integrity monitor disable */