From 2e329485070795456ab6b4531661c997449125b5 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Mon, 12 Mar 2001 23:12:29 +0000 Subject: sync --- sys/dev/pci/pcidevs.h | 8 +++++++- sys/dev/pci/pcidevs_data.h | 18 +++++++++++++++++- 2 files changed, 24 insertions(+), 2 deletions(-) (limited to 'sys/dev') 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 $ */ @@ -2378,6 +2378,14 @@ static const struct pci_known_product pci_known_products[] = { PCI_VENDOR_NEC, PCI_PRODUCT_NEC_PKUG, "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", @@ -2862,6 +2870,10 @@ static const struct pci_known_product pci_known_products[] = { PCI_VENDOR_PIJNENBURG, PCI_PRODUCT_PIJNENBURG_PCC_ISES, "PCC-ISES", }, + { + PCI_VENDOR_PLATFORM, PCI_PRODUCT_PLATFORM_ES1849, + "ES1849", + }, { PCI_VENDOR_PLX, PCI_PRODUCT_PLX_1076, "I/O", @@ -6006,6 +6018,10 @@ static const struct pci_known_vendor pci_known_vendors[] = { PCI_VENDOR_ITEXPRESS, "ITExpress", }, + { + PCI_VENDOR_PLATFORM, + "Platform", + }, { PCI_VENDOR_LUXSONOR, "LuxSonor", -- cgit v1.2.3