summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2006-09-22 02:16:52 +0000
committerBrad Smith <brad@cvs.openbsd.org>2006-09-22 02:16:52 +0000
commit4286312df1fb248194210c933f51c54f030e10d5 (patch)
treefb39c55a3f34f62c090b0fb1657490be02b26cdb
parentfe001f9a16b29e1f57cfd98438dabb373a19fb3f (diff)
regen
-rw-r--r--sys/dev/pci/pcidevs.h4
-rw-r--r--sys/dev/pci/pcidevs_data.h10
2 files changed, 12 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index 5852e6bd4a2..e52c2515c31 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.1145 2006/09/20 19:34:25 brad Exp
+ * OpenBSD: pcidevs,v 1.1146 2006/09/22 02:16:17 brad Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -1272,6 +1272,7 @@
/* Corollary products */
#define PCI_PRODUCT_COROLLARY_CBUSII_PCIB 0x0014 /* C-Bus II-PCI */
+#define PCI_PRODUCT_COROLLARY_CCF 0x1117 /* Cache Coherency Filter */
/* Creative Labs products */
#define PCI_PRODUCT_CREATIVELABS_SBLIVE 0x0002 /* SoundBlaster Live */
@@ -3022,6 +3023,7 @@
/* PLX products */
#define PCI_PRODUCT_PLX_1076 0x1076 /* I/O 1076 */
#define PCI_PRODUCT_PLX_1077 0x1077 /* I/O 1077 */
+#define PCI_PRODUCT_PLX_8532_PCIE 0x8532 /* 8532 PCIE */
#define PCI_PRODUCT_PLX_9050 0x9050 /* I/O 9050 */
#define PCI_PRODUCT_PLX_9080 0x9080 /* I/O 9080 */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index 4a2015e48c5..02be25fe107 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.1145 2006/09/20 19:34:25 brad Exp
+ * OpenBSD: pcidevs,v 1.1146 2006/09/22 02:16:17 brad Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -3347,6 +3347,10 @@ static const struct pci_known_product pci_known_products[] = {
"C-Bus II-PCI",
},
{
+ PCI_VENDOR_COROLLARY, PCI_PRODUCT_COROLLARY_CCF,
+ "Cache Coherency Filter",
+ },
+ {
PCI_VENDOR_CREATIVELABS, PCI_PRODUCT_CREATIVELABS_SBLIVE,
"SoundBlaster Live",
},
@@ -9383,6 +9387,10 @@ static const struct pci_known_product pci_known_products[] = {
"I/O 1077",
},
{
+ PCI_VENDOR_PLX, PCI_PRODUCT_PLX_8532_PCIE,
+ "8532 PCIE",
+ },
+ {
PCI_VENDOR_PLX, PCI_PRODUCT_PLX_9050,
"I/O 9050",
},