summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/amd64/conf/NOTES3
-rw-r--r--sys/i386/conf/NOTES3
2 files changed, 6 insertions, 0 deletions
diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES
index e82086f..0fa1a70 100644
--- a/sys/amd64/conf/NOTES
+++ b/sys/amd64/conf/NOTES
@@ -283,6 +283,9 @@ device acpi
options ACPI_DEBUG
#!options ACPI_NO_SEMAPHORES
+# The cpufreq(4) driver provides support for non-ACPI CPU frequency control
+device cpufreq
+
# Direct Rendering modules for 3D acceleration.
device drm # DRM core module required by DRM drivers
device i915drm # Intel i830 through i915
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 8856139..2e7c181 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -540,6 +540,9 @@ device acpi_video
# ACPI Docking Station
device acpi_dock
+# The cpufreq(4) driver provides support for non-ACPI CPU frequency control
+device cpufreq
+
# Direct Rendering modules for 3D acceleration.
device drm # DRM core module required by DRM drivers
device i915drm # Intel i830 through i915
OpenPOWER on IntegriCloud