From a1ec53930ba4b0b6cfdeca256a62cfde11c24fe7 Mon Sep 17 00:00:00 2001 From: Nate Lawson Date: Sun, 1 Jul 2007 22:19:20 +0000 Subject: [PATCH] Revert previous commit, retaining cpufreq. Approved by: re (implicitly) --- sys/amd64/conf/NOTES | 3 +++ sys/i386/conf/NOTES | 3 +++ 2 files changed, 6 insertions(+) diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES index e82086fbc34..0fa1a709dcb 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 8856139c542..2e7c1816c55 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 -- 2.45.2