summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2009-10-02 17:54:32 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2009-10-02 17:54:32 +0000
commitd340adc45e7d3fe3bd8f6b607b7e1de9e26aaf20 (patch)
treead2a07a39f46fecb9892d4c266d62deccd1ed49b /sys/dev
parentd8ac860e9c9b767afdd29902cdf3548f2144f0e2 (diff)
regen
Diffstat (limited to 'sys/dev')
-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 94c7e24f123..14cf42d3fca 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.1495 2009/09/30 19:20:33 sthen Exp
+ * OpenBSD: pcidevs,v 1.1496 2009/10/02 17:54:26 miod Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -1781,6 +1781,7 @@
#define PCI_PRODUCT_DEC_21041 0x0014 /* 21041 */
#define PCI_PRODUCT_DEC_DGLPB 0x0016 /* DGLPB (OPPO) */
#define PCI_PRODUCT_DEC_ZLXPL2 0x0017 /* ZLXP-L2 (Pixelvision) */
+#define PCI_PRODUCT_DEC_MC 0x0018 /* Memory Channel Cluster Controller */
#define PCI_PRODUCT_DEC_21142 0x0019 /* 21142/3 */
/* Farallon apparently used DEC's vendor ID by mistake */
#define PCI_PRODUCT_DEC_PN9000SX 0x001a /* Farallon PN9000SX */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index c00935bf439..8347d2bc868 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.1495 2009/09/30 19:20:33 sthen Exp
+ * OpenBSD: pcidevs,v 1.1496 2009/10/02 17:54:26 miod Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -5180,6 +5180,10 @@ static const struct pci_known_product pci_known_products[] = {
"ZLXP-L2 (Pixelvision)",
},
{
+ PCI_VENDOR_DEC, PCI_PRODUCT_DEC_MC,
+ "Memory Channel Cluster Controller",
+ },
+ {
PCI_VENDOR_DEC, PCI_PRODUCT_DEC_21142,
"21142/3",
},