CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/08/27 14:06:39
Modified files:
sys/dev/cardbus: if_pgt_cardbus.c
sys/dev/ic : pgt.c pgtvar.h
sys/dev/pci : if_pgt_pci.c
Log message:
Massage the powerhook function into an activate function, and since we do
not neccessarily have a working filesystem for the firmware yet, use a workq
to postpone resume. Then make the powerhook function call the activate
function. There remains some questions about the sc_power functions...
ok kettenis