This commit is contained in:
soren 2000-05-27 11:40:04 +00:00
parent eaef48d317
commit ed0572ca92
2 changed files with 22 additions and 6 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs.h,v 1.226 2000/05/26 05:07:02 matt Exp $ */
/* $NetBSD: pcidevs.h,v 1.227 2000/05/27 11:40:04 soren Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.219 2000/05/26 05:06:27 matt Exp
* NetBSD: pcidevs,v 1.220 2000/05/27 11:38:31 soren Exp
*/
/*
@ -971,7 +971,7 @@
/* Galileo Technology products */
#define PCI_PRODUCT_GALILEO_GT64010A 0x0146 /* GT-64010A System Controller */
#define PCI_PRODUCT_GALILEO_GT64115 0x4111 /* GT-64115 System Controller */
#define PCI_PRODUCT_GALILEO_GT64011 0x4146 /* GT-64111 System Controller */
#define PCI_PRODUCT_GALILEO_GT64011 0x4146 /* GT-64011 System Controller */
#define PCI_PRODUCT_GALILEO_GT64120 0x4620 /* GT-64120 System Controller */
#define PCI_PRODUCT_GALILEO_GT64130 0x6320 /* GT-64130 System Controller */
@ -1255,6 +1255,9 @@
/* RISCom (SDL Communications, Inc?) products */
#define PCI_PRODUCT_RISCOM_N2 0x5568 /* N2 */
/* RNS products */
#define PCI_PRODUCT_RNS_FDDI 0x2200 /* 2200 FDDI */
/* S3 products */
#define PCI_PRODUCT_S3_VIRGE 0x5631 /* ViRGE */
#define PCI_PRODUCT_S3_TRIO32 0x8810 /* Trio32 */
@ -1291,6 +1294,7 @@
/* SGI products */
#define PCI_PRODUCT_SGI_IOC3 0x0003 /* IOC3 */
#define PCI_PRODUCT_SGI_RAD1 0x0005 /* PsiTech RAD1 */
#define PCI_PRODUCT_SGI_TIGON 0x0009 /* Tigon Gigabit Ethernet */
/* SGS Thomson products */

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs_data.h,v 1.224 2000/05/26 05:07:02 matt Exp $ */
/* $NetBSD: pcidevs_data.h,v 1.225 2000/05/27 11:40:05 soren Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.219 2000/05/26 05:06:27 matt Exp
* NetBSD: pcidevs,v 1.220 2000/05/27 11:38:31 soren Exp
*/
/*
@ -1735,7 +1735,7 @@ struct pci_knowndev pci_knowndevs[] = {
PCI_VENDOR_GALILEO, PCI_PRODUCT_GALILEO_GT64011,
0,
"Galileo Technology",
"GT-64111 System Controller",
"GT-64011 System Controller",
},
{
PCI_VENDOR_GALILEO, PCI_PRODUCT_GALILEO_GT64120,
@ -2901,6 +2901,12 @@ struct pci_knowndev pci_knowndevs[] = {
"RISCom",
"N2",
},
{
PCI_VENDOR_RNS, PCI_PRODUCT_RNS_FDDI,
0,
"RNS",
"2200 FDDI",
},
{
PCI_VENDOR_S3, PCI_PRODUCT_S3_VIRGE,
0,
@ -3087,6 +3093,12 @@ struct pci_knowndev pci_knowndevs[] = {
"Silicon Graphics",
"IOC3",
},
{
PCI_VENDOR_SGI, PCI_PRODUCT_SGI_RAD1,
0,
"Silicon Graphics",
"PsiTech RAD1",
},
{
PCI_VENDOR_SGI, PCI_PRODUCT_SGI_TIGON,
0,