NetBSD-Bugs archive

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

PR/38817 CVS commit: [netbsd-5] src/sys/dev/acpi



The following reply was made to PR kern/38817; it has been noted by GNATS.

From: Soren Jacobsen <snj%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/38817 CVS commit: [netbsd-5] src/sys/dev/acpi
Date: Mon,  2 Feb 2009 20:37:35 +0000 (UTC)

 Module Name:   src
 Committed By:  snj
 Date:          Mon Feb  2 20:37:35 UTC 2009
 
 Modified Files:
        src/sys/dev/acpi [netbsd-5]: acpi.c
        src/sys/dev/acpi/acpica [netbsd-5]: OsdSchedule.c OsdSynch.c
 
 Log Message:
 Pull up following revision(s) (requested by jmcneill in ticket #381):
        sys/dev/acpi/acpi.c: revision 1.123
        sys/dev/acpi/acpica/OsdSchedule.c: revision 1.9
        sys/dev/acpi/acpica/OsdSynch.c: revision 1.11
 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.120 -r1.120.4.1 src/sys/dev/acpi/acpi.c
 cvs rdiff -r1.8 -r1.8.8.1 src/sys/dev/acpi/acpica/OsdSchedule.c
 cvs rdiff -r1.10 -r1.10.20.1 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