Re: [PATCH 04/23] e100: rework WoL and shutdown handling
From: Jeff Garzik <hidden>
Date: 2006-09-19 19:11:01
From: Jeff Garzik <hidden>
Date: 2006-09-19 19:11:01
Kok, Auke wrote:
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. NAK. Jeff