diff options
-rw-r--r-- | sys/amd64/conf/NOTES | 3 | ||||
-rw-r--r-- | sys/conf/files | 2 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 6 | ||||
-rw-r--r-- | sys/ia64/conf/NOTES | 4 |
4 files changed, 14 insertions, 1 deletions
diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES index b5d4833..7b35fa7 100644 --- a/sys/amd64/conf/NOTES +++ b/sys/amd64/conf/NOTES @@ -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 diff --git a/sys/conf/files b/sys/conf/files index 4349c07..e4f446f 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -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 diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index ce81975..70267c4 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -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 diff --git a/sys/ia64/conf/NOTES b/sys/ia64/conf/NOTES index 4ab54ae..1589cb6 100644 --- a/sys/ia64/conf/NOTES +++ b/sys/ia64/conf/NOTES @@ -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 |