aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2007-05-09 17:33:00 +0000
committerScott Long <scottl@FreeBSD.org>2007-05-09 17:33:00 +0000
commit0184436febf6d7a07cbf176e3b0fc3d7a246b174 (patch)
treeb4f1e2a65d2cfb19c478daeef260ef09b550c484 /sys
parent24c2342e6b25815d1c0d28d9813d3a5ef898d775 (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/mfi/mfi_pci.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/mfi/mfi_pci.c b/sys/dev/mfi/mfi_pci.c
index da9a4cc63e5a..b2e7e858ca78 100644
--- a/sys/dev/mfi/mfi_pci.c
+++ b/sys/dev/mfi/mfi_pci.c
@@ -88,7 +88,8 @@ struct mfi_ident {
int flags;
const char *desc;
} mfi_identifiers[] = {
- {0x1000, 0x0411, 0xffff, 0xffff, 0, "LSI MegaSAS 1064R"},
+ {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}
};