This commit is contained in:
enami 2001-05-18 15:35:49 +00:00
parent 679f6a1a54
commit d5338ae90e
2 changed files with 41 additions and 4 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs.h,v 1.328 2001/05/17 17:37:01 drochner Exp $ */ /* $NetBSD: pcidevs.h,v 1.329 2001/05/18 15:35:49 enami Exp $ */
/* /*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
* *
* generated from: * generated from:
* NetBSD: pcidevs,v 1.322 2001/05/17 17:36:30 drochner Exp * NetBSD: pcidevs,v 1.323 2001/05/18 15:35:19 enami Exp
*/ */
/* /*
@ -553,6 +553,7 @@
#define PCI_VENDOR_INDCOMPSRC 0x494f /* Industrial Computer Source */ #define PCI_VENDOR_INDCOMPSRC 0x494f /* Industrial Computer Source */
#define PCI_VENDOR_NETVIN 0x4a14 /* NetVin */ #define PCI_VENDOR_NETVIN 0x4a14 /* NetVin */
#define PCI_VENDOR_BUSLOGIC2 0x4b10 /* Buslogic (2nd PCI Vendor ID) */ #define PCI_VENDOR_BUSLOGIC2 0x4b10 /* Buslogic (2nd PCI Vendor ID) */
#define PCI_VENDOR_MEDIAQ 0x4d51 /* MediaQ Inc. */
#define PCI_VENDOR_S3 0x5333 /* S3 */ #define PCI_VENDOR_S3 0x5333 /* S3 */
#define PCI_VENDOR_NETPOWER2 0x5700 /* NetPower (2nd PCI Vendor ID) */ #define PCI_VENDOR_NETPOWER2 0x5700 /* NetPower (2nd PCI Vendor ID) */
#define PCI_VENDOR_C4T 0x6374 /* c't Magazin */ #define PCI_VENDOR_C4T 0x6374 /* c't Magazin */
@ -1331,6 +1332,9 @@
#define PCI_PRODUCT_MATROX_G100_PCI 0x1000 /* MGA G100 PCI */ #define PCI_PRODUCT_MATROX_G100_PCI 0x1000 /* MGA G100 PCI */
#define PCI_PRODUCT_MATROX_G100_AGP 0x1001 /* MGA G100 AGP */ #define PCI_PRODUCT_MATROX_G100_AGP 0x1001 /* MGA G100 AGP */
/* MediaQ Inc. products */
#define PCI_PRODUCT_MEDIAQ_MQ200 0x0200 /* MQ200 */
/* Motorola products */ /* Motorola products */
#define PCI_PRODUCT_MOT_MPC105 0x0001 /* MPC105 \"Eagle\" Host Bridge */ #define PCI_PRODUCT_MOT_MPC105 0x0001 /* MPC105 \"Eagle\" Host Bridge */
#define PCI_PRODUCT_MOT_MPC106 0x0002 /* MPC106 \"Grackle\" Host Bridge */ #define PCI_PRODUCT_MOT_MPC106 0x0002 /* MPC106 \"Grackle\" Host Bridge */
@ -1393,8 +1397,11 @@
/* NEC products */ /* NEC products */
#define PCI_PRODUCT_NEC_USB 0x0035 /* USB Host Controller */ #define PCI_PRODUCT_NEC_USB 0x0035 /* USB Host Controller */
#define PCI_PRODUCT_NEC_VRC4173_CARDU 0x003e /* VRC4173 PC-Card Unit */
#define PCI_PRODUCT_NEC_POWERVR2 0x0046 /* PowerVR PCX2 */ #define PCI_PRODUCT_NEC_POWERVR2 0x0046 /* PowerVR PCX2 */
#define PCI_PRODUCT_NEC_PD72872 0x0063 /* uPD72872 IEEE 1394 OHCI Host Controller */ #define PCI_PRODUCT_NEC_PD72872 0x0063 /* uPD72872 IEEE 1394 OHCI Host Controller */
#define PCI_PRODUCT_NEC_VRC4173_BCU 0x00a5 /* VRC4173 Bus Control Unit */
#define PCI_PRODUCT_NEC_VRC4173_AC97U 0x00a6 /* VRC4173 AC97 Unit */
#define PCI_PRODUCT_NEC_PD72870 0x00cd /* uPD72870 IEEE 1394 OHCI Host Controller */ #define PCI_PRODUCT_NEC_PD72870 0x00cd /* uPD72870 IEEE 1394 OHCI Host Controller */
#define PCI_PRODUCT_NEC_PD72871 0x00ce /* uPD72871 IEEE 1394 OHCI Host Controller */ #define PCI_PRODUCT_NEC_PD72871 0x00ce /* uPD72871 IEEE 1394 OHCI Host Controller */
#define PCI_PRODUCT_NEC_VA26D 0x803c /* NEC Versa Pro LX VA26D */ #define PCI_PRODUCT_NEC_VA26D 0x803c /* NEC Versa Pro LX VA26D */

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs_data.h,v 1.326 2001/05/17 17:37:01 drochner Exp $ */ /* $NetBSD: pcidevs_data.h,v 1.327 2001/05/18 15:35:50 enami Exp $ */
/* /*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
* *
* generated from: * generated from:
* NetBSD: pcidevs,v 1.322 2001/05/17 17:36:30 drochner Exp * NetBSD: pcidevs,v 1.323 2001/05/18 15:35:19 enami Exp
*/ */
/* /*
@ -3453,6 +3453,12 @@ const struct pci_knowndev pci_knowndevs[] = {
"Matrox", "Matrox",
"MGA G100 AGP", "MGA G100 AGP",
}, },
{
PCI_VENDOR_MEDIAQ, PCI_PRODUCT_MEDIAQ_MQ200,
0,
"MediaQ Inc.",
"MQ200",
},
{ {
PCI_VENDOR_MOT, PCI_PRODUCT_MOT_MPC105, PCI_VENDOR_MOT, PCI_PRODUCT_MOT_MPC105,
0, 0,
@ -3699,6 +3705,12 @@ const struct pci_knowndev pci_knowndevs[] = {
"NEC", "NEC",
"USB Host Controller", "USB Host Controller",
}, },
{
PCI_VENDOR_NEC, PCI_PRODUCT_NEC_VRC4173_CARDU,
0,
"NEC",
"VRC4173 PC-Card Unit",
},
{ {
PCI_VENDOR_NEC, PCI_PRODUCT_NEC_POWERVR2, PCI_VENDOR_NEC, PCI_PRODUCT_NEC_POWERVR2,
0, 0,
@ -3711,6 +3723,18 @@ const struct pci_knowndev pci_knowndevs[] = {
"NEC", "NEC",
"uPD72872 IEEE 1394 OHCI Host Controller", "uPD72872 IEEE 1394 OHCI Host Controller",
}, },
{
PCI_VENDOR_NEC, PCI_PRODUCT_NEC_VRC4173_BCU,
0,
"NEC",
"VRC4173 Bus Control Unit",
},
{
PCI_VENDOR_NEC, PCI_PRODUCT_NEC_VRC4173_AC97U,
0,
"NEC",
"VRC4173 AC97 Unit",
},
{ {
PCI_VENDOR_NEC, PCI_PRODUCT_NEC_PD72870, PCI_VENDOR_NEC, PCI_PRODUCT_NEC_PD72870,
0, 0,
@ -8961,6 +8985,12 @@ const struct pci_knowndev pci_knowndevs[] = {
"Buslogic (2nd PCI Vendor ID)", "Buslogic (2nd PCI Vendor ID)",
NULL, NULL,
}, },
{
PCI_VENDOR_MEDIAQ, 0,
PCI_KNOWNDEV_NOPROD,
"MediaQ Inc.",
NULL,
},
{ {
PCI_VENDOR_S3, 0, PCI_VENDOR_S3, 0,
PCI_KNOWNDEV_NOPROD, PCI_KNOWNDEV_NOPROD,