Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev/acpi



Module Name:    src
Committed By:   jruoho
Date:           Fri Mar  5 21:01:44 UTC 2010

Modified Files:
        src/sys/dev/acpi: acpi.c acpi_lid.c acpi_wakedev.c acpi_wakedev.h

Log Message:
Preparing a device for wakeup involves:

  (a) turning on all power resources required by the device; and
  (b) executing _DSW (or _PSW) control method.

This implements (b). Ok jmcneill@.


To generate a diff of this commit:
cvs rdiff -u -r1.155 -r1.156 src/sys/dev/acpi/acpi.c
cvs rdiff -u -r1.36 -r1.37 src/sys/dev/acpi/acpi_lid.c
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/acpi/acpi_wakedev.c
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/acpi/acpi_wakedev.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index