CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/07/28 15:21:38
Modified files:
sys/dev/pci : if_ipw.c if_ipwvar.h if_iwi.c if_iwivar.h
if_iwn.c if_wpi.c
Log message:
Make legacy xxpower() functions call xxstop() on suspend, and simplify their
resume paths. For new-style suspend/resume, add a ca_activate function where
it is missing, and use a workq to resume because these drivers like to sleep.
ok damien
