Build cpufreq and acpi_perf on platforms that are likely to be able to

use them.
This commit is contained in:
Nate Lawson 2005-02-05 21:01:09 +00:00
parent cdef3cf441
commit 69bc96f231
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=141369
4 changed files with 14 additions and 1 deletions

View File

@ -205,6 +205,9 @@ options ACPI_MAX_THREADS=1
#!options ACPI_NO_SEMAPHORES
#!options ACPICA_PEDANTIC
# Support for ACPI CPU Performance states via cpufreq(4)
device acpi_perf
# DRM options:
# mgadrm: AGP Matrox G200, G400, G450, G550
# r128drm: ATI Rage 128

View File

@ -424,7 +424,7 @@ dev/cardbus/cardbus_cis.c optional cardbus
dev/ciss/ciss.c optional ciss
dev/cm/smc90cx6.c optional cm
dev/cnw/if_cnw.c optional cnw pccard
dev/cpufreq/ichss.c optional ichss
dev/cpufreq/ichss.c optional cpufreq
dev/cs/if_cs.c optional cs
dev/cs/if_cs_isa.c optional cs isa
dev/cs/if_cs_pccard.c optional cs pccard

View File

@ -448,6 +448,9 @@ device acpi_asus
# ACPI Panasonic Extras (LCD backlight/brightness, video output, etc.)
device acpi_panasonic
# Support for ACPI CPU Performance states via cpufreq(4)
device acpi_perf
# ACPI Sony extra (LCD brightness)
device acpi_sony
@ -457,6 +460,9 @@ device acpi_toshiba
# ACPI Video Extensions (LCD backlight/brightness, video output, etc.)
device acpi_video
# The cpufreq(4) driver provides support for non-ACPI CPU frequency control
device cpufreq
# DRM options:
# mgadrm: AGP Matrox G200, G400, G450, G550
# r128drm: ATI Rage 128

View File

@ -47,6 +47,10 @@ options ACPI_DEBUG
options KSTACK_PAGES=3
device acpi
# Support for ACPI CPU Performance states via cpufreq(4)
device acpi_perf
device agp
device eisa
device isa