Module Name:    src
Committed By:   ozaki-r
Date:           Mon Aug 19 03:25:40 UTC 2019

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

Log Message:
Add MBUFTRACE to ALL configs


To generate a diff of this commit:
cvs rdiff -u -r1.121 -r1.122 src/sys/arch/amd64/conf/ALL
cvs rdiff -u -r1.469 -r1.470 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.121 src/sys/arch/amd64/conf/ALL:1.122
--- src/sys/arch/amd64/conf/ALL:1.121	Fri Aug  9 08:01:06 2019
+++ src/sys/arch/amd64/conf/ALL	Mon Aug 19 03:25:40 2019
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.121 2019/08/09 08:01:06 rin Exp $
+# $NetBSD: ALL,v 1.122 2019/08/19 03:25:40 ozaki-r 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.121 $"
+#ident		"ALL-$Revision: 1.122 $"
 
 maxusers	64		# estimated number of users
 
@@ -2025,6 +2025,7 @@ options LPT_DEBUG
 options MAGMA_DEBUG
 options MAPLE_DEBUG
 options MB8795_DEBUG
+options MBUFTRACE
 options MCDDEBUG
 options MCDEBUG
 options MCHAIN_DEBUG

Index: src/sys/arch/i386/conf/ALL
diff -u src/sys/arch/i386/conf/ALL:1.469 src/sys/arch/i386/conf/ALL:1.470
--- src/sys/arch/i386/conf/ALL:1.469	Wed Jul 24 23:13:46 2019
+++ src/sys/arch/i386/conf/ALL	Mon Aug 19 03:25:40 2019
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.469 2019/07/24 23:13:46 tnn Exp $
+# $NetBSD: ALL,v 1.470 2019/08/19 03:25:40 ozaki-r 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.469 $"
+#ident		"ALL-$Revision: 1.470 $"
 
 maxusers	64		# estimated number of users
 
@@ -2148,6 +2148,7 @@ options LPT_DEBUG
 options MAGMA_DEBUG
 options MAPLE_DEBUG
 options MB8795_DEBUG
+options MBUFTRACE
 options MCDDEBUG
 options MCDEBUG
 options MCHAIN_DEBUG

Reply via email to