diff options
Diffstat (limited to 'sys/dev/aac/aac_tables.h')
-rw-r--r-- | sys/dev/aac/aac_tables.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/aac/aac_tables.h b/sys/dev/aac/aac_tables.h index b1343d4..f0c1e60 100644 --- a/sys/dev/aac/aac_tables.h +++ b/sys/dev/aac/aac_tables.h @@ -80,7 +80,7 @@ static struct aac_code_lookup aac_cpu_variant[] = { {"i960HX", CPUI960_HX}, {"i960RX", CPUI960_RX}, {"StrongARM SA110", CPUARM_SA110}, - {"PowerPC 603e", CPUPPC_603e}, + {"MPC824x", CPUMPC_824x}, {"Unknown StrongARM", CPUARM_xxx}, {"Unknown PowerPC", CPUPPC_xxx}, {NULL, 0}, @@ -111,6 +111,7 @@ static struct aac_code_lookup aac_container_types[] = { {"RAID 00", CT_RAID00}, {"Volume of Mirrors", CT_VOLUME_OF_MIRRORS}, {"Pseudo RAID 3", CT_PSEUDO_RAID3}, + {"RAID 50", CT_RAID50}, {NULL, 0}, {"unknown", 0} }; |