summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorNathan Binkert <nate@cvs.openbsd.org>2002-04-28 20:55:16 +0000
committerNathan Binkert <nate@cvs.openbsd.org>2002-04-28 20:55:16 +0000
commit7ee12fce2a6b9f47c22aefa6ce50d425754aa7b3 (patch)
treea57f1dd66d9aa057566a5e6d84a61aad6debce2d /sys
parentac8277407eec4f1f45a73b8462b4a807928dd1f0 (diff)
sync
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/pci/pcidevs.h6
-rw-r--r--sys/dev/pci/pcidevs_data.h18
2 files changed, 22 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 486937960b7..1f3a64598a1 100644
--- a/sys/dev/pci/pcidevs.h
+++ b/sys/dev/pci/pcidevs.h
@@ -2,7 +2,7 @@
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: pcidevs,v 1.503 2002/04/26 04:14:48 nate Exp
+ * OpenBSD: pcidevs,v 1.504 2002/04/28 20:54:56 nate Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -1085,10 +1085,14 @@
#define PCI_PRODUCT_DELL_PERC_3SI 0x0003 /* PERC 3/Si */
#define PCI_PRODUCT_DELL_PERC_3SI_2 0x0004 /* PERC 3/Si */
#define PCI_PRODUCT_DELL_PERC_3DI_2 0x0008 /* PERC 3/Di */
+#define PCI_PRODUCT_DELL_PERC_3DI_3 0x000a /* PERC 3/Di */
#define PCI_PRODUCT_DELL_PERC_3DI_2_SUB 0x00cf /* PERC 3/Di */
#define PCI_PRODUCT_DELL_PERC_3SI_2_SUB 0x00d0 /* PERC 3/Si */
#define PCI_PRODUCT_DELL_PERC_3DI_SUB2 0x00d1 /* PERC 3/Di */
#define PCI_PRODUCT_DELL_PERC_3DI_SUB3 0x00d9 /* PERC 3/Di */
+#define PCI_PRODUCT_DELL_PERC_3DI_3_SUB 0x0106 /* PERC 3/Di */
+#define PCI_PRODUCT_DELL_PERC_3DI_3_SUB2 0x011b /* PERC 3/Di */
+#define PCI_PRODUCT_DELL_PERC_3DI_3_SUB3 0x0121 /* PERC 3/Di */
/* D-Link products */
#define PCI_PRODUCT_DLINK_550TX 0x1002 /* 550TX */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index b100481b67b..e28f538eeef 100644
--- a/sys/dev/pci/pcidevs_data.h
+++ b/sys/dev/pci/pcidevs_data.h
@@ -2,7 +2,7 @@
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
- * OpenBSD: pcidevs,v 1.503 2002/04/26 04:14:48 nate Exp
+ * OpenBSD: pcidevs,v 1.504 2002/04/28 20:54:56 nate Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -1583,6 +1583,10 @@ static const struct pci_known_product pci_known_products[] = {
"PERC 3/Di",
},
{
+ PCI_VENDOR_DELL, PCI_PRODUCT_DELL_PERC_3DI_3,
+ "PERC 3/Di",
+ },
+ {
PCI_VENDOR_DELL, PCI_PRODUCT_DELL_PERC_3DI_2_SUB,
"PERC 3/Di",
},
@@ -1599,6 +1603,18 @@ static const struct pci_known_product pci_known_products[] = {
"PERC 3/Di",
},
{
+ PCI_VENDOR_DELL, PCI_PRODUCT_DELL_PERC_3DI_3_SUB,
+ "PERC 3/Di",
+ },
+ {
+ PCI_VENDOR_DELL, PCI_PRODUCT_DELL_PERC_3DI_3_SUB2,
+ "PERC 3/Di",
+ },
+ {
+ PCI_VENDOR_DELL, PCI_PRODUCT_DELL_PERC_3DI_3_SUB3,
+ "PERC 3/Di",
+ },
+ {
PCI_VENDOR_DLINK, PCI_PRODUCT_DLINK_550TX,
"550TX",
},