Module Name:    src
Committed By:   maxv
Date:           Wed Jul 12 17:40:34 UTC 2017

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

Log Message:
Enable PMCs by default.


To generate a diff of this commit:
cvs rdiff -u -r1.459 -r1.460 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.1156 -r1.1157 src/sys/arch/i386/conf/GENERIC

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/GENERIC
diff -u src/sys/arch/amd64/conf/GENERIC:1.459 src/sys/arch/amd64/conf/GENERIC:1.460
--- src/sys/arch/amd64/conf/GENERIC:1.459	Sat May 27 22:53:29 2017
+++ src/sys/arch/amd64/conf/GENERIC	Wed Jul 12 17:40:33 2017
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.459 2017/05/27 22:53:29 bouyer Exp $
+# $NetBSD: GENERIC,v 1.460 2017/07/12 17:40:33 maxv Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include 	"arch/amd64/conf/std.amd64"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident		"GENERIC-$Revision: 1.459 $"
+#ident		"GENERIC-$Revision: 1.460 $"
 
 maxusers	64		# estimated number of users
 
@@ -81,7 +81,7 @@ est0		at cpu0		# Intel Enhanced SpeedSte
 powernow0	at cpu0		# AMD PowerNow! and Cool'n'Quiet (non-ACPI)
 vmt0		at cpu0		# VMware Tools
 
-#options 	PMC		# performance-monitoring counters support
+options 	PMC		# performance-monitoring counters support
 
 # Alternate buffer queue strategies for better responsiveness under high
 # disk I/O load.

Index: src/sys/arch/i386/conf/GENERIC
diff -u src/sys/arch/i386/conf/GENERIC:1.1156 src/sys/arch/i386/conf/GENERIC:1.1157
--- src/sys/arch/i386/conf/GENERIC:1.1156	Sat May 27 22:53:29 2017
+++ src/sys/arch/i386/conf/GENERIC	Wed Jul 12 17:40:34 2017
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1156 2017/05/27 22:53:29 bouyer Exp $
+# $NetBSD: GENERIC,v 1.1157 2017/07/12 17:40:34 maxv Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include 	"arch/i386/conf/std.i386"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident		"GENERIC-$Revision: 1.1156 $"
+#ident		"GENERIC-$Revision: 1.1157 $"
 
 maxusers	64		# estimated number of users
 
@@ -42,7 +42,7 @@ viac7temp*	at cpu?		# VIA C7 temperature
 vmt0		at cpu0		# VMware Tools
 
 options 	MTRR		# memory-type range register syscall support
-#options 	PMC		# performance-monitoring counters support
+options 	PMC		# performance-monitoring counters support
 
 options 	MULTIBOOT	# Multiboot support (see multiboot(8))
 

Reply via email to