Module Name:    src
Committed By:   martin
Date:           Sat Jul 23 19:14:37 UTC 2011

Modified Files:
        src/sys/arch/sparc64/conf: GENERIC

Log Message:
Enable DIAGNOSTIC by default


To generate a diff of this commit:
cvs rdiff -u -r1.139 -r1.140 src/sys/arch/sparc64/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/sparc64/conf/GENERIC
diff -u src/sys/arch/sparc64/conf/GENERIC:1.139 src/sys/arch/sparc64/conf/GENERIC:1.140
--- src/sys/arch/sparc64/conf/GENERIC:1.139	Tue May 17 07:57:02 2011
+++ src/sys/arch/sparc64/conf/GENERIC	Sat Jul 23 19:14:37 2011
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.139 2011/05/17 07:57:02 martin Exp $
+# $NetBSD: GENERIC,v 1.140 2011/07/23 19:14:37 martin Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.139 $"
+#ident 		"GENERIC-$Revision: 1.140 $"
 
 maxusers	64
 
@@ -105,7 +105,7 @@
 ## Adds code to the kernel that does internal consistency checks, and will
 ## cause the kernel to panic if corruption of internal data structures
 ## is detected.
-#options 	DIAGNOSTIC	# extra kernel sanity checking
+options 	DIAGNOSTIC	# extra kernel sanity checking
 
 ## Enable (possibly expensive) debugging code that may also display messages
 ## on the system console

Reply via email to