CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2009/05/11 08:06:21
Modified files: sys/dev : softraid.c softraid_aoe.c softraid_crypto.c softraid_raid0.c softraid_raid1.c softraidvar.h Log message: Move the discipline initialisation code into discipline specific functions, rather than initialising everything in softraid.c. This makes a discipline more self-contained and reduces the number of function declarations needed in softraidvar.h. ok marco@