summaryrefslogtreecommitdiffstats
path: root/sys/mips
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2011-11-21 06:45:12 +0000
committeradrian <adrian@FreeBSD.org>2011-11-21 06:45:12 +0000
commit6701d9d1ef8fe15b50fc78983c5c803982e4c97e (patch)
tree62f71d2777c66a88f4d9fbfa0b2c3f391105fcb6 /sys/mips
parentc91c4ca875c489cf952148b0addd6f8d01ea05c9 (diff)
downloadFreeBSD-src-6701d9d1ef8fe15b50fc78983c5c803982e4c97e.zip
FreeBSD-src-6701d9d1ef8fe15b50fc78983c5c803982e4c97e.tar.gz
Always leave the -current kernel debugging options on.
Diffstat (limited to 'sys/mips')
-rw-r--r--sys/mips/conf/AR91XX_BASE9
1 files changed, 4 insertions, 5 deletions
diff --git a/sys/mips/conf/AR91XX_BASE b/sys/mips/conf/AR91XX_BASE
index 6f6f6cd..798ded8 100644
--- a/sys/mips/conf/AR91XX_BASE
+++ b/sys/mips/conf/AR91XX_BASE
@@ -35,16 +35,15 @@ options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
# options NFS_LEGACYRPC
# Debugging for use in -current
-# options INVARIANTS
-# options INVARIANT_SUPPORT
-# options WITNESS
-# options WITNESS_SKIPSPIN
+options INVARIANTS
+options INVARIANT_SUPPORT
+options WITNESS
+options WITNESS_SKIPSPIN
options FFS #Berkeley Fast Filesystem
options SOFTUPDATES #Enable FFS soft updates support
options UFS_ACL #Support for access control lists
options UFS_DIRHASH #Improve performance on big directories
-
# Wireless NIC cards
options IEEE80211_DEBUG
options IEEE80211_SUPPORT_MESH
OpenPOWER on IntegriCloud