summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2007-01-17 02:58:41 +0000
committerscottl <scottl@FreeBSD.org>2007-01-17 02:58:41 +0000
commit073fd8d86513737dc5e4b2b5cc4b17e6e3f14dd6 (patch)
treef3de76260130f8b8899e24813250daf04ded4fc0 /sys
parent2f68acd7f70c5ec863ae674084f63419cf37801e (diff)
downloadFreeBSD-src-073fd8d86513737dc5e4b2b5cc4b17e6e3f14dd6.zip
FreeBSD-src-073fd8d86513737dc5e4b2b5cc4b17e6e3f14dd6.tar.gz
Add PCI Id's for upcoming controllers.
Obtained from: LSI Corp. MFC After: 3 days
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/mfi/mfi_pci.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/mfi/mfi_pci.c b/sys/dev/mfi/mfi_pci.c
index e34e857..f78648c 100644
--- a/sys/dev/mfi/mfi_pci.c
+++ b/sys/dev/mfi/mfi_pci.c
@@ -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}
};
OpenPOWER on IntegriCloud