Subject: Re: APM resume weirdness
To: Lennart Augustsson <lennart@augustsson.net>
From: Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us>
List: port-i386
Date: 05/29/2000 17:03:37
> It seems that while the APM resume code is running (i.e. the
> power hooks) the interrupts are turned on.  This is BAD.  It means
> an interrupt can happen before a device has had a chance to
> reset the hardware to a known state.
> 
> I think the APM resume code should run at splhigh().  Comments?

Hmm.  Can we do a splhigh() before suspend, splx() on resume, just so
an interrupt doesn't sneak in before the power hooks have a chance to
run?

					- Bill