This commit is contained in:
thorpej 2000-10-19 05:52:15 +00:00
parent 24477b4281
commit 5247e9db0b
2 changed files with 20 additions and 4 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs.h,v 1.271 2000/10/14 06:23:21 simonb Exp $ */
/* $NetBSD: pcidevs.h,v 1.272 2000/10/19 05:52:15 thorpej Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.265 2000/10/14 06:12:46 simonb Exp
* NetBSD: pcidevs,v 1.266 2000/10/19 05:51:34 thorpej Exp
*/
/*
@ -546,6 +546,7 @@
#define PCI_VENDOR_3DLABS 0x3d3d /* 3D Labs */
#define PCI_VENDOR_AVANCE2 0x4005 /* Avance Logic (2nd PCI Vendor ID) */
#define PCI_VENDOR_ADDTRON 0x4033 /* Addtron Technology */
#define PCI_VENDOR_INDCOMPSRC 0x494f /* Industrial Computer Source */
#define PCI_VENDOR_NETVIN 0x4a14 /* NetVin */
#define PCI_VENDOR_BUSLOGIC2 0x4b10 /* Buslogic (2nd PCI Vendor ID) */
#define PCI_VENDOR_S3 0x5333 /* S3 */
@ -1071,6 +1072,9 @@
/* IDT products */
#define PCI_PRODUCT_IDT_77201 0x0001 /* 77201/77211 ATM (\"NICStAR\") */
/* Industrial Computer Source */
#define PCI_PRODUCT_INDCOMPSRC_WDT50x 0x22c0 /* PCI-WDT50x Watchdog Timer */
/* Initio products */
#define PCI_PRODUCT_INITIO_I920 0x0002 /* INIC-920 SCSI */
#define PCI_PRODUCT_INITIO_I940 0x9400 /* INIC-940 SCSI */

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs_data.h,v 1.269 2000/10/14 06:23:21 simonb Exp $ */
/* $NetBSD: pcidevs_data.h,v 1.270 2000/10/19 05:52:16 thorpej Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.265 2000/10/14 06:12:46 simonb Exp
* NetBSD: pcidevs,v 1.266 2000/10/19 05:51:34 thorpej Exp
*/
/*
@ -2193,6 +2193,12 @@ struct pci_knowndev pci_knowndevs[] = {
"IDT",
"77201/77211 ATM (\"NICStAR\")",
},
{
PCI_VENDOR_INDCOMPSRC, PCI_PRODUCT_INDCOMPSRC_WDT50x,
0,
"Industrial Computer Source",
"PCI-WDT50x Watchdog Timer",
},
{
PCI_VENDOR_INITIO, PCI_PRODUCT_INITIO_I920,
0,
@ -8229,6 +8235,12 @@ struct pci_knowndev pci_knowndevs[] = {
"Addtron Technology",
NULL,
},
{
PCI_VENDOR_INDCOMPSRC, 0,
PCI_KNOWNDEV_NOPROD,
"Industrial Computer Source",
NULL,
},
{
PCI_VENDOR_NETVIN, 0,
PCI_KNOWNDEV_NOPROD,