Module Name:    src
Committed By:   maya
Date:           Sat Aug 19 09:10:24 UTC 2017

Modified Files:
        src/sys/arch/evbmips/conf: ADM5120 ALCHEMY CPMBR1400 DB120 ERLITE MALTA
            RB153 RB433UAH XLSATX ZYXELKX

Log Message:
Comment out 'options DEBUG' on all evbmips kernels

We aren't using DEBUG on other archs, mips is stable enough now, etc.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/evbmips/conf/ADM5120 \
    src/sys/arch/evbmips/conf/XLSATX
cvs rdiff -u -r1.61 -r1.62 src/sys/arch/evbmips/conf/ALCHEMY
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/evbmips/conf/CPMBR1400
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/evbmips/conf/DB120
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/evbmips/conf/ERLITE
cvs rdiff -u -r1.86 -r1.87 src/sys/arch/evbmips/conf/MALTA
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/evbmips/conf/RB153
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/evbmips/conf/RB433UAH
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/evbmips/conf/ZYXELKX

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/ADM5120
diff -u src/sys/arch/evbmips/conf/ADM5120:1.23 src/sys/arch/evbmips/conf/ADM5120:1.24
--- src/sys/arch/evbmips/conf/ADM5120:1.23	Sat Jul 29 12:28:27 2017
+++ src/sys/arch/evbmips/conf/ADM5120	Sat Aug 19 09:10:24 2017
@@ -1,11 +1,11 @@
-#	$NetBSD: ADM5120,v 1.23 2017/07/29 12:28:27 maxv Exp $
+#	$NetBSD: ADM5120,v 1.24 2017/08/19 09:10:24 maya Exp $
 #
 # Kernel config for the Alchemy Semiconductor (AMD) PB1000, PB1500,
 # DBAu1000 and DBAu1500 evaluation boards.
 
 include 	"arch/evbmips/conf/std.adm5120"
 
-#ident 		"GENERIC-$Revision: 1.23 $"
+#ident 		"GENERIC-$Revision: 1.24 $"
 
 maxusers	32
 
@@ -27,7 +27,7 @@ options 	TCP_OUTPUT_COUNTERS
 
 # Debugging options
 options 	DIAGNOSTIC	# extra kernel sanity checking
-options 	DEBUG		# extra kernel debugging support
+#options 	DEBUG		# extra kernel debugging support
 options 	DDB		# kernel dynamic debugger
 options 	DDB_HISTORY_SIZE=100 # enable history editing in DDB
 makeoptions 	DEBUG="-g"	# compile full symbol table
Index: src/sys/arch/evbmips/conf/XLSATX
diff -u src/sys/arch/evbmips/conf/XLSATX:1.23 src/sys/arch/evbmips/conf/XLSATX:1.24
--- src/sys/arch/evbmips/conf/XLSATX:1.23	Sat Jul 29 12:28:27 2017
+++ src/sys/arch/evbmips/conf/XLSATX	Sat Aug 19 09:10:24 2017
@@ -1,8 +1,8 @@
-#	$NetBSD: XLSATX,v 1.23 2017/07/29 12:28:27 maxv Exp $
+#	$NetBSD: XLSATX,v 1.24 2017/08/19 09:10:24 maya Exp $
 
 include 	"arch/evbmips/conf/std.rmixl"
 
-#ident 		"XLSATX-$Revision: 1.23 $"
+#ident 		"XLSATX-$Revision: 1.24 $"
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
@@ -33,7 +33,7 @@ options 	NTP		# network time protocol
 
 # Debugging options
 options 	DIAGNOSTIC	# extra kernel sanity checking
-options 	DEBUG		# extra kernel debugging support
+#options 	DEBUG		# extra kernel debugging support
 options 	MSGBUFSIZE=65536 # kernel dmesg buffer
 options 	USERCONF	# userconf(4) support
 #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel

Index: src/sys/arch/evbmips/conf/ALCHEMY
diff -u src/sys/arch/evbmips/conf/ALCHEMY:1.61 src/sys/arch/evbmips/conf/ALCHEMY:1.62
--- src/sys/arch/evbmips/conf/ALCHEMY:1.61	Sat Jul 29 18:08:57 2017
+++ src/sys/arch/evbmips/conf/ALCHEMY	Sat Aug 19 09:10:24 2017
@@ -1,11 +1,11 @@
-#	$NetBSD: ALCHEMY,v 1.61 2017/07/29 18:08:57 maxv Exp $
+#	$NetBSD: ALCHEMY,v 1.62 2017/08/19 09:10:24 maya Exp $
 #
 # Kernel config for the Alchemy Semiconductor (AMD) PB1000, PB1500,
 # DBAu1000 and DBAu1500 evaluation boards.
 
 include 	"arch/evbmips/conf/std.alchemy"
 
-#ident 		"ALCHEMY-$Revision: 1.61 $"
+#ident 		"ALCHEMY-$Revision: 1.62 $"
 
 maxusers	32
 
