On Wed, 11 Jun 2008, David Young wrote:
If I do not put the devices to sleep, then the system hangs instead of waking up. It seems to have something to do with interrupts from PCI devices.
Cute, but we can't run pmf handlers in this case as it introduces too much latency, and is redundant since hardware state is preserved on S1 anyway. Is there a way we can suspend all interrupt handlers before sleeping?
Cheers, Jared