mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-24 11:29:10 +00:00
Add PCI Id's for upcoming controllers.
Obtained from: LSI Corp. MFC After: 3 days
This commit is contained in:
parent
53feb1d422
commit
875d25860a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=166067
@ -88,7 +88,9 @@ struct mfi_ident {
|
|||||||
int flags;
|
int flags;
|
||||||
const char *desc;
|
const char *desc;
|
||||||
} mfi_identifiers[] = {
|
} mfi_identifiers[] = {
|
||||||
{0x1000, 0x0411, 0xffff, 0xffff, 0, "LSI MegaSAS 1064R"},
|
{0x1000, 0x0409, 0xffff, 0xffff, 0, "LSI MegaSAS 1064R"}, /* Lindsay ZCR IOP */
|
||||||
|
{0x1000, 0x0411, 0xffff, 0xffff, 0, "LSI MegaSAS 1064R"}, /* Brocton IOP */
|
||||||
|
{0x1000, 0x0413, 0xffff, 0xffff, 0, "LSI MegaSAS 1064R"}, /* Verde ZCR */
|
||||||
{0x1028, 0x0015, 0xffff, 0xffff, 0, "Dell PERC 5/i"},
|
{0x1028, 0x0015, 0xffff, 0xffff, 0, "Dell PERC 5/i"},
|
||||||
{0, 0, 0, 0, 0, NULL}
|
{0, 0, 0, 0, 0, NULL}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user