Module Name: src
Committed By: cliff
Date: Thu Apr 14 05:05:35 UTC 2011
Modified Files:
src/sys/arch/evbmips/conf: XLSATX
Log Message:
- remove options LOCKDEBUG; is set in XLSATX64.MP
- option MIPS_DDB_WATCH is deprecated, removed
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 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.3 src/sys/arch/evbmips/conf/XLSATX:1.4
--- src/sys/arch/evbmips/conf/XLSATX:1.3 Fri Mar 18 02:14:55 2011
+++ src/sys/arch/evbmips/conf/XLSATX Thu Apr 14 05:05:35 2011
@@ -1,8 +1,8 @@
-# $NetBSD: XLSATX,v 1.3 2011/03/18 02:14:55 cliff Exp $
+# $NetBSD: XLSATX,v 1.4 2011/04/14 05:05:35 cliff Exp $
include "arch/evbmips/conf/std.rmixl"
-#ident "XLSATX-$Revision: 1.3 $"
+#ident "XLSATX-$Revision: 1.4 $"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
@@ -39,13 +39,11 @@
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
#options DDB_COMMANDONENTER="trace;show registers"
options DB_MAX_LINE=-1
-options LOCKDEBUG
# Compatibility options
#options COMPAT_43 # compatibility with 4.3BSD binaries