Regen.
This commit is contained in:
parent
1289659618
commit
fb580e3f6e
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: pcidevs.h,v 1.170 1999/11/04 09:39:17 joda Exp $ */
|
||||
/* $NetBSD: pcidevs.h,v 1.171 1999/11/04 10:34:40 augustss Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: pcidevs,v 1.163 1999/11/04 09:38:38 joda Exp
|
||||
* NetBSD: pcidevs,v 1.164 1999/11/04 10:34:03 augustss Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -822,6 +822,9 @@
|
|||
/* Corollary Products */
|
||||
#define PCI_PRODUCT_COROLLARY_CBUSII_PCIB 0x0014 /* \"C-Bus II\"-PCI Bridge */
|
||||
|
||||
/* Creative Labs products */
|
||||
#define PCI_PRODUCT_CREATIVELABS_SBLIVE 0x0002 /* SBLive! EMU 10000 */
|
||||
|
||||
/* Cyclades products */
|
||||
#define PCI_PRODUCT_CYCLADES_CYCLOMY_1 0x0100 /* Cyclom-Y below 1M */
|
||||
#define PCI_PRODUCT_CYCLADES_CYCLOMY_2 0x0101 /* Cyclom-Y above 1M */
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: pcidevs_data.h,v 1.168 1999/11/04 09:39:18 joda Exp $ */
|
||||
/* $NetBSD: pcidevs_data.h,v 1.169 1999/11/04 10:34:40 augustss Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: pcidevs,v 1.163 1999/11/04 09:38:38 joda Exp
|
||||
* NetBSD: pcidevs,v 1.164 1999/11/04 10:34:03 augustss Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -1209,6 +1209,12 @@ struct pci_knowndev pci_knowndevs[] = {
|
|||
"Corrollary",
|
||||
"\"C-Bus II\"-PCI Bridge",
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_CREATIVELABS, PCI_PRODUCT_CREATIVELABS_SBLIVE,
|
||||
0,
|
||||
"Creative Labs",
|
||||
"SBLive! EMU 10000",
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_CYCLADES, PCI_PRODUCT_CYCLADES_CYCLOMY_1,
|
||||
0,
|
||||
|
|
Loading…
Reference in New Issue