Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc/conf Add (commented out) LOCKDEBUG and SYSCAL...
details: https://anonhg.NetBSD.org/src/rev/fabe57173fca
branches: trunk
changeset: 760930:fabe57173fca
user: jdc <jdc%NetBSD.org@localhost>
date: Mon Jan 17 13:43:02 2011 +0000
description:
Add (commented out) LOCKDEBUG and SYSCALL_DEBUG options.
diffstat:
sys/arch/sparc/conf/GENERIC | 6 ++++--
sys/arch/sparc/conf/KRUPS | 6 ++++--
sys/arch/sparc/conf/MRCOFFEE | 6 ++++--
sys/arch/sparc/conf/TADPOLE3GX | 4 +++-
4 files changed, 15 insertions(+), 7 deletions(-)
diffs (99 lines):
diff -r eda10dabc804 -r fabe57173fca sys/arch/sparc/conf/GENERIC
--- a/sys/arch/sparc/conf/GENERIC Mon Jan 17 12:37:46 2011 +0000
+++ b/sys/arch/sparc/conf/GENERIC Mon Jan 17 13:43:02 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.225 2010/11/23 11:14:06 hannken Exp $
+# $NetBSD: GENERIC,v 1.226 2011/01/17 13:43:02 jdc Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.225 $"
+#ident "GENERIC-$Revision: 1.226 $"
maxusers 32
@@ -143,6 +143,8 @@
## Enable (possibly expensive) debugging code that may also display messages
## on the system console
#options DEBUG
+#options LOCKDEBUG
+#options SYSCALL_DEBUG
## Make SCSI error messages more verbose when explaining their meanings.
options SCSIVERBOSE
diff -r eda10dabc804 -r fabe57173fca sys/arch/sparc/conf/KRUPS
--- a/sys/arch/sparc/conf/KRUPS Mon Jan 17 12:37:46 2011 +0000
+++ b/sys/arch/sparc/conf/KRUPS Mon Jan 17 13:43:02 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: KRUPS,v 1.53 2010/11/23 11:14:06 hannken Exp $
+# $NetBSD: KRUPS,v 1.54 2011/01/17 13:43:02 jdc 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.53 $"
+#ident "KRUPS-$Revision: 1.54 $"
maxusers 32
@@ -148,6 +148,8 @@
## Enable (possibly expensive) debugging code that may also display messages
## on the system console
#options DEBUG
+#options LOCKDEBUG
+#options SYSCALL_DEBUG
options MIIVERBOSE # verbose PHY autoconfig messages
diff -r eda10dabc804 -r fabe57173fca sys/arch/sparc/conf/MRCOFFEE
--- a/sys/arch/sparc/conf/MRCOFFEE Mon Jan 17 12:37:46 2011 +0000
+++ b/sys/arch/sparc/conf/MRCOFFEE Mon Jan 17 13:43:02 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: MRCOFFEE,v 1.31 2009/12/05 20:11:17 pooka Exp $
+# $NetBSD: MRCOFFEE,v 1.32 2011/01/17 13:43:02 jdc 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.31 $"
+#ident "MRCOFFEE-$Revision: 1.32 $"
maxusers 32
@@ -125,6 +125,8 @@
## Enable (possibly expensive) debugging code that may also display messages
## on the system console
#options DEBUG
+#options LOCKDEBUG
+#options SYSCALL_DEBUG
## Make SCSI error messages more verbose when explaining their meanings.
options SCSIVERBOSE
diff -r eda10dabc804 -r fabe57173fca sys/arch/sparc/conf/TADPOLE3GX
--- a/sys/arch/sparc/conf/TADPOLE3GX Mon Jan 17 12:37:46 2011 +0000
+++ b/sys/arch/sparc/conf/TADPOLE3GX Mon Jan 17 13:43:02 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: TADPOLE3GX,v 1.51 2010/11/23 11:14:06 hannken Exp $
+# $NetBSD: TADPOLE3GX,v 1.52 2011/01/17 13:43:02 jdc Exp $
include "arch/sparc/conf/std.sparc"
@@ -108,6 +108,8 @@
## Enable (possibly expensive) debugging code that may also display messages
## on the system console
#options DEBUG
+#options LOCKDEBUG
+#options SYSCALL_DEBUG
## Make SCSI error messages more verbose when explaining their meanings.
options SCSIVERBOSE
Home |
Main Index |
Thread Index |
Old Index