Subject: CVS commit: [jmcneill-pm] src/sys
To: None <source-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: source-changes
Date: 10/13/2007 15:33:24
Module Name:	src
Committed By:	joerg
Date:		Sat Oct 13 15:33:24 UTC 2007

Modified Files:
	src/sys/arch/amd64/acpi [jmcneill-pm]: acpi_wakeup.c
	src/sys/arch/i386/acpi [jmcneill-pm]: acpi_wakeup.c
	src/sys/dev/acpi [jmcneill-pm]: acpi.c

Log Message:
Move ACPI_EVENT_POWER_BUTTON reset into acpi_md_sleep. Add splhigh
guards around the x86_disable_intr/x86_enable_intr calls for the moment
until it is clear where the interrupts are incorrectly reenabled.


To generate a diff of this commit:
cvs rdiff -r1.3.48.15 -r1.3.48.16 src/sys/arch/amd64/acpi/acpi_wakeup.c
cvs rdiff -r1.38.2.15 -r1.38.2.16 src/sys/arch/i386/acpi/acpi_wakeup.c
cvs rdiff -r1.101.16.20 -r1.101.16.21 src/sys/dev/acpi/acpi.c

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