Re: [PATCH 04/23] e100: rework WoL and shutdown handling

2006-09-19 Thread Auke Kok
Jeff Garzik wrote: 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

Re: [PATCH 04/23] e100: rework WoL and shutdown handling

2006-09-19 Thread Jeff Garzik
Auke Kok wrote: Jeff Garzik wrote: 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

Re: [PATCH 04/23] e100: rework WoL and shutdown handling

2006-09-19 Thread Auke Kok
Jeff Garzik wrote: 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

Re: [PATCH 04/23] e100: rework WoL and shutdown handling

2006-09-19 Thread Jeff Garzik
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

[PATCH 04/23] e100: rework WoL and shutdown handling

2006-09-19 Thread Kok, Auke
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.