Subject: CVS commit: [jmcneill-pm] src/sys/dev/acpi
To: None <source-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: source-changes
Date: 09/25/2007 13:14:18
Module Name:	src
Committed By:	joerg
Date:		Tue Sep 25 13:14:18 UTC 2007

Modified Files:
	src/sys/dev/acpi [jmcneill-pm]: acpi.c

Log Message:
Make this code a bit easier to follow by duplicating the LeaveSleepState
and merging the !S1 cases of the ifs. Reduce the spl protection to
exactly what it is intended to protect, the race against the power
button.


To generate a diff of this commit:
cvs rdiff -r1.101.16.14 -r1.101.16.15 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.