Module Name:    src
Committed By:   cliff
Date:           Sat Feb  5 06:02:09 UTC 2011

Modified Files:
        src/sys/arch/evbmips/conf [matt-nb5-mips64]: XLSATX

Log Message:
- add options MIPS_DDB_WATCH, to enable COP0 watchpoint support in ddb
- add config netbsd-sd0a for disk-rooted kernel


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.11 -r1.1.2.12 src/sys/arch/evbmips/conf/XLSATX

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/evbmips/conf/XLSATX
diff -u src/sys/arch/evbmips/conf/XLSATX:1.1.2.11 src/sys/arch/evbmips/conf/XLSATX:1.1.2.12
--- src/sys/arch/evbmips/conf/XLSATX:1.1.2.11	Mon Aug 16 18:44:45 2010
+++ src/sys/arch/evbmips/conf/XLSATX	Sat Feb  5 06:02:09 2011
@@ -1,8 +1,8 @@
-#	$NetBSD: XLSATX,v 1.1.2.11 2010/08/16 18:44:45 matt Exp $
+#	$NetBSD: XLSATX,v 1.1.2.12 2011/02/05 06:02:09 cliff Exp $
 
 include 	"arch/evbmips/conf/std.rmixl"
 
-#ident 		"XLSATX-$Revision: 1.1.2.11 $"
+#ident 		"XLSATX-$Revision: 1.1.2.12 $"
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
@@ -39,6 +39,7 @@
 options 	USERCONF	# userconf(4) support
 #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
 options 	DDB		# kernel dynamic debugger
+options		MIPS_DDB_WATCH	# enable T_WATCH (see IEU_DEFAUTURE[DBE])
 options 	DDB_HISTORY_SIZE=100 # enable history editing in DDB
 makeoptions 	DEBUG="-g"	# compile full symbol table
 options 	SYMTAB_SPACE=500000	# size for embedded symbol table
@@ -135,6 +136,7 @@
 config	netbsd		root on ? type ?
 config	netbsd-wm0	root on wm0 type nfs
 config	netbsd-msk0	root on msk0 type nfs
+config	netbsd-sd0a	root on sd0a type ffs
 
 
 mainbus0 	at root

Reply via email to