Module Name: src
Committed By: chs
Date: Sun Aug 8 18:19:26 UTC 2010
Modified Files:
src/sys/arch/vax/conf: GENERIC
Log Message:
enable DDB_HISTORY_SIZE since DDB is enabled.
To generate a diff of this commit:
cvs rdiff -u -r1.174 -r1.175 src/sys/arch/vax/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/vax/conf/GENERIC
diff -u src/sys/arch/vax/conf/GENERIC:1.174 src/sys/arch/vax/conf/GENERIC:1.175
--- src/sys/arch/vax/conf/GENERIC:1.174 Thu Jul 1 19:50:11 2010
+++ src/sys/arch/vax/conf/GENERIC Sun Aug 8 18:19:26 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.174 2010/07/01 19:50:11 ragge Exp $
+# $NetBSD: GENERIC,v 1.175 2010/08/08 18:19:26 chs Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.174 $"
+#ident "GENERIC-$Revision: 1.175 $"
# Here are all different supported CPU types listed.
#options VAX8800 # VAX 8500, 8530, 8550, 8700, 8800
@@ -49,7 +49,7 @@
# Kernel compiled-in symbolic debugger & system call tracer
makeoptions DEBUG="-g"
options DDB
-#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
+options DDB_HISTORY_SIZE=512 # enable history editing in DDB
options KTRACE
#options DIAGNOSTIC
#options DEBUG