Source-Changes archive

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

CVS commit: src/sys



Module Name:    src
Committed By:   jmcneill
Date:           Fri Dec 14 01:29:30 UTC 2007

Modified Files:
        src/sys/dev/acpi: acpi.c
        src/sys/kern: kern_pmf.c
        src/sys/sys: pmf.h

Log Message:
Introduce pmf_system_bus_resume. In the ACPI S3 resume path, use this to
separate powering up devices from restoring their state. This is required
on some machines where AcpiLeaveSleepState can fail due to an attempt to
access a powered off device.


To generate a diff of this commit:
cvs rdiff -r1.105 -r1.106 src/sys/dev/acpi/acpi.c
cvs rdiff -r1.5 -r1.6 src/sys/kern/kern_pmf.c
cvs rdiff -r1.3 -r1.4 src/sys/sys/pmf.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