summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormickey <mickey@openbsd.org>2002-10-24 11:43:55 +0000
committermickey <mickey@openbsd.org>2002-10-24 11:43:55 +0000
commit043f0cd0277f30ba46a0bcb3b8376ac65d9685fc (patch)
treed59293f7fbb4cb6352c5935e0a5270b3bce6feea
parentcsa 5i on dl380; from philipp@ (diff)
downloadwireguard-openbsd-043f0cd0277f30ba46a0bcb3b8376ac65d9685fc.tar.xz
wireguard-openbsd-043f0cd0277f30ba46a0bcb3b8376ac65d9685fc.zip
regen
-rw-r--r--sys/dev/pci/pcidevs.h3
-rw-r--r--sys/dev/pci/pcidevs_data.h6
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 89cee075ddb..61cccd403ba 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.557 2002/10/10 17:40:03 jason Exp
+ * OpenBSD: pcidevs,v 1.558 2002/10/24 11:43:38 mickey Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -1087,6 +1087,7 @@
#define PCI_PRODUCT_COMPAQ_DP4000 0xb011 /* Embedded Netelligent 10/100 TX */
#define PCI_PRODUCT_COMPAQ_N10T2 0xb012 /* Netelligent 10 T/2 PCI */
#define PCI_PRODUCT_COMPAQ_N10_TX_UTP 0xb030 /* Netelligent 10/100 TX */
+#define PCI_PRODUCT_COMPAQ_CSA5iDL380 0xb178 /* Smart Array 5i DL380 */
#define PCI_PRODUCT_COMPAQ_NF3P 0xf130 /* NetFlex 3/P */
#define PCI_PRODUCT_COMPAQ_NF3P_BNC 0xf150 /* NetFlex 3/PB */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index fabfa1ef5eb..167ca83a0c7 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.557 2002/10/10 17:40:03 jason Exp
+ * OpenBSD: pcidevs,v 1.558 2002/10/24 11:43:38 mickey Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -1643,6 +1643,10 @@ static const struct pci_known_product pci_known_products[] = {
"Netelligent 10/100 TX",
},
{
+ PCI_VENDOR_COMPAQ, PCI_PRODUCT_COMPAQ_CSA5iDL380,
+ "Smart Array 5i DL380",
+ },
+ {
PCI_VENDOR_COMPAQ, PCI_PRODUCT_COMPAQ_NF3P,
"NetFlex 3/P",
},