On Tuesday, 5 June 2007 07:56, Stephen Hemminger wrote:
> I hope soon to add suspend/resume to the network device class
> and remove driver specific suspend/resume from lots of devices.
> 
> The class suspend routine would just be:
>       pci_save_state
>       dev->stop
> 
> resume is
>       pci_restore_state
>       dev->open
> 
> for many devices that is all they need.

Well, that would be nice, but does it mean there's no need for the $subject
patch?

Rafael


-- 
"Premature optimization is the root of all evil." - Donald Knuth
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to