CVSROOT: /cvs Module name: src Changes by: ma...@cvs.openbsd.org 2010/11/06 17:01:56
Modified files: sys/dev : softraid.c softraid_crypto.c softraid_raid1.c softraidvar.h Log message: Move raid1 and crypto io to a workq. This is to avoid a potential VOP_ call while in interrupt context. Contains an additional spl dance as found by thib. Tested by many opn various arches. Note that raid 0/4/5/6 have not been moved over yet.