Module Name: src
Committed By: skrll
Date: Mon Dec 23 13:08:00 UTC 2013
Modified Files:
src/sys/arch/alpha/conf: GENERIC
Log Message:
Revert previous commit. It was an accident.
To generate a diff of this commit:
cvs rdiff -u -r1.355 -r1.356 src/sys/arch/alpha/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/alpha/conf/GENERIC
diff -u src/sys/arch/alpha/conf/GENERIC:1.355 src/sys/arch/alpha/conf/GENERIC:1.356
--- src/sys/arch/alpha/conf/GENERIC:1.355 Wed Dec 18 12:43:59 2013
+++ src/sys/arch/alpha/conf/GENERIC Mon Dec 23 13:08:00 2013
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.355 2013/12/18 12:43:59 skrll Exp $
+# $NetBSD: GENERIC,v 1.356 2013/12/23 13:08:00 skrll Exp $
#
# This machine description file is used to generate the default NetBSD
# kernel.
@@ -19,7 +19,7 @@ include "arch/alpha/conf/std.alpha"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-ident "GENERIC-$Revision: 1.355 $"
+ident "GENERIC-$Revision: 1.356 $"
maxusers 32
@@ -59,7 +59,7 @@ options NTP # kernel PLL for NTP
#options KMEMSTATS # Collect kmem usage statistics
options DDB # kernel debugger
options DDB_HISTORY_SIZE=512 # enable history editing in DDB
-makeoptions DEBUG="-g"
+#makeoptions DEBUG="-g"
#makeoptions DEBUGLIST="pattern1 pattern2 ..."
#options KGDB # Remote kernel GDB support