This commit is contained in:
drochner 1999-03-09 11:48:59 +00:00
parent 2987883f07
commit 5704ad4969
2 changed files with 29 additions and 4 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs.h,v 1.113 1999/02/19 19:12:09 thorpej Exp $ */
/* $NetBSD: pcidevs.h,v 1.114 1999/03/09 11:48:59 drochner Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.107 1999/02/19 19:11:33 thorpej Exp
* NetBSD: pcidevs,v 1.108 1999/03/09 11:48:03 drochner Exp
*/
/*
@ -494,6 +494,7 @@
#define PCI_VENDOR_ARIEL 0x1220 /* Ariel */
#define PCI_VENDOR_AZTECH 0x122d /* Aztech */
#define PCI_VENDOR_3DO 0x1239 /* The 3D0 Company */
#define PCI_VENDOR_AVM 0x1244 /* AVM */
#define PCI_VENDOR_STALLION 0x124d /* Stallion Technologies */
#define PCI_VENDOR_LINEARSYS 0x1254 /* Linear Systems */
#define PCI_VENDOR_ASIX 0x125b /* ASIX Electronics */
@ -656,6 +657,9 @@
#define PCI_PRODUCT_AVANCE2_ALG2301 0x2301 /* ALG2301 */
#define PCI_PRODUCT_AVANCE2_ALG2302 0x2302 /* ALG2302 */
/* AVM products */
#define PCI_PRODUCT_AVM_FRITZ_CARD 0x0a00 /* Fritz! Card ISDN Interface */
/* Bit3 products */
#define PCI_PRODUCT_BIT3_PCIVME617 0x0001 /* PCI-VME Interface Mod. 617 */
#define PCI_PRODUCT_BIT3_PCIVME2706 0x0300 /* PCI-VME Interface Mod. 2706 */
@ -776,6 +780,9 @@
/* Dolphin products */
#define PCI_PRODUCT_DOLPHIN_PCISCI 0x0658 /* PCI-SCI Bridge */
/* ELSA products */
#define PCI_PRODUCT_ELSA_QS1PCI 0x1000 /* QuickStep 1000 ISDN card */
/* Emulex products */
#define PCI_PRODUCT_EMULEX_LPPFC 0x10df /* \"Light Pulse\" FibreChannel adapter */

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs_data.h,v 1.112 1999/02/19 19:12:12 thorpej Exp $ */
/* $NetBSD: pcidevs_data.h,v 1.113 1999/03/09 11:48:59 drochner Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.107 1999/02/19 19:11:33 thorpej Exp
* NetBSD: pcidevs,v 1.108 1999/03/09 11:48:03 drochner Exp
*/
/*
@ -561,6 +561,12 @@ struct pci_knowndev pci_knowndevs[] = {
"Avance Logic (2nd PCI Vendor ID)",
"ALG2302",
},
{
PCI_VENDOR_AVM, PCI_PRODUCT_AVM_FRITZ_CARD,
0,
"AVM",
"Fritz! Card ISDN Interface",
},
{
PCI_VENDOR_BIT3, PCI_PRODUCT_BIT3_PCIVME617,
0,
@ -1053,6 +1059,12 @@ struct pci_knowndev pci_knowndevs[] = {
"Dolphin Interconnect Solutions",
"PCI-SCI Bridge",
},
{
PCI_VENDOR_ELSA, PCI_PRODUCT_ELSA_QS1PCI,
0,
"Elsa",
"QuickStep 1000 ISDN card",
},
{
PCI_VENDOR_EMULEX, PCI_PRODUCT_EMULEX_LPPFC,
0,
@ -5295,6 +5307,12 @@ struct pci_knowndev pci_knowndevs[] = {
"The 3D0 Company",
NULL,
},
{
PCI_VENDOR_AVM, 0,
PCI_KNOWNDEV_NOPROD,
"AVM",
NULL,
},
{
PCI_VENDOR_STALLION, 0,
PCI_KNOWNDEV_NOPROD,