diff options
author | Gordon Willem Klok <gwk@cvs.openbsd.org> | 2006-08-24 06:57:39 +0000 |
---|---|---|
committer | Gordon Willem Klok <gwk@cvs.openbsd.org> | 2006-08-24 06:57:39 +0000 |
commit | 24327a0232590d2e77703fabd53a8a8e6fefa61b (patch) | |
tree | 379e9f6455175624a85fa5a0391e6e7d56cd33f6 | |
parent | c2d0e29a8773222353a4fdcf42dbb2a239fd504d (diff) |
regen
-rw-r--r-- | sys/dev/pci/pcidevs.h | 9 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 22 |
2 files changed, 29 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 34aae57ab6c..eed506eafd5 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.1137 2006/08/23 15:49:57 brad Exp + * OpenBSD: pcidevs,v 1.1138 2006/08/24 06:56:33 gwk Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -77,6 +77,7 @@ #define PCI_VENDOR_MATROX 0x102b /* Matrox */ #define PCI_VENDOR_CHIPS 0x102c /* Chips and Technologies */ #define PCI_VENDOR_TOSHIBA 0x102f /* Toshiba */ +#define PCI_VENDOR_MIRO 0x1031 /* Miro Computer Products AG */ #define PCI_VENDOR_NEC 0x1033 /* NEC */ #define PCI_VENDOR_FUTUREDOMAIN 0x1036 /* Future Domain */ #define PCI_VENDOR_SIS 0x1039 /* SiS */ @@ -2338,6 +2339,12 @@ #define PCI_PRODUCT_MICROSOFT_MN120 0x0001 /* MN-120 10/100 */ #define PCI_PRODUCT_MICROSOFT_MN130 0x0002 /* MN-130 10/100 */ +/* Miro Computer Products AG */ +#define PCI_PRODUCT_MIRO_2IVDC 0x5607 /* 2IVDC-PCX1 */ +#define PCI_PRODUCT_MIRO_DC20 0x5601 /* MiroVIDEO DC20 */ +#define PCI_PRODUCT_MIRO_MEDIA3D 0x5631 /* Media 3D */ +#define PCI_PRODUCT_MIRO_DC10 0x6057 /* MiroVIDEO DC10/DC20 */ + /* Mitsubishi Electronics */ #define PCI_PRODUCT_MITSUBISHIELEC_4D30T 0x0301 /* Powerstorm 4D30T */ #define PCI_PRODUCT_MITSUBISHIELEC_GUI 0x0304 /* GUI Accel */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index ea07f4f6fe6..0e15e5a7ad2 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.1137 2006/08/23 15:49:57 brad Exp + * OpenBSD: pcidevs,v 1.1138 2006/08/24 06:56:33 gwk Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -7051,6 +7051,22 @@ static const struct pci_known_product pci_known_products[] = { "MN-130 10/100", }, { + PCI_VENDOR_MIRO, PCI_PRODUCT_MIRO_2IVDC, + "2IVDC-PCX1", + }, + { + PCI_VENDOR_MIRO, PCI_PRODUCT_MIRO_DC20, + "MiroVIDEO DC20", + }, + { + PCI_VENDOR_MIRO, PCI_PRODUCT_MIRO_MEDIA3D, + "Media 3D", + }, + { + PCI_VENDOR_MIRO, PCI_PRODUCT_MIRO_DC10, + "MiroVIDEO DC10/DC20", + }, + { PCI_VENDOR_MITSUBISHIELEC, PCI_PRODUCT_MITSUBISHIELEC_4D30T, "Powerstorm 4D30T", }, @@ -12295,6 +12311,10 @@ static const struct pci_known_vendor pci_known_vendors[] = { "Toshiba", }, { + PCI_VENDOR_MIRO, + "Miro Computer Products AG", + }, + { PCI_VENDOR_NEC, "NEC", }, |