Define RAID 5+1 and RAID ADG fault tolerances

This commit is contained in:
Paul Saab 2003-12-08 16:07:35 +00:00
parent 80fecc4d18
commit aaf8327b2d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=123298
2 changed files with 6 additions and 0 deletions

View file

@ -3380,6 +3380,10 @@ ciss_name_ldrive_org(int org)
return("RAID 4");
case CISS_LDRIVE_RAID5:
return("RAID 5");
case CISS_LDRIVE_RAID51:
return("RAID 5+1");
case CISS_LDRIVE_RAIDADG:
return("RAID ADG");
}
return("unkown");
}

View file

@ -494,6 +494,8 @@ struct ciss_bmic_id_ldrive {
#define CISS_LDRIVE_RAID4 1
#define CISS_LDRIVE_RAID1 2
#define CISS_LDRIVE_RAID5 3
#define CISS_LDRIVE_RAID51 4
#define CISS_LDRIVE_RAIDADG 5
u_int8_t res1[2];
#if 0 /* only for identify logical drive extended (0x18) */
u_int32_t logical_drive_identifier;