Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Enable acpicpu(4) by default.
details: https://anonhg.NetBSD.org/src/rev/b961ff0337d6
branches: trunk
changeset: 763730:b961ff0337d6
user: jruoho <jruoho%NetBSD.org@localhost>
date: Fri Apr 01 12:11:16 2011 +0000
description:
Enable acpicpu(4) by default.
diffstat:
sys/arch/amd64/conf/GENERIC | 6 +++---
sys/arch/i386/conf/GENERIC | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (54 lines):
diff -r a077f4c7c8d0 -r b961ff0337d6 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC Fri Apr 01 11:46:57 2011 +0000
+++ b/sys/arch/amd64/conf/GENERIC Fri Apr 01 12:11:16 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.317 2011/03/06 17:08:19 bouyer Exp $
+# $NetBSD: GENERIC,v 1.318 2011/04/01 12:11:17 jruoho Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.317 $"
+#ident "GENERIC-$Revision: 1.318 $"
maxusers 64 # estimated number of users
@@ -79,7 +79,7 @@
options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
# CPU features
-#acpicpu* at cpu? # ACPI CPU (including frequency scaling)
+acpicpu* at cpu? # ACPI CPU (including frequency scaling)
coretemp* at cpu? # Intel on-die thermal sensor
est0 at cpu0 # Intel Enhanced SpeedStep (non-ACPI)
#odcm0 at cpu0 # On-demand clock modulation
diff -r a077f4c7c8d0 -r b961ff0337d6 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC Fri Apr 01 11:46:57 2011 +0000
+++ b/sys/arch/i386/conf/GENERIC Fri Apr 01 12:11:16 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.1026 2011/03/06 17:08:25 bouyer Exp $
+# $NetBSD: GENERIC,v 1.1027 2011/04/01 12:11:16 jruoho Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.1026 $"
+#ident "GENERIC-$Revision: 1.1027 $"
maxusers 64 # estimated number of users
@@ -38,7 +38,7 @@
#options PAE # PAE mode (36 bits physical addressing)
# CPU features
-#acpicpu* at cpu? # ACPI CPU (including frequency scaling)
+acpicpu* at cpu? # ACPI CPU (including frequency scaling)
coretemp* at cpu? # Intel on-die thermal sensor
est0 at cpu0 # Intel Enhanced SpeedStep (non-ACPI)
#odcm0 at cpu0 # On-demand clock modulation
Home |
Main Index |
Thread Index |
Old Index