diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2010-04-01 23:19:40 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2010-04-01 23:19:40 +0000 |
commit | 2a03d207d89f93215b20296b4997208ad6048dc5 (patch) | |
tree | 01146a2a0e2730ce4ead17f63bacf464ef3bbce6 /sys/dev/pci/mfi_pci.c | |
parent | 068a1e92b16f8ed884b9636f60af95543baf77be (diff) |
Add more dell subids found in the windows driver.
ok marco@
Diffstat (limited to 'sys/dev/pci/mfi_pci.c')
-rw-r--r-- | sys/dev/pci/mfi_pci.c | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/sys/dev/pci/mfi_pci.c b/sys/dev/pci/mfi_pci.c index 3dcfb223f88..36d9c23c2bc 100644 --- a/sys/dev/pci/mfi_pci.c +++ b/sys/dev/pci/mfi_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mfi_pci.c,v 1.22 2010/04/01 19:02:25 marco Exp $ */ +/* $OpenBSD: mfi_pci.c,v 1.23 2010/04/01 23:19:39 jsg Exp $ */ /* * Copyright (c) 2006 Marco Peereboom <marco@peereboom.us> * @@ -74,7 +74,13 @@ static const struct mfi_pci_subtype mfi_perc5_subtypes[] = { }; static const struct mfi_pci_subtype mfi_gen2_subtypes[] = { - { 0x1f171028, "Dell PERC H700" }, + { 0x1f151028, "Dell PERC H800 Adapter" }, + { 0x1f161028, "Dell PERC H700 Adapter" }, + { 0x1f171028, "Dell PERC H700 Integrated" }, + { 0x1f181028, "Dell PERC H700 Modular" }, + { 0x1f191028, "Dell PERC H700" }, + { 0x1f1a1028, "Dell PERC H800 Proto Adapter" }, + { 0x1f1b1028, "Dell PERC H800" }, { 0x0, "" } }; |