Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Nov 2011 06:45:12 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r227780 - head/sys/mips/conf
Message-ID:  <201111210645.pAL6jCPR028217@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Mon Nov 21 06:45:12 2011
New Revision: 227780
URL: http://svn.freebsd.org/changeset/base/227780

Log:
  Always leave the -current kernel debugging options on.

Modified:
  head/sys/mips/conf/AR91XX_BASE

Modified: head/sys/mips/conf/AR91XX_BASE
==============================================================================
--- head/sys/mips/conf/AR91XX_BASE	Mon Nov 21 04:35:23 2011	(r227779)
+++ head/sys/mips/conf/AR91XX_BASE	Mon Nov 21 06:45:12 2011	(r227780)
@@ -35,16 +35,15 @@ options		_KPOSIX_PRIORITY_SCHEDULING #Po
 
 # 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201111210645.pAL6jCPR028217>