Module Name:    src
Committed By:   maxv
Date:           Sat Jul 29 07:16:15 UTC 2017

Modified Files:
        src/sys/arch/amd64/conf: ALL
        src/sys/arch/i386/conf: ALL

Log Message:
Remove IBCS2_DEBUG (does not exist).


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 src/sys/arch/amd64/conf/ALL
cvs rdiff -u -r1.420 -r1.421 src/sys/arch/i386/conf/ALL

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/amd64/conf/ALL
diff -u src/sys/arch/amd64/conf/ALL:1.62 src/sys/arch/amd64/conf/ALL:1.63
--- src/sys/arch/amd64/conf/ALL:1.62	Fri Jul 28 19:26:15 2017
+++ src/sys/arch/amd64/conf/ALL	Sat Jul 29 07:16:15 2017
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.62 2017/07/28 19:26:15 maxv Exp $
+# $NetBSD: ALL,v 1.63 2017/07/29 07:16:15 maxv Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@ include 	"arch/amd64/conf/std.amd64"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident		"ALL-$Revision: 1.62 $"
+#ident		"ALL-$Revision: 1.63 $"
 
 maxusers	64		# estimated number of users
 
@@ -2041,7 +2041,6 @@ options I2ODEBUG
 options I4BISPPPDEBUG
 options I4B_MBUF_DEBUG
 options I4B_MBUF_TYPE_DEBUG
-options IBCS2_DEBUG
 options ICONV_DEBUG
 options ICP_DEBUG
 options IEDEBUG

Index: src/sys/arch/i386/conf/ALL
diff -u src/sys/arch/i386/conf/ALL:1.420 src/sys/arch/i386/conf/ALL:1.421
--- src/sys/arch/i386/conf/ALL:1.420	Wed Jun 14 09:00:08 2017
+++ src/sys/arch/i386/conf/ALL	Sat Jul 29 07:16:14 2017
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.420 2017/06/14 09:00:08 pgoyette Exp $
+# $NetBSD: ALL,v 1.421 2017/07/29 07:16:14 maxv Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@ include 	"arch/i386/conf/std.i386"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident		"ALL-$Revision: 1.420 $"
+#ident		"ALL-$Revision: 1.421 $"
 
 maxusers	64		# estimated number of users
 
@@ -2191,7 +2191,6 @@ options I2ODEBUG
 options I4BISPPPDEBUG
 options I4B_MBUF_DEBUG
 options I4B_MBUF_TYPE_DEBUG
-options IBCS2_DEBUG
 options ICONV_DEBUG
 options ICP_DEBUG
 options IEDEBUG

Reply via email to