Module Name:    src
Committed By:   rin
Date:           Mon Sep 23 10:18:08 UTC 2024

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

Log Message:
landisk: GENERIC: Enable DIAGNOSTIC

PR kern/51254 has been fixed, and now DIAGNOSTIC kernel
survives full ATF run.


To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 src/sys/arch/landisk/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/landisk/conf/GENERIC
diff -u src/sys/arch/landisk/conf/GENERIC:1.79 src/sys/arch/landisk/conf/GENERIC:1.80
--- src/sys/arch/landisk/conf/GENERIC:1.79	Sun Sep 22 23:50:34 2024
+++ src/sys/arch/landisk/conf/GENERIC	Mon Sep 23 10:18:08 2024
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.79 2024/09/22 23:50:34 uwe Exp $
+# $NetBSD: GENERIC,v 1.80 2024/09/23 10:18:08 rin Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include 	"arch/landisk/conf/std.landisk"
 
 options         INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident          "GENERIC-$Revision: 1.79 $"
+#ident          "GENERIC-$Revision: 1.80 $"
 
 maxusers	16		# estimated number of users
 
@@ -76,7 +76,7 @@ options 	SYSCTL_INCLUDE_DESCR	# Include 
 options 	BUFQ_PRIOCSCAN
 
 # Diagnostic/debugging support options
-#options 	DIAGNOSTIC	# cheap kernel consistency checks
+options 	DIAGNOSTIC	# cheap kernel consistency checks
 #options 	DEBUG		# expensive debugging checks/support
 options 	DDB		# in-kernel debugger
 #options 	DDB_ONPANIC=1	# see also sysctl(7): `ddb.onpanic'

Reply via email to