Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/pmax/conf Turn on DIAGNOSTIC and DEBUG.



details:   https://anonhg.NetBSD.org/src/rev/1dc589e05133
branches:  trunk
changeset: 825920:1dc589e05133
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Aug 06 11:50:21 2017 +0000

description:
Turn on DIAGNOSTIC and DEBUG.

diffstat:

 sys/arch/pmax/conf/GENERIC |  11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

diffs (32 lines):

diff -r b9107e8c2bba -r 1dc589e05133 sys/arch/pmax/conf/GENERIC
--- a/sys/arch/pmax/conf/GENERIC        Sun Aug 06 10:07:31 2017 +0000
+++ b/sys/arch/pmax/conf/GENERIC        Sun Aug 06 11:50:21 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.191 2017/07/28 19:26:16 maxv Exp $
+# $NetBSD: GENERIC,v 1.192 2017/08/06 11:50:21 christos Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC-$Revision: 1.191 $"
+#ident         "GENERIC-$Revision: 1.192 $"
 
 maxusers       64
 
@@ -47,8 +47,11 @@
 options        DDB                     # in-kernel debugger
 options        DDB_HISTORY_SIZE=512    # enable history editing in DDB
 options        DDB_ONPANIC=0           # don't enter debugger on panic
-#options       DIAGNOSTIC              # extra kernel debugging checks
-#options       DEBUG                   # extra kernel debugging support
+options        DIAGNOSTIC              # extra kernel debugging checks
+options        DEBUG                   # extra kernel debugging support
+options                LOCKDEBUG
+#options       VMFAULT_TRACE
+#options       PMAP_FAULTINFO
 options        COMPAT_43               # compatibility with 4.3BSD binaries
 options        KTRACE                  # system call tracing support
 



Home | Main Index | Thread Index | Old Index