Module Name:    src
Committed By:   chs
Date:           Wed Jul  7 01:24:52 UTC 2010

Modified Files:
        src/sys/arch/hp300/conf: GENERIC
        src/sys/arch/pmax/conf: GENERIC
        src/sys/arch/sun3/conf: GENERIC

Log Message:
enable DDB_HISTORY_SIZE in a few more configs where DDB is enabled.


To generate a diff of this commit:
cvs rdiff -u -r1.155 -r1.156 src/sys/arch/hp300/conf/GENERIC
cvs rdiff -u -r1.165 -r1.166 src/sys/arch/pmax/conf/GENERIC
cvs rdiff -u -r1.150 -r1.151 src/sys/arch/sun3/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/hp300/conf/GENERIC
diff -u src/sys/arch/hp300/conf/GENERIC:1.155 src/sys/arch/hp300/conf/GENERIC:1.156
--- src/sys/arch/hp300/conf/GENERIC:1.155	Sat May  8 22:16:27 2010
+++ src/sys/arch/hp300/conf/GENERIC	Wed Jul  7 01:24:52 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.155 2010/05/08 22:16:27 mrg Exp $
+# $NetBSD: GENERIC,v 1.156 2010/07/07 01:24:52 chs Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.155 $"
+#ident 		"GENERIC-$Revision: 1.156 $"
 
 maxusers	32		# estimated number of users
 
@@ -67,7 +67,7 @@
 #options 	DEBUG		# Enable misc. kernel debugging code
 #options 	KMEMSTATS	# kernel memory statistics (vmstat -m)
 options 	DDB		# Kernel Dynamic Debugger
-#options 	DDB_HISTORY_SIZE=100	# Enable history editing in DDB
+options 	DDB_HISTORY_SIZE=512	# Enable history editing in DDB
 #options 	KGDB		# remote debugger
 #makeoptions	DEBUG="-g"	# netbsd.gdb with full debugging symbols
 

Index: src/sys/arch/pmax/conf/GENERIC
diff -u src/sys/arch/pmax/conf/GENERIC:1.165 src/sys/arch/pmax/conf/GENERIC:1.166
--- src/sys/arch/pmax/conf/GENERIC:1.165	Sat May  8 22:16:29 2010
+++ src/sys/arch/pmax/conf/GENERIC	Wed Jul  7 01:24:52 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.165 2010/05/08 22:16:29 mrg Exp $
+# $NetBSD: GENERIC,v 1.166 2010/07/07 01:24:52 chs Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident		"GENERIC-$Revision: 1.165 $"
+#ident		"GENERIC-$Revision: 1.166 $"
 
 maxusers	64
 
@@ -44,7 +44,7 @@
 
 # Standard system options
 options 	DDB			# in-kernel debugger
-#options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
+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

Index: src/sys/arch/sun3/conf/GENERIC
diff -u src/sys/arch/sun3/conf/GENERIC:1.150 src/sys/arch/sun3/conf/GENERIC:1.151
--- src/sys/arch/sun3/conf/GENERIC:1.150	Thu Apr 29 22:40:54 2010
+++ src/sys/arch/sun3/conf/GENERIC	Wed Jul  7 01:24:52 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.150 2010/04/29 22:40:54 chs Exp $
+# $NetBSD: GENERIC,v 1.151 2010/07/07 01:24:52 chs Exp $
 #
 # GENERIC machine description file
 # 
@@ -25,7 +25,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident		"GENERIC-$Revision: 1.150 $"
+#ident		"GENERIC-$Revision: 1.151 $"
 
 makeoptions	COPTS="-Os"		# bootloader has size limit (~2MB)
 
@@ -60,7 +60,7 @@
 #options 	KGDB_DEV=0x0C01	# ttya=0C00 ttyb=0C01
 
 # Other debugging options
-#options 	DDB_HISTORY_SIZE=100	# enable history editing in DDB
+options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB
 #options 	DEBUG		# kernel debugging code
 #options 	DIAGNOSTIC	# extra kernel sanity checking
 #options 	KMEMSTATS	# kernel memory statistics (vmstat -m)

Reply via email to