Add Dell's sub-vendor id to identify PERC6 RAID controller which has LSI
vendor id's.
This commit is contained in:
parent
a41ac17851
commit
c805d7131a
@ -117,6 +117,7 @@ struct mfi_ident {
|
||||
{0x1000, 0x0411, 0xffff, 0xffff, MFI_FLAGS_1064R, "LSI MegaSAS 1064R"}, /* Brocton IOP */
|
||||
{0x1000, 0x0413, 0xffff, 0xffff, MFI_FLAGS_1064R, "LSI MegaSAS 1064R"}, /* Verde ZCR */
|
||||
{0x1028, 0x0015, 0xffff, 0xffff, MFI_FLAGS_1064R, "Dell PERC 5/i"},
|
||||
{0x1000, 0x0060, 0x1028, 0xffff, MFI_FLAGS_1078, "Dell PERC 6"},
|
||||
{0x1000, 0x0060, 0xffff, 0xffff, MFI_FLAGS_1078, "LSI MegaSAS 1078"},
|
||||
{0, 0, 0, 0, 0, NULL}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user