mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 06:39:32 -04: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
1 changed files with 3 additions and 1 deletions
|
|
@ -88,7 +88,9 @@ struct mfi_ident {
|
|||
int flags;
|
||||
const char *desc;
|
||||
} 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"},
|
||||
{0, 0, 0, 0, 0, NULL}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue