Module Name: src Committed By: jruoho Date: Mon Aug 9 15:56:45 UTC 2010
Modified Files: src/sys/dev/acpi: acpi_cpu_pstate.c Log Message: On systems where both the existing EST code and the one provided by ACPI are functional, the previously loaded EST code may have used frequencies that are not present in the BIOS. This will cause failures since acpicpu(4) will treat these unknown frequencies as errors. "Fix" this by initializing the cached P-state to P0, regardless of what the true state might be. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/acpi/acpi_cpu_pstate.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.