Module Name: src Committed By: jruoho Date: Sun Jan 31 11:16:18 UTC 2010
Modified Files: src/sys/dev/acpi: acpi_acad.c Log Message: Simplify and clean: * Semantics. * Remove ACPI_ACAD_DEBUG. * Reduce the amount of error reporting. * Remove the internal bookkeeping flags and variables; instead operate only with a single state variable. * Trust that the notify handler is doing its job; remove the refresh routine from the sensor. * Queue a status check upon resume; we want to know if the status has changed when in suspend (and it is unclear if a notify is sent to us). To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/sys/dev/acpi/acpi_acad.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.