Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/hpcmips/conf Turn on DIAGNOSTIC to help track down ...



details:   https://anonhg.NetBSD.org/src/rev/3cd1cac45737
branches:  trunk
changeset: 958593:3cd1cac45737
user:      skrll <skrll%NetBSD.org@localhost>
date:      Tue Jan 12 08:03:19 2021 +0000

description:
Turn on DIAGNOSTIC to help track down problem in hpcmips test runs

diffstat:

 sys/arch/hpcmips/conf/GENERIC |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r a8f64cd8b414 -r 3cd1cac45737 sys/arch/hpcmips/conf/GENERIC
--- a/sys/arch/hpcmips/conf/GENERIC     Tue Jan 12 05:08:50 2021 +0000
+++ b/sys/arch/hpcmips/conf/GENERIC     Tue Jan 12 08:03:19 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.243 2020/08/01 08:20:49 maxv Exp $
+# $NetBSD: GENERIC,v 1.244 2021/01/12 08:03:19 skrll Exp $
 #
 # GENERIC machine description file
 # 
@@ -24,7 +24,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.243 $"
+#ident                 "GENERIC-$Revision: 1.244 $"
 
 maxusers       16
 
@@ -47,7 +47,7 @@
 #options       DDB_ONPANIC=0           # don't enter debugger on panic
 options        DDB_HISTORY_SIZE=512    # enable history editing in DDB
 #options       KGDB                    # remote debugger
-#options       DIAGNOSTIC              # extra kernel debugging checks
+options        DIAGNOSTIC              # extra kernel debugging checks
 #options       DEBUG                   # extra kernel debugging support
 options        KTRACE                  # system call tracing support
 options        MSGBUFSIZE=8192         # dmesg buffer size



Home | Main Index | Thread Index | Old Index