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:   jmcneill
Date:           Fri Jan 30 12:51:03 UTC 2009

Modified Files:
        src/sys/dev/acpi: acpi.c
        src/sys/dev/acpi/acpica: OsdSchedule.c OsdSynch.c

Log Message:
PR# kern/38817: regression in acpi sleep on lifebook S6510

Switch to polling mode after the acpi(4) device has been suspended as
interrupts will be disabled later on and we may still need to execute
AML that tries to sleep or wait on a semaphore.


To generate a diff of this commit:
cvs rdiff -r1.122 -r1.123 src/sys/dev/acpi/acpi.c
cvs rdiff -r1.8 -r1.9 src/sys/dev/acpi/acpica/OsdSchedule.c
cvs rdiff -r1.10 -r1.11 src/sys/dev/acpi/acpica/OsdSynch.c

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