summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2006-08-06 03:50:15 +0000
committerBrad Smith <brad@cvs.openbsd.org>2006-08-06 03:50:15 +0000
commitda317d69be58a926bcc8c5fca8afd50b24451def (patch)
treed8086fb7411dfc28ae10b20948aba1dd3d596487 /sys/dev/pci
parent130f5e23b569564b517b56683f2a7bf31fcfa0c1 (diff)
regen
Diffstat (limited to 'sys/dev/pci')
-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 b3b58253bcd..33a1f7770dd 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.1126 2006/08/06 01:42:19 brad Exp
+ * OpenBSD: pcidevs,v 1.1127 2006/08/06 03:48:11 brad Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -2517,6 +2517,7 @@
#define PCI_PRODUCT_SYMBIOS_1030R 0x1030 /* 53c1030R */
#define PCI_PRODUCT_SYMBIOS_MEGARAID 0x1960 /* MegaRAID */
#define PCI_PRODUCT_SYMBIOS_MSAS 0x0411 /* MegaRAID SAS 1064R */
+#define PCI_PRODUCT_SYMBIOS_MVERDE_ZCR 0x0413 /* MegaRAID Verde ZCR */
/* Packet Engines products */
#define PCI_PRODUCT_SYMBIOS_PE_GNIC 0x0702 /* Packet Engines G-NIC */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 59d3d3aca32..c24ef8b56af 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.1126 2006/08/06 01:42:19 brad Exp
+ * OpenBSD: pcidevs,v 1.1127 2006/08/06 03:48:11 brad Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -7591,6 +7591,10 @@ static const struct pci_known_product pci_known_products[] = {
"MegaRAID SAS 1064R",
},
{
+ PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_MVERDE_ZCR,
+ "MegaRAID Verde ZCR",
+ },
+ {
PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_PE_GNIC,
"Packet Engines G-NIC",
},