diff options
author | njl <njl@FreeBSD.org> | 2007-07-01 22:19:20 +0000 |
---|---|---|
committer | njl <njl@FreeBSD.org> | 2007-07-01 22:19:20 +0000 |
commit | a318759e766e90ad098e8df15b1e48e2611306c8 (patch) | |
tree | a378475b1c4be6ca32917ba9e1bb466eed8f70f0 /sys/amd64/conf | |
parent | 1d6ddc701332878f334f2f11c2e2cc58a642a4fd (diff) | |
download | FreeBSD-src-a318759e766e90ad098e8df15b1e48e2611306c8.zip FreeBSD-src-a318759e766e90ad098e8df15b1e48e2611306c8.tar.gz |
Revert previous commit, retaining cpufreq.
Approved by: re (implicitly)
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r-- | sys/amd64/conf/NOTES | 3 |
1 files changed, 3 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 |