CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2014/01/20 20:50:44
Modified files: sys/dev : softraid.c softraidvar.h Log message: Use a TAILQ for tracking work units, rather than an array. This will allow for variable size work units. While here, remove some pointless checks. ok krw@