summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorMarco Peereboom <marco@cvs.openbsd.org>2007-11-26 23:02:44 +0000
committerMarco Peereboom <marco@cvs.openbsd.org>2007-11-26 23:02:44 +0000
commit68f9e0408f2df9ab579b5e1a01e85c3ec2aa0e86 (patch)
tree828909cbb0b8697644ae988d510d8b27c5fa81cf /sys/dev
parent96b03f6f56678a5e56c3c5ac03c545073c465e4b (diff)
Add LSI PCI IDs for 1078 based megaraid; from the windows driver inf
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/mfi_pci.c14
1 files changed, 13 insertions, 1 deletions
diff --git a/sys/dev/pci/mfi_pci.c b/sys/dev/pci/mfi_pci.c
index 274082dc378..73570998cd9 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.12 2007/11/26 21:20:55 marco Exp $ */
+/* $OpenBSD: mfi_pci.c,v 1.13 2007/11/26 23:02:43 marco Exp $ */
/*
* Copyright (c) 2006 Marco Peereboom <marco@peereboom.us>
*
@@ -58,6 +58,18 @@ struct mfi_pci_device {
0, 0, "", 0 },
{ PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_MEGARAID_VERDE_ZCR,
0, 0, "", 0 },
+ { PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_SAS1078 ,
+ PCI_VENDOR_SYMBIOS, 0x1006, "LSI 8888elp", 0 },
+ { PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_SAS1078 ,
+ PCI_VENDOR_SYMBIOS, 0x100a, "LSI 8708elp", 0 },
+ { PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_SAS1078 ,
+ PCI_VENDOR_SYMBIOS, 0x100f, "LSI 8708E", 0 },
+ { PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_SAS1078 ,
+ PCI_VENDOR_SYMBIOS, 0x1012, "LSI 8704ELP", 0 },
+ { PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_SAS1078 ,
+ PCI_VENDOR_SYMBIOS, 0x1013, "LSI 8708em2", 0 },
+ { PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_SAS1078 ,
+ PCI_VENDOR_SYMBIOS, 0x1016, "LSI 8880em2", 0 },
{ PCI_VENDOR_DELL, PCI_PRODUCT_DELL_PERC5,
PCI_VENDOR_DELL, 0x1f01, "Dell PERC 5/e", 0 },
{ PCI_VENDOR_DELL, PCI_PRODUCT_DELL_PERC5,