regen for new pcidevs

This commit is contained in:
cgd 1996-08-29 21:36:01 +00:00
parent d29b00b3c3
commit a84c80e23c
2 changed files with 11 additions and 2 deletions

View File

@ -2,7 +2,7 @@
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.14 1996/08/26 20:12:16 cgd Exp
* NetBSD: pcidevs,v 1.15 1996/08/29 21:34:22 cgd Exp
*/
/*
@ -504,6 +504,9 @@
/* Hewlett-Packard products */
#define PCI_PRODUCT_HP_J2585A 0x1030 /* J2585A */
/* IBM products */
#define PCI_PRODUCT_IBM_82351 0x0022 /* 82351 PCI-PCI Bridge */
/* Integrated Micro Solutions products */
#define PCI_PRODUCT_IMS_8849 0x8849 /* 8849 */

View File

@ -2,7 +2,7 @@
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.14 1996/08/26 20:12:16 cgd Exp
* NetBSD: pcidevs,v 1.15 1996/08/29 21:34:22 cgd Exp
*/
/*
@ -391,6 +391,12 @@ struct pci_knowndev pci_knowndevs[] = {
"Hewlett-Packard",
"J2585A",
},
{
PCI_VENDOR_IBM, PCI_PRODUCT_IBM_82351,
0,
"IBM",
"82351 PCI-PCI Bridge",
},
{
PCI_VENDOR_IMS, PCI_PRODUCT_IMS_8849,
0,