This commit is contained in:
tron 2001-10-16 08:15:01 +00:00
parent 7c4f946401
commit 5858458732
2 changed files with 25 additions and 4 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs.h,v 1.368 2001/10/13 07:44:21 ichiro Exp $ */
/* $NetBSD: pcidevs.h,v 1.369 2001/10/16 08:15:01 tron Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.363 2001/10/13 07:43:42 ichiro Exp
* NetBSD: pcidevs,v 1.364 2001/10/16 08:14:15 tron Exp
*/
/*
@ -1671,6 +1671,9 @@
#define PCI_PRODUCT_SIS_85C496 0x0496 /* 85C496 */
#define PCI_PRODUCT_SIS_530HB 0x0530 /* 530 Host to PCI Bridge */
#define PCI_PRODUCT_SIS_85C601 0x0601 /* 85C601 */
#define PCI_PRODUCT_SIS_645 0x0645 /* SiS 645 Host Bridge */
#define PCI_PRODUCT_SIS_650 0x0650 /* SiS 650 Host Bridge */
#define PCI_PRODUCT_SIS_730 0x0730 /* SiS 730 Host Bridge */
#define PCI_PRODUCT_SIS_735 0x0735 /* SiS 735 Host Bridge */
#define PCI_PRODUCT_SIS_900 0x0900 /* SiS 900 10/100 Ethernet */
#define PCI_PRODUCT_SIS_5597_IDE 0x5513 /* 5597/5598 IDE controller */

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs_data.h,v 1.366 2001/10/13 07:44:22 ichiro Exp $ */
/* $NetBSD: pcidevs_data.h,v 1.367 2001/10/16 08:15:01 tron Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.363 2001/10/13 07:43:42 ichiro Exp
* NetBSD: pcidevs,v 1.364 2001/10/16 08:14:15 tron Exp
*/
/*
@ -4905,6 +4905,24 @@ const struct pci_knowndev pci_knowndevs[] = {
"Silicon Integrated System",
"85C601",
},
{
PCI_VENDOR_SIS, PCI_PRODUCT_SIS_645,
0,
"Silicon Integrated System",
"SiS 645 Host Bridge",
},
{
PCI_VENDOR_SIS, PCI_PRODUCT_SIS_650,
0,
"Silicon Integrated System",
"SiS 650 Host Bridge",
},
{
PCI_VENDOR_SIS, PCI_PRODUCT_SIS_730,
0,
"Silicon Integrated System",
"SiS 730 Host Bridge",
},
{
PCI_VENDOR_SIS, PCI_PRODUCT_SIS_735,
0,