CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/01/16 19:36:45
Modified files:
sys/dev/ata : ata_wdc.c
sys/dev/pci : ahci.c
sys/kern : subr_hibernate.c
sys/sys : hibernate.h
Log message:
Add a hibernate HIB_DONE op. After the memory-side-effect driver finishes
IO to the disk, DVACT_RESUME the controller back to normal operation. That
allows us to do the full DVACT_POWERDOWN sequence afterwards.
ok mlarkin
