Module Name: src
Committed By: mrg
Date: Wed Oct 26 00:57:37 UTC 2011
Modified Files:
src/sys/arch/sun2/conf: GENERIC
Log Message:
revert previous.
To generate a diff of this commit:
cvs rdiff -u -r1.79 -r1.80 src/sys/arch/sun2/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/sun2/conf/GENERIC
diff -u src/sys/arch/sun2/conf/GENERIC:1.79 src/sys/arch/sun2/conf/GENERIC:1.80
--- src/sys/arch/sun2/conf/GENERIC:1.79 Wed Oct 26 00:56:59 2011
+++ src/sys/arch/sun2/conf/GENERIC Wed Oct 26 00:57:36 2011
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.79 2011/10/26 00:56:59 mrg Exp $
+# $NetBSD: GENERIC,v 1.80 2011/10/26 00:57:36 mrg Exp $
#
# GENERIC machine description file
#
@@ -25,7 +25,7 @@ include "arch/sun2/conf/std.sun2"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.79 $"
+#ident "GENERIC-$Revision: 1.80 $"
makeoptions COPTS="-Os" # optimize for size
@@ -54,12 +54,11 @@ options SYSCTL_INCLUDE_DESCR # Include
# Which kernel debugger? Uncomment either this:
options DDB
# ... or these for KGDB (gdb remote target)
-makeoptions DEBUG="-g" # debugging symbols for gdb
+#makeoptions DEBUG="-g" # debugging symbols for gdb
#options KGDB
#options KGDB_DEV=0x0C00 # ttya=0C00 ttyb=0C01
# Other debugging options
-options DDB_COMMANDONENTER="trace"
#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
#options DEBUG # kernel debugging code
#options DIAGNOSTIC # extra kernel sanity checking