Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Lennart Augustsson <augustss@netbsd.org>
List: source-changes
Date: 08/14/2000 01:26:27
Module Name:	syssrc
Committed By:	augustss
Date:		Sun Aug 13 22:26:27 UTC 2000

Modified Files:
	syssrc/sys/arch/i386/i386: apm.c

Log Message:
Go to splhigh() before calling power hooks and maintain this level
while suspended.  When waking up the power hooks are again called at
splhigh() and then the level is lowered.
This prevents interrupts from reaching a device before the power hook
has reinitialized it.


To generate a diff of this commit:
cvs rdiff -r1.52 -r1.53 syssrc/sys/arch/i386/i386/apm.c

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