CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2016/04/04 12:48:39
Modified files: sys/dev : softraid.c softraid_concat.c softraid_crypto.c softraid_raid0.c softraid_raid1.c softraid_raid5.c softraid_raid6.c softraidvar.h Log message: Enable creation of softraid volumes using disks with non-512 byte sectors. Volumes created will present a sector size equal to the largest sector size of the constituent disks. Softraid Metadata version cranks to 6 due to new field. ok jsing@ with tweaks that will follow soon.