@@ -40,7 +40,7 @@ options 	NTP		# network time protocol
 
 # Debugging options
 options 	DIAGNOSTIC	# extra kernel sanity checking
-options 	DEBUG		# extra kernel debugging support
+#options 	DEBUG		# extra kernel debugging support
 options 	DDB		# kernel dynamic debugger
 options 	DDB_HISTORY_SIZE=100 # enable history editing in DDB
 makeoptions 	DEBUG="-g"	# compile full symbol table

Index: src/sys/arch/evbmips/conf/CPMBR1400
diff -u src/sys/arch/evbmips/conf/CPMBR1400:1.25 src/sys/arch/evbmips/conf/CPMBR1400:1.26
--- src/sys/arch/evbmips/conf/CPMBR1400:1.25	Tue Aug  1 16:12:32 2017
+++ src/sys/arch/evbmips/conf/CPMBR1400	Sat Aug 19 09:10:24 2017
@@ -1,4 +1,4 @@
-#	$NetBSD: CPMBR1400,v 1.25 2017/08/01 16:12:32 maya Exp $
+#	$NetBSD: CPMBR1400,v 1.26 2017/08/19 09:10:24 maya Exp $
 
 include		"arch/evbmips/conf/std.rasoc"
 
@@ -44,7 +44,7 @@ options 	NTP		# NTP phase/frequency lock
 options 	DIAGNOSTIC	# expensive kernel consistency checks
 #options 	LOCKDEBUG
 #options 	KSTACK_CHECK_MAGIC
-options 	DEBUG		# expensive debugging checks/support
+#options 	DEBUG		# expensive debugging checks/support
 options 	DDB			# in-kernel debugger
 options 	DDB_ONPANIC=1		# see also sysctl(7): `ddb.onpanic'
 #options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB

Index: src/sys/arch/evbmips/conf/DB120
diff -u src/sys/arch/evbmips/conf/DB120:1.17 src/sys/arch/evbmips/conf/DB120:1.18
--- src/sys/arch/evbmips/conf/DB120:1.17	Sat Jul 29 12:28:27 2017
+++ src/sys/arch/evbmips/conf/DB120	Sat Aug 19 09:10:24 2017
@@ -1,4 +1,4 @@
-#	$NetBSD: DB120,v 1.17 2017/07/29 12:28:27 maxv Exp $
+#	$NetBSD: DB120,v 1.18 2017/08/19 09:10:24 maya Exp $
 #
 # Qualcomm Atheros AR9344 DB120 evaluation board.
 #
@@ -7,7 +7,7 @@ include 	"arch/evbmips/conf/std.atheros"
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"DB120-$Revision: 1.17 $"
+#ident 		"DB120-$Revision: 1.18 $"
 
 maxusers	32
 
@@ -45,7 +45,7 @@ options 	NTP		# network time protocol
 
 # Debugging options
 options 	DIAGNOSTIC	# extra kernel sanity checking
-options 	DEBUG		# extra kernel debugging support
+#options 	DEBUG		# extra kernel debugging support
 #options 	USERCONF	# userconf(4) support
 #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
 options 	DDB		# kernel dynamic debugger

Index: src/sys/arch/evbmips/conf/ERLITE
diff -u src/sys/arch/evbmips/conf/ERLITE:1.16 src/sys/arch/evbmips/conf/ERLITE:1.17
--- src/sys/arch/evbmips/conf/ERLITE:1.16	Sat Jul 29 18:08:57 2017
+++ src/sys/arch/evbmips/conf/ERLITE	Sat Aug 19 09:10:24 2017
@@ -1,11 +1,11 @@
-#	$NetBSD: ERLITE,v 1.16 2017/07/29 18:08:57 maxv Exp $
+#	$NetBSD: ERLITE,v 1.17 2017/08/19 09:10:24 maya Exp $
 
 include 	"arch/mips/conf/std.octeon"
 include 	"arch/evbmips/conf/files.octeon"
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"ERLITE-$Revision: 1.16 $"
+#ident 		"ERLITE-$Revision: 1.17 $"
 
 maxusers	32
 
@@ -35,7 +35,7 @@ options 	NTP		# network time protocol
 
 # Debugging options
 options 	DIAGNOSTIC	# extra kernel sanity checking
-options 	DEBUG		# extra kernel debugging support
+#options 	DEBUG		# extra kernel debugging support
 #options 	USERCONF	# userconf(4) support
 #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
 options 	DDB		# kernel dynamic debugger

Index: src/sys/arch/evbmips/conf/MALTA
diff -u src/sys/arch/evbmips/conf/MALTA:1.86 src/sys/arch/evbmips/conf/MALTA:1.87
--- src/sys/arch/evbmips/conf/MALTA:1.86	Sat Jul 29 18:08:57 2017
+++ src/sys/arch/evbmips/conf/MALTA	Sat Aug 19 09:10:24 2017
@@ -1,10 +1,10 @@
-#	$NetBSD: MALTA,v 1.86 2017/07/29 18:08:57 maxv Exp $
+#	$NetBSD: MALTA,v 1.87 2017/08/19 09:10:24 maya Exp $
 
 include 	"arch/evbmips/conf/std.malta"
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"MALTA-$Revision: 1.86 $"
+#ident 		"MALTA-$Revision: 1.87 $"
 
 maxusers	32
 
@@ -29,7 +29,7 @@ options 	NTP		# network time protocol
 
 # Debugging options
 options 	DIAGNOSTIC	# extra kernel sanity checking
-options 	DEBUG		# extra kernel debugging support
+#options 	DEBUG		# extra kernel debugging support
 #options 	SYSCALL_DEBUG	# symbolic syscall names
 options 	USERCONF	# userconf(4) support
 #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel

Index: src/sys/arch/evbmips/conf/RB153
diff -u src/sys/arch/evbmips/conf/RB153:1.18 src/sys/arch/evbmips/conf/RB153:1.19
--- src/sys/arch/evbmips/conf/RB153:1.18	Sun Feb 19 07:47:00 2017
+++ src/sys/arch/evbmips/conf/RB153	Sat Aug 19 09:10:24 2017
@@ -1,10 +1,10 @@
-#	$NetBSD: RB153,v 1.18 2017/02/19 07:47:00 rin Exp $
+#	$NetBSD: RB153,v 1.19 2017/08/19 09:10:24 maya Exp $
 #
 # Example kernel config for the RouterBOARD 153.
 
 include 	"arch/evbmips/conf/std.adm5120"
 
-#ident 		"RB153-$Revision: 1.18 $"
+#ident 		"RB153-$Revision: 1.19 $"
 
 maxusers	32
 
@@ -27,7 +27,7 @@ options 	TCP_OUTPUT_COUNTERS
 
 # Debugging options
 options 	DIAGNOSTIC	# extra kernel sanity checking
-options 	DEBUG		# extra kernel debugging support
+#options 	DEBUG		# extra kernel debugging support
 options 	DDB		# kernel dynamic debugger
 options 	DDB_HISTORY_SIZE=100 # enable history editing in DDB
 makeoptions 	DEBUG="-g"	# compile full symbol table

Index: src/sys/arch/evbmips/conf/RB433UAH
diff -u src/sys/arch/evbmips/conf/RB433UAH:1.14 src/sys/arch/evbmips/conf/RB433UAH:1.15
--- src/sys/arch/evbmips/conf/RB433UAH:1.14	Sat Jul 29 12:28:27 2017
+++ src/sys/arch/evbmips/conf/RB433UAH	Sat Aug 19 09:10:24 2017
@@ -1,10 +1,10 @@
-#	$NetBSD: RB433UAH,v 1.14 2017/07/29 12:28:27 maxv Exp $
+#	$NetBSD: RB433UAH,v 1.15 2017/08/19 09:10:24 maya Exp $
 
 include 	"arch/evbmips/conf/std.atheros"
 
 #options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"RB433UAH-$Revision: 1.14 $"
+#ident 		"RB433UAH-$Revision: 1.15 $"
 
 maxusers	32
 
@@ -38,7 +38,7 @@ options 	NTP		# network time protocol
 
 # Debugging options
 options 	DIAGNOSTIC	# extra kernel sanity checking
-options 	DEBUG		# extra kernel debugging support
+#options 	DEBUG		# extra kernel debugging support
 #options 	USERCONF	# userconf(4) support
 #options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
 options 	DDB		# kernel dynamic debugger

Index: src/sys/arch/evbmips/conf/ZYXELKX
diff -u src/sys/arch/evbmips/conf/ZYXELKX:1.10 src/sys/arch/evbmips/conf/ZYXELKX:1.11
--- src/sys/arch/evbmips/conf/ZYXELKX:1.10	Tue Aug  1 16:12:32 2017
+++ src/sys/arch/evbmips/conf/ZYXELKX	Sat Aug 19 09:10:24 2017
@@ -1,4 +1,4 @@
-#	$NetBSD: ZYXELKX,v 1.10 2017/08/01 16:12:32 maya Exp $
+#	$NetBSD: ZYXELKX,v 1.11 2017/08/19 09:10:24 maya Exp $
 
 include		"arch/evbmips/conf/std.rasoc"
 
@@ -40,7 +40,7 @@ options 	NTP		# NTP phase/frequency lock
 options 	DIAGNOSTIC	# expensive kernel consistency checks
 #options 	LOCKDEBUG
 #options 	KSTACK_CHECK_MAGIC
-options 	DEBUG		# expensive debugging checks/support
+#options 	DEBUG		# expensive debugging checks/support
 options 	DDB			# in-kernel debugger
 options 	DDB_ONPANIC=1		# see also sysctl(7): `ddb.onpanic'
 #options 	DDB_HISTORY_SIZE=512	# enable history editing in DDB

Reply via email to