This commit is contained in:
augustss 2000-04-28 20:54:39 +00:00
parent 0b9c397110
commit d2e2dce826
2 changed files with 18 additions and 4 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs.h,v 1.218 2000/04/26 17:30:59 thorpej Exp $ */
/* $NetBSD: pcidevs.h,v 1.219 2000/04/28 20:54:39 augustss Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.211 2000/04/26 17:30:35 thorpej Exp
* NetBSD: pcidevs,v 1.212 2000/04/28 20:54:10 augustss Exp
*/
/*
@ -865,6 +865,7 @@
/* Creative Labs products */
#define PCI_PRODUCT_CREATIVELABS_SBLIVE 0x0002 /* SBLive! EMU 10000 */
#define PCI_PRODUCT_CREATIVELABS_SBJOY 0x7002 /* PCI Gameport Joystick */
#define PCI_PRODUCT_CREATIVELABS_EV1938 0x8938 /* Ectiva 1938 */
/* Cyclades products */
#define PCI_PRODUCT_CYCLADES_CYCLOMY_1 0x0100 /* Cyclom-Y below 1M */
@ -928,6 +929,7 @@
/* Ensoniq products */
#define PCI_PRODUCT_ENSONIQ_AUDIOPCI 0x5000 /* AudioPCI */
#define PCI_PRODUCT_ENSONIQ_AUDIOPCI97 0x1371 /* AudioPCI 97 */
#define PCI_PRODUCT_ENSONIQ_CT5880 0x5880 /* CT5880 */
/* Essential Communications products */
#define PCI_PRODUCT_ESSENTIAL_RR_HIPPI 0x0001 /* RoadRunner HIPPI Interface */

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs_data.h,v 1.216 2000/04/26 17:30:59 thorpej Exp $ */
/* $NetBSD: pcidevs_data.h,v 1.217 2000/04/28 20:54:40 augustss Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.211 2000/04/26 17:30:35 thorpej Exp
* NetBSD: pcidevs,v 1.212 2000/04/28 20:54:10 augustss Exp
*/
/*
@ -1365,6 +1365,12 @@ struct pci_knowndev pci_knowndevs[] = {
"Creative Labs",
"PCI Gameport Joystick",
},
{
PCI_VENDOR_CREATIVELABS, PCI_PRODUCT_CREATIVELABS_EV1938,
0,
"Creative Labs",
"Ectiva 1938",
},
{
PCI_VENDOR_CYCLADES, PCI_PRODUCT_CYCLADES_CYCLOMY_1,
0,
@ -1593,6 +1599,12 @@ struct pci_knowndev pci_knowndevs[] = {
"Ensoniq",
"AudioPCI 97",
},
{
PCI_VENDOR_ENSONIQ, PCI_PRODUCT_ENSONIQ_CT5880,
0,
"Ensoniq",
"CT5880",
},
{
PCI_VENDOR_ESSENTIAL, PCI_PRODUCT_ESSENTIAL_RR_HIPPI,
0,