Add cpufreq(4) to GENERIC. It does not change the frequency by default,
so systems should be relatively unaffected. Users can then simply enable powerd(8) in rc.conf to take advantage of it. Approved by: re
This commit is contained in:
parent
f4cc305d06
commit
1d6ddc7013
@ -75,6 +75,9 @@ options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||
# Make an SMP-capable kernel by default
|
||||
options SMP # Symmetric MultiProcessor Kernel
|
||||
|
||||
# CPU frequency control
|
||||
device cpufreq
|
||||
|
||||
# Bus support.
|
||||
device acpi
|
||||
device pci
|
||||
|
@ -283,9 +283,6 @@ 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
|
||||
|
@ -76,6 +76,9 @@ options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||
options SMP # Symmetric MultiProcessor Kernel
|
||||
device apic # I/O APIC
|
||||
|
||||
# CPU frequency control
|
||||
device cpufreq
|
||||
|
||||
# Bus support.
|
||||
device eisa
|
||||
device pci
|
||||
|
@ -540,9 +540,6 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user