CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2017/06/09 07:46:15
Modified files:
sys/dev/pci : if_iwm.c
Log message:
Fix the resume code path in iwm(4) to no longer call iwm_stop() before
initializing the hardware. Prevents "acquiring device failed" messages
during resume. Also, start the hardware up in DVACT_RESUME already and
verify that it has started by the time we reach DVACT_WAKEUP, before
scheduling the iwm_init_task which loads firmware etc.
With help from deraadt@
test & ok tb@