AR_RAID1
config.type = AR_RAID1;
if ((config.type == AR_RAID1 || config.type == AR_RAID01) &&
case AR_RAID1:
rdp->width = total_disks / (rdp->type & (AR_RAID1 | AR_T_RAID01) ? 2 : 1);