Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x68k/conf Enable options DDB. Ok from isaki@
details: https://anonhg.NetBSD.org/src/rev/4614d8afa559
branches: trunk
changeset: 760342:4614d8afa559
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Mon Jan 03 03:43:22 2011 +0000
description:
Enable options DDB. Ok from isaki@
diffstat:
sys/arch/x68k/conf/GENERIC | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 09cd2db933a2 -r 4614d8afa559 sys/arch/x68k/conf/GENERIC
--- a/sys/arch/x68k/conf/GENERIC Mon Jan 03 02:53:15 2011 +0000
+++ b/sys/arch/x68k/conf/GENERIC Mon Jan 03 03:43:22 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.151 2010/11/23 11:14:07 hannken Exp $
+# $NetBSD: GENERIC,v 1.152 2011/01/03 03:43:22 tsutsui Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.151 $"
+#ident "GENERIC-$Revision: 1.152 $"
maxusers 8
@@ -99,7 +99,7 @@
## The DDB in-kernel debugger runs at panic (unless DDB_ONPANIC=0), or at
## serial console break or keyboard reset, where the PROM would normally
## intercept. DDB_HISTORY_SIZE adds up/down arrow command history.
-#options DDB # kernel dynamic debugger
+options DDB # kernel dynamic debugger
#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
#options DDB_ONPANIC=1 # see also sysctl(8): `ddb.onpanic'
#options PANICBUTTON # interrupt switch invokes DDB
Home |
Main Index |
Thread Index |
Old Index