CVSROOT:        /cvs
Module name:    src
Changes by:     js...@cvs.openbsd.org   2013/04/21 07:00:22

Modified files:
        sys/dev        : softraidvar.h softraid.c softraid_raid1.c 

Log message:
Convert RAID1 to the new work unit completion functions and generic
interrupt handler. Disciplines such as RAID1/4/5/6 need a way to intercept
I/O when the work unit is complete, but before the SCSI xfer is complete.
This is provided via a sd_scsi_wu_done hook, which enables work units to be
restarted or otherwise modified before the SCSI xfer completion occurs.

ok krw@

Reply via email to