Module Name: src Committed By: jruoho Date: Thu Dec 30 12:05:03 UTC 2010
Modified Files: src/sys/dev/acpi: acpi_cpu.c acpi_cpu.h acpi_cpu_pstate.c acpi_cpu_tstate.c Log Message: Change the default behavior to enforce the maximum frequency when the firmware requests to do so. This cures severe overhating (> 120 C) observed on many laptops, being also on par with the specification(s). This can be reverted by using the new "hw.acpi.cpu.dynamic" sysctl variable. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/dev/acpi/acpi_cpu.c cvs rdiff -u -r1.26 -r1.27 src/sys/dev/acpi/acpi_cpu.h cvs rdiff -u -r1.35 -r1.36 src/sys/dev/acpi/acpi_cpu_pstate.c cvs rdiff -u -r1.17 -r1.18 src/sys/dev/acpi/acpi_cpu_tstate.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.