Module Name: src Committed By: jruoho Date: Sat Jun 5 15:47:59 UTC 2010
Modified Files: src/sys/dev/acpi: acpi_wakedev.c Log Message: Switch the third argument to the _DSW method from 3 to 0. This means that devices should be placed in the D0 state ("fully on") after resume. We were not prepared to handle the previous value as it implied that devices could be placed in an arbitrary power state once in S0. Minimal functional change, given that the _DSW is seldom seen in the field. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/dev/acpi/acpi_wakedev.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.