Re: [PATCH 04/23] e100: rework WoL and shutdown handling
From: Auke Kok <hidden>
Date: 2006-09-19 21:42:00
From: Auke Kok <hidden>
Date: 2006-09-19 21:42:00
Jeff Garzik wrote:
Kok, Auke wrote:quoted
Unify our shutdown/suspend/resume code and make it similar to e1000: e1000_shutdown now calls suspend which does the exact same thing on shutdown except saving PCI config state on suspend. WoL setup code is now also more simple and works even when CONFIG_PM is not set, which was previously broken. Signed-off-by: Auke Kok <redacted>Why does e100_suspend() need to exist even when CONFIG_PM is disabled? WoL is fundamentally power management.
okay, I'll fix this for e1000 as well, where we have the same code flow. Thanks. Auke