CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2011/04/05 13:57:40
Modified files: sys/dev/ic : wdc.c wdcvar.h sys/dev/ata : ata_wdc.c wd.c wdvar.h Log message: wd_hibernate_io() is a standalone disk io writer which tries to not damage kernel memory very much while doing the job. It is not very pretty yet, but improving it will need some MI work. ok mlarkin jsg dlg