diff options
author | obrien <obrien@FreeBSD.org> | 2001-09-24 03:23:48 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-09-24 03:23:48 +0000 |
commit | 94003d0787636e0bdffc200ddc601f210ecfca32 (patch) | |
tree | 0333b538a8ffb08b0da9e4fa24dd4c6600ae80f2 /sys/ia64/conf | |
parent | 3f2b0369791a259b09975560f6b4afd058def837 (diff) | |
download | FreeBSD-src-94003d0787636e0bdffc200ddc601f210ecfca32.zip FreeBSD-src-94003d0787636e0bdffc200ddc601f210ecfca32.tar.gz |
+ Fix misplacement of `txp'
+ Document our -CURRENT debugging bits
Diffstat (limited to 'sys/ia64/conf')
-rw-r--r-- | sys/ia64/conf/GENERIC | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/ia64/conf/GENERIC b/sys/ia64/conf/GENERIC index 6b6970c..e407894 100644 --- a/sys/ia64/conf/GENERIC +++ b/sys/ia64/conf/GENERIC @@ -54,10 +54,10 @@ options P1003_1B #Posix P1003_1B real-time extentions options _KPOSIX_PRIORITY_SCHEDULING # 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 # Standard busses device isa @@ -117,8 +117,8 @@ device ppi # Parallel port interface device # 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! |