This commit is contained in:
itojun 2001-09-27 07:10:37 +00:00
parent 2a47bfbf34
commit 646869b6cd
2 changed files with 25 additions and 4 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs.h,v 1.362 2001/09/15 13:13:53 chris Exp $ */
/* $NetBSD: pcidevs.h,v 1.363 2001/09/27 07:10:37 itojun Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.357 2001/09/15 13:11:42 chris Exp
* NetBSD: pcidevs,v 1.358 2001/09/27 07:09:27 itojun Exp
*/
/*
@ -1672,6 +1672,7 @@
#define PCI_PRODUCT_SIS_6326 0x6326 /* 6326 AGP VGA */
#define PCI_PRODUCT_SIS_5597_USB 0x7001 /* 5597/5598 USB host controller */
#define PCI_PRODUCT_SIS_7016 0x7016 /* SiS 7016 10/100 Ethernet */
#define PCI_PRODUCT_SIS_7018 0x7018 /* SiS 7018 Sound */
/* Silicon Motion products */
#define PCI_PRODUCT_SILMOTION_LYNX_EMP 0x0712 /* Lynx EM+ */
@ -1793,6 +1794,8 @@
#define PCI_PRODUCT_TRANSMETA_BIOS_SCRATCH 0x0397 /* BIOS Scratchpad */
/* Trident products */
#define PCI_PRODUCT_TRIDENT_4DWAVE_DX 0x2000 /* 4DWAVE DX */
#define PCI_PRODUCT_TRIDENT_4DWAVE_NX 0x2001 /* 4DWAVE NX */
#define PCI_PRODUCT_TRIDENT_CYBERBLADE_I7 0x8420 /* CyberBlade i7 */
#define PCI_PRODUCT_TRIDENT_TGUI_9320 0x9320 /* TGUI 9320 */
#define PCI_PRODUCT_TRIDENT_TGUI_9350 0x9350 /* TGUI 9350 */

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs_data.h,v 1.360 2001/09/15 13:13:53 chris Exp $ */
/* $NetBSD: pcidevs_data.h,v 1.361 2001/09/27 07:10:38 itojun Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.357 2001/09/15 13:11:42 chris Exp
* NetBSD: pcidevs,v 1.358 2001/09/27 07:09:27 itojun Exp
*/
/*
@ -4929,6 +4929,12 @@ const struct pci_knowndev pci_knowndevs[] = {
"Silicon Integrated System",
"SiS 7016 10/100 Ethernet",
},
{
PCI_VENDOR_SIS, PCI_PRODUCT_SIS_7018,
0,
"Silicon Integrated System",
"SiS 7018 Sound",
},
{
PCI_VENDOR_SILMOTION, PCI_PRODUCT_SILMOTION_LYNX_EMP,
0,
@ -5439,6 +5445,18 @@ const struct pci_knowndev pci_knowndevs[] = {
"Transmeta Corp",
"BIOS Scratchpad",
},
{
PCI_VENDOR_TRIDENT, PCI_PRODUCT_TRIDENT_4DWAVE_DX,
0,
"Trident Microsystems",
"4DWAVE DX",
},
{
PCI_VENDOR_TRIDENT, PCI_PRODUCT_TRIDENT_4DWAVE_NX,
0,
"Trident Microsystems",
"4DWAVE NX",
},
{
PCI_VENDOR_TRIDENT, PCI_PRODUCT_TRIDENT_CYBERBLADE_I7,
0,