summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-03-10 00:47:56 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-03-10 00:47:56 +0000
commite38f5346a6fd43b38b3e7595bd7339e0159dfceb (patch)
treebc63ab1564fc8190d3ede51b948cf19204a9fdaa /sys/dev/pci
parentbbfa4737167e02da1d562e1c890c015ee9862881 (diff)
sync
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 41e97e7af17..1fee0e4910e 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.717 2004/03/03 04:14:59 krw Exp
+ * OpenBSD: pcidevs,v 1.718 2004/03/10 00:47:50 deraadt Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -1875,6 +1875,7 @@
/* PLX products */
#define PCI_PRODUCT_PLX_1076 0x1076 /* I/O */
+#define PCI_PRODUCT_PLX_1077 0x1077 /* I/O */
#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 c54ea712277..fa46357039b 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.717 2004/03/03 04:14:59 krw Exp
+ * OpenBSD: pcidevs,v 1.718 2004/03/10 00:47:50 deraadt Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -5219,6 +5219,10 @@ static const struct pci_known_product pci_known_products[] = {
"I/O",
},
{
+ PCI_VENDOR_PLX, PCI_PRODUCT_PLX_1077,
+ "I/O",
+ },
+ {
PCI_VENDOR_PLX, PCI_PRODUCT_PLX_9050,
"I/O 9050",
},