Module Name: src
Committed By: snj
Date: Fri Oct 16 06:30:02 UTC 2009
Modified Files:
src/sys/arch/sparc/conf [netbsd-5]: GENERIC KRUPS MRCOFFEE TADPOLE3GX
Log Message:
Pull up following revision(s) (requested by tsutsui in ticket #1065):
sys/arch/sparc/conf/GENERIC: revision 1.214
sys/arch/sparc/conf/KRUPS: revision 1.50
sys/arch/sparc/conf/MRCOFFEE: revision 1.28
sys/arch/sparc/conf/TADPOLE3GX: revision 1.47
Enable ddb(4) for sparc GENERIC-like kernels.
Discussed on port-sp...@.
To generate a diff of this commit:
cvs rdiff -u -r1.205 -r1.205.4.1 src/sys/arch/sparc/conf/GENERIC
cvs rdiff -u -r1.45 -r1.45.20.1 src/sys/arch/sparc/conf/KRUPS
cvs rdiff -u -r1.23 -r1.23.20.1 src/sys/arch/sparc/conf/MRCOFFEE
cvs rdiff -u -r1.42 -r1.42.30.1 src/sys/arch/sparc/conf/TADPOLE3GX
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/sparc/conf/GENERIC
diff -u src/sys/arch/sparc/conf/GENERIC:1.205 src/sys/arch/sparc/conf/GENERIC:1.205.4.1
--- src/sys/arch/sparc/conf/GENERIC:1.205 Sun Aug 10 15:31:22 2008
+++ src/sys/arch/sparc/conf/GENERIC Fri Oct 16 06:30:01 2009
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.205 2008/08/10 15:31:22 tls Exp $
+# $NetBSD: GENERIC,v 1.205.4.1 2009/10/16 06:30:01 snj Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.205 $"
+#ident "GENERIC-$Revision: 1.205.4.1 $"
maxusers 32
@@ -98,8 +98,8 @@
## The DDB in-kernel debugger runs at panic (unless DDB_ONPANIC=0), or at
## serial console break or keyboard reset, where the PROM would normally
## intercept. DDB_HISTORY_SIZE adds up/down arrow command history.
-#options DDB # kernel dynamic debugger
-#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
+options DDB # kernel dynamic debugger
+options DDB_HISTORY_SIZE=100 # enable history editing in DDB
#options DDB_ONPANIC=1 # see also sysctl(8): `ddb.onpanic'
## You may also use gdb, on another computer connected to this machine over
Index: src/sys/arch/sparc/conf/KRUPS
diff -u src/sys/arch/sparc/conf/KRUPS:1.45 src/sys/arch/sparc/conf/KRUPS:1.45.20.1
--- src/sys/arch/sparc/conf/KRUPS:1.45 Mon Dec 31 15:32:06 2007
+++ src/sys/arch/sparc/conf/KRUPS Fri Oct 16 06:30:01 2009
@@ -1,4 +1,4 @@
-# $NetBSD: KRUPS,v 1.45 2007/12/31 15:32:06 ad Exp $
+# $NetBSD: KRUPS,v 1.45.20.1 2009/10/16 06:30:01 snj Exp $
# From: NetBSD: GENERIC,v 1.197 2006/12/04 23:43:35 elad Exp
#
# Krups (JavaStation-NC) machine description file
@@ -8,7 +8,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "KRUPS-$Revision: 1.45 $"
+#ident "KRUPS-$Revision: 1.45.20.1 $"
maxusers 32
@@ -119,8 +119,8 @@
## The DDB in-kernel debugger runs at panic (unless DDB_ONPANIC=0), or at
## serial console break or keyboard reset, where the PROM would normally
## intercept. DDB_HISTORY_SIZE adds up/down arrow command history.
-#options DDB # kernel dynamic debugger
-#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
+options DDB # kernel dynamic debugger
+options DDB_HISTORY_SIZE=100 # enable history editing in DDB
#options DDB_ONPANIC=1 # see also sysctl(8): `ddb.onpanic'
## You may also use gdb, on another computer connected to this machine over
Index: src/sys/arch/sparc/conf/MRCOFFEE
diff -u src/sys/arch/sparc/conf/MRCOFFEE:1.23 src/sys/arch/sparc/conf/MRCOFFEE:1.23.20.1
--- src/sys/arch/sparc/conf/MRCOFFEE:1.23 Mon Dec 31 15:32:06 2007
+++ src/sys/arch/sparc/conf/MRCOFFEE Fri Oct 16 06:30:02 2009
@@ -1,4 +1,4 @@
-# $NetBSD: MRCOFFEE,v 1.23 2007/12/31 15:32:06 ad Exp $
+# $NetBSD: MRCOFFEE,v 1.23.20.1 2009/10/16 06:30:02 snj Exp $
# From: NetBSD: GENERIC,v 1.197 2006/12/04 23:43:35 elad Exp
#
# Mr.Coffee (JavaStation 1) machine description file
@@ -12,7 +12,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "MRCOFFEE-$Revision: 1.23 $"
+#ident "MRCOFFEE-$Revision: 1.23.20.1 $"
maxusers 32
@@ -90,8 +90,8 @@
## The DDB in-kernel debugger runs at panic (unless DDB_ONPANIC=0), or at
## serial console break or keyboard reset, where the PROM would normally
## intercept. DDB_HISTORY_SIZE adds up/down arrow command history.
-#options DDB # kernel dynamic debugger
-#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
+options DDB # kernel dynamic debugger
+options DDB_HISTORY_SIZE=100 # enable history editing in DDB
#options DDB_ONPANIC=1 # see also sysctl(8): `ddb.onpanic'
## You may also use gdb, on another computer connected to this machine over
Index: src/sys/arch/sparc/conf/TADPOLE3GX
diff -u src/sys/arch/sparc/conf/TADPOLE3GX:1.42 src/sys/arch/sparc/conf/TADPOLE3GX:1.42.30.1
--- src/sys/arch/sparc/conf/TADPOLE3GX:1.42 Wed Oct 17 19:57:11 2007
+++ src/sys/arch/sparc/conf/TADPOLE3GX Fri Oct 16 06:30:02 2009
@@ -1,4 +1,4 @@
-# $NetBSD: TADPOLE3GX,v 1.42 2007/10/17 19:57:11 garbled Exp $
+# $NetBSD: TADPOLE3GX,v 1.42.30.1 2009/10/16 06:30:02 snj Exp $
include "arch/sparc/conf/std.sparc"
@@ -83,8 +83,8 @@
## The DDB in-kernel debugger runs at panic (unless DDB_ONPANIC=0), or at
## serial console break or keyboard reset, where the PROM would normally
## intercept. DDB_HISTORY_SIZE adds up/down arrow command history.
-#options DDB # kernel dynamic debugger
-#options DDB_HISTORY_SIZE=100 # enable history editing in DDB
+options DDB # kernel dynamic debugger
+options DDB_HISTORY_SIZE=100 # enable history editing in DDB
#options DDB_ONPANIC=1 # see also sysctl(8): `ddb.onpanic'
## You may also use gdb, on another computer connected to this machine over