CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2012/12/19 12:52:11
Modified files: sys/scsi : sd.c sdvar.h Log message: Temporarily bring back the shutdown hook, but only use it to flush the disk cache. This shouldn't interfere with the hibernate code and makes sure we still flush the cache for controller that don't pass DVACT_POWRDOWN down to their children yet. This will be removed when the autoconf subsystem gets changed to do that for us by default. ok deraadt@