summaryrefslogtreecommitdiffstats
path: root/sys/pc98/conf
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-09-24 03:23:48 +0000
committerobrien <obrien@FreeBSD.org>2001-09-24 03:23:48 +0000
commit94003d0787636e0bdffc200ddc601f210ecfca32 (patch)
tree0333b538a8ffb08b0da9e4fa24dd4c6600ae80f2 /sys/pc98/conf
parent3f2b0369791a259b09975560f6b4afd058def837 (diff)
downloadFreeBSD-src-94003d0787636e0bdffc200ddc601f210ecfca32.zip
FreeBSD-src-94003d0787636e0bdffc200ddc601f210ecfca32.tar.gz
+ Fix misplacement of `txp'
+ Document our -CURRENT debugging bits
Diffstat (limited to 'sys/pc98/conf')
-rw-r--r--sys/pc98/conf/GENERIC10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC
index 2354838..0b878dd 100644
--- a/sys/pc98/conf/GENERIC
+++ b/sys/pc98/conf/GENERIC
@@ -60,10 +60,10 @@ options _KPOSIX_PRIORITY_SCHEDULING
options KBD_INSTALL_CDEV # install a CDEV entry in /dev
# Debugging for use in -current
-options DDB
-options INVARIANTS
-options INVARIANT_SUPPORT
-options WITNESS
+options DDB #Enable the kernel debugger
+options INVARIANTS #Enable calls of extra sanity checking
+options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
+options WITNESS #Enable mutex checks to detects deadlocks and cycles
# To make an SMP kernel, the next two are needed
#options SMP # Symmetric MultiProcessor Kernel
@@ -156,8 +156,8 @@ device olpt
# PCI Ethernet NICs.
device de # DEC/Intel DC21x4x (``Tulip'')
-device vx # 3Com 3c590, 3c595 (``Vortex'')
device txp # 3Com 3cR990 (``Typhoon'')
+device vx # 3Com 3c590, 3c595 (``Vortex'')
# PCI Ethernet NICs that use the common MII bus controller code.
# NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
OpenPOWER on IntegriCloud