aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mfi
diff options
context:
space:
mode:
authorDoug Ambrisko <ambrisko@FreeBSD.org>2007-12-19 17:23:47 +0000
committerDoug Ambrisko <ambrisko@FreeBSD.org>2007-12-19 17:23:47 +0000
commit4844f5c009c578144b0e5d7047540b52775f2bed (patch)
tree3d65d7863fa776c812ede3fc37da40cec80cea78 /sys/dev/mfi
parent9df7763bf3afa220cc1e3df2a6c0e13c5e962844 (diff)
downloadsrc-4844f5c009c578144b0e5d7047540b52775f2bed.tar.gz
src-4844f5c009c578144b0e5d7047540b52775f2bed.zip
Add Dell's sub-vendor id to identify PERC6 RAID controller which has LSI
vendor id's.
Notes
Notes: svn path=/head/; revision=174780
Diffstat (limited to 'sys/dev/mfi')
-rw-r--r--sys/dev/mfi/mfi_pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/mfi/mfi_pci.c b/sys/dev/mfi/mfi_pci.c
index 70850089778c..3becba02b786 100644
--- a/sys/dev/mfi/mfi_pci.c
+++ b/sys/dev/mfi/mfi_pci.c
@@ -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}
};