NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/38817 CVS commit: src/sys/dev/acpi
The following reply was made to PR kern/38817; it has been noted by GNATS.
From: "Jared D. McNeill" <jmcneill%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/38817 CVS commit: src/sys/dev/acpi
Date: Fri, 30 Jan 2009 12:51:03 +0000 (UTC)
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