Module Name:    src
Committed By:   tsutsui
Date:           Fri Jun 25 17:42:02 UTC 2010

Modified Files:
        src/sys/arch/hpcarm/conf: WZERO3

Log Message:
Enable options DDB, which is enabled in other kernels.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/hpcarm/conf/WZERO3

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/hpcarm/conf/WZERO3
diff -u src/sys/arch/hpcarm/conf/WZERO3:1.6 src/sys/arch/hpcarm/conf/WZERO3:1.7
--- src/sys/arch/hpcarm/conf/WZERO3:1.6	Fri Jun 25 17:40:32 2010
+++ src/sys/arch/hpcarm/conf/WZERO3	Fri Jun 25 17:42:02 2010
@@ -1,4 +1,4 @@
-#	$NetBSD: WZERO3,v 1.6 2010/06/25 17:40:32 tsutsui Exp $
+#	$NetBSD: WZERO3,v 1.7 2010/06/25 17:42:02 tsutsui Exp $
 #
 #	WZERO3 -- Sharp Windows Mobile 5 based PDA
 #
@@ -7,7 +7,7 @@
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.6 $"
+#ident 		"GENERIC-$Revision: 1.7 $"
 
 # estimated number of users
 maxusers	32
@@ -138,7 +138,7 @@
 options 	DIAGNOSTIC	# internal consistency checks
 #options 	DEBUG		# expensive debugging checks/support
 #options 	PMAP_DEBUG	# Enable pmap_debug_level code
-#options 	DDB		# in-kernel debugger
+options 	DDB		# in-kernel debugger
 #options 	DDB_HISTORY_SIZE=512	# Enable history editing in DDB
 #makeoptions	DEBUG="-g"	# compile full symbol table
 

Reply via email to