diff options
Diffstat (limited to 'sys/dev/pci/pcidevs.h')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 9 |
1 files changed, 8 insertions, 1 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 */ |