Module Name: src Committed By: jruoho Date: Tue Jan 4 05:48:49 UTC 2011
Modified Files: src/sys/dev/acpi: acpi_acad.c acpi_bat.c acpi_cpu_cstate.c Log Message: Revert the changes made in the commit: "Do not queue functions via sysmon_taskq(9) in the pmf(9) resume hooks. There is a small and unlikely race when the drivers are loaded as modules; suspend, resume, queue a function, and immediately unload the module." Queueing the checks in the resume hooks was observed to improve the resume time by several seconds (!) on a system with poorly implemented AML code. The observed race condition is a wider issue related to modules; things like sysmon_taskq(9) should be modified to allow cancelling of queued functions. To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 src/sys/dev/acpi/acpi_acad.c cvs rdiff -u -r1.105 -r1.106 src/sys/dev/acpi/acpi_bat.c cvs rdiff -u -r1.34 -r1.35 src/sys/dev/acpi/acpi_cpu_cstate.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.