Module Name:    src
Committed By:   pgoyette
Date:           Tue Dec 27 01:11:52 UTC 2016

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

Log Message:
Add BIOHIST (and belatedly, UVMHIST) to the ALL kernels for i386 and amd64.

XXX Perhaps it should be added to others as well?  Perhaps just as comments?


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/sys/arch/amd64/conf/ALL
cvs rdiff -u -r1.409 -r1.410 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.47 src/sys/arch/amd64/conf/ALL:1.48
--- src/sys/arch/amd64/conf/ALL:1.47	Fri Dec 23 11:27:10 2016
+++ src/sys/arch/amd64/conf/ALL	Tue Dec 27 01:11:52 2016
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.47 2016/12/23 11:27:10 maya Exp $
+# $NetBSD: ALL,v 1.48 2016/12/27 01:11:52 pgoyette 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.47 $"
+#ident 		"ALL-$Revision: 1.48 $"
 
 maxusers	64		# estimated number of users
 
@@ -125,6 +125,8 @@ options 	SYSCALL_STATS	# per syscall cou
 options 	SYSCALL_TIMES	# per syscall times
 options 	SYSCALL_TIMES_HASCOUNTER	# use 'broken' rdtsc (soekris)
 options 	KDTRACE_HOOKS	# kernel DTrace hooks
+options 	UVMHIST		# kernhist for uvm subsystem
+options 	BIOHIST		# kernhist for buff I/O
 
 # Compatibility options
 #options 	COMPAT_NOMID	# NetBSD 0.8, 386BSD, and BSDI

Index: src/sys/arch/i386/conf/ALL
diff -u src/sys/arch/i386/conf/ALL:1.409 src/sys/arch/i386/conf/ALL:1.410
--- src/sys/arch/i386/conf/ALL:1.409	Fri Dec 23 11:27:10 2016
+++ src/sys/arch/i386/conf/ALL	Tue Dec 27 01:11:52 2016
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.409 2016/12/23 11:27:10 maya Exp $
+# $NetBSD: ALL,v 1.410 2016/12/27 01:11:52 pgoyette 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.409 $"
+#ident 		"ALL-$Revision: 1.410 $"
 
 maxusers	64		# estimated number of users
 
@@ -125,6 +125,8 @@ options 	SYSCALL_STATS	# per syscall cou
 options 	SYSCALL_TIMES	# per syscall times
 options 	SYSCALL_TIMES_HASCOUNTER	# use 'broken' rdtsc (soekris)
 options 	KDTRACE_HOOKS	# kernel DTrace hooks
+options 	UVMHIST		# kernhist for uvm subsystem
+options 	BIOHIST		# kernhist for buff I/O
 
 # Compatibility options
 options 	COMPAT_NOMID	# NetBSD 0.8, 386BSD, and BSDI

Reply via email to