CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2011/07/14 10:38:27
Modified files: sys/dev/ic : xl.c Log message: We must not call xl_wol_power() from xl_stop(). If we do the device can be set into D3 sleep state at the wrong time. Fixes lock-up issues reported by Thomas Gerlach. Also, the interface needs to be running for WOL to work, so set it up from within xl_wol() if it's not running yet. "you don't need an ok for this" deraadt