summaryrefslogtreecommitdiffstats
path: root/sys/dev/aac/aac_tables.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/aac/aac_tables.h')
-rw-r--r--sys/dev/aac/aac_tables.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/aac/aac_tables.h b/sys/dev/aac/aac_tables.h
index f0c1e60..47ebd03 100644
--- a/sys/dev/aac/aac_tables.h
+++ b/sys/dev/aac/aac_tables.h
@@ -107,11 +107,11 @@ static struct aac_code_lookup aac_container_types[] = {
{"Morph", CT_MORPH},
{"Passthrough", CT_PASSTHRU},
{"RAID 4", CT_RAID4},
- {"RAID 10", CT_RAID10},
- {"RAID 00", CT_RAID00},
+ {"RAID 0/1", CT_RAID10},
+ {"RAID 0/0", CT_RAID00},
{"Volume of Mirrors", CT_VOLUME_OF_MIRRORS},
{"Pseudo RAID 3", CT_PSEUDO_RAID3},
- {"RAID 50", CT_RAID50},
+ {"RAID 0/5", CT_RAID50},
{NULL, 0},
{"unknown", 0}
};
OpenPOWER on IntegriCloud