aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2001-12-04 02:39:06 +0000
committerScott Long <scottl@FreeBSD.org>2001-12-04 02:39:06 +0000
commit8ea9ab66220bc7c98988804d9a0d5bbb20fbbf6a (patch)
tree88da8b97613705624c678cbcecdfa097e5887466 /sys
parent40129585e3324f43c0e73e819e3ebb35be2cd915 (diff)
Notes
Diffstat (limited to 'sys')
-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 f0c1e6088b8c..47ebd0360764 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}
};