summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2001-03-12 23:12:29 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2001-03-12 23:12:29 +0000
commit2e329485070795456ab6b4531661c997449125b5 (patch)
tree49ecc16998556dcc5b3eebeafbcd25c55b3b3629 /sys/dev
parent0976188384f965c82763cfc6756a1bfa0d37d10c (diff)
sync
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/pci/pcidevs.h8
-rw-r--r--sys/dev/pci/pcidevs_data.h18
2 files changed, 24 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h
index e2c1d5ce2d0..8cc98c15765 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.373 2001/03/12 06:18:07 aaron Exp
+ * OpenBSD: pcidevs,v 1.375 2001/03/12 23:12:22 deraadt Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -506,6 +506,7 @@
#define PCI_VENDOR_ROCKWELL 0x127a /* Rockwell */
#define PCI_VENDOR_DAVICOM 0x1282 /* Davicom Technologies */
#define PCI_VENDOR_ITEXPRESS 0x1283 /* ITExpress */
+#define PCI_VENDOR_PLATFORM 0x1285 /* Platform */
#define PCI_VENDOR_LUXSONOR 0x1287 /* LuxSonor */
#define PCI_VENDOR_TRITECH 0x1292 /* TriTech Microelectronics */
#define PCI_VENDOR_KOFAX 0x1296 /* Kofax Image Products */
@@ -1338,6 +1339,8 @@
#define PCI_PRODUCT_NEC_POWERVR2 0x0046 /* PowerVR PCX2 */
#define PCI_PRODUCT_NEC_MARTH 0x0074 /* I/O */
#define PCI_PRODUCT_NEC_PKUG 0x007d /* I/O */
+#define PCI_PRODUCT_NEC_VERSAMAESTRO 0x8058 /* Versa Maestro */
+#define PCI_PRODUCT_NEC_VERSAPRONXVA26D 0x803c /* Versa Va26D Maestro */
/* NeoMagic */
#define PCI_PRODUCT_NEOMAGIC_NM2070 0x0001 /* Magicgraph NM2070 */
@@ -1504,6 +1507,9 @@
/* Pijnenburg */
#define PCI_PRODUCT_PIJNENBURG_PCC_ISES 0x0001 /* PCC-ISES */
+/* Platform */
+#define PCI_PRODUCT_PLATFORM_ES1849 0x0100 /* ES1849 */
+
/* PLX products */
#define PCI_PRODUCT_PLX_1076 0x1076 /* I/O */
#define PCI_PRODUCT_PLX_9050 0x9050 /* I/O */
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h
index df1c428eb86..77b4d4f17d0 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.373 2001/03/12 06:18:07 aaron Exp
+ * OpenBSD: pcidevs,v 1.375 2001/03/12 23:12:22 deraadt Exp
*/
/* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */
@@ -2379,6 +2379,14 @@ static const struct pci_known_product pci_known_products[] = {
"I/O",
},
{
+ PCI_VENDOR_NEC, PCI_PRODUCT_NEC_VERSAMAESTRO,
+ "Versa Maestro",
+ },
+ {
+ PCI_VENDOR_NEC, PCI_PRODUCT_NEC_VERSAPRONXVA26D,
+ "Versa Va26D Maestro",
+ },
+ {
PCI_VENDOR_NEOMAGIC, PCI_PRODUCT_NEOMAGIC_NM2070,
"Magicgraph NM2070",
},
@@ -2863,6 +2871,10 @@ static const struct pci_known_product pci_known_products[] = {
"PCC-ISES",
},
{
+ PCI_VENDOR_PLATFORM, PCI_PRODUCT_PLATFORM_ES1849,
+ "ES1849",
+ },
+ {
PCI_VENDOR_PLX, PCI_PRODUCT_PLX_1076,
"I/O",
},
@@ -6007,6 +6019,10 @@ static const struct pci_known_vendor pci_known_vendors[] = {
"ITExpress",
},
{
+ PCI_VENDOR_PLATFORM,
+ "Platform",
+ },
+ {
PCI_VENDOR_LUXSONOR,
"LuxSonor",
},