Regen after adding entry for LSI Logic FC919X.

This commit is contained in:
he 2005-01-06 14:56:22 +00:00
parent 9d71f19b13
commit c4d71a859c
2 changed files with 10 additions and 5 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs.h,v 1.677 2004/12/27 17:21:46 reinoud Exp $ */
/* $NetBSD: pcidevs.h,v 1.678 2005/01/06 14:56:22 he Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.676 2004/12/27 17:20:32 reinoud Exp
* NetBSD: pcidevs,v 1.677 2005/01/06 14:55:37 he Exp
*/
/*
@ -2087,6 +2087,7 @@
#define PCI_PRODUCT_SYMBIOS_FC919 0x0624 /* FC919 */
#define PCI_PRODUCT_SYMBIOS_FC919_1 0x0625 /* FC919 */
#define PCI_PRODUCT_SYMBIOS_FC929X 0x0626 /* FC929X */
#define PCI_PRODUCT_SYMBIOS_FC919X 0x0628 /* FC919X */
#define PCI_PRODUCT_SYMBIOS_PERC_4SC 0x1960 /* PERC 4/SC */
/* Packet Engines products */

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs_data.h,v 1.675 2004/12/27 17:21:46 reinoud Exp $ */
/* $NetBSD: pcidevs_data.h,v 1.676 2005/01/06 14:56:22 he Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.676 2004/12/27 17:20:32 reinoud Exp
* NetBSD: pcidevs,v 1.677 2005/01/06 14:55:37 he Exp
*/
/*
@ -6983,6 +6983,10 @@ const struct pci_product pci_products[] = {
PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_FC929X,
"FC929X",
},
{
PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_FC919X,
"FC919X",
},
{
PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_PERC_4SC,
"PERC 4/SC",
@ -9884,4 +9888,4 @@ const struct pci_product pci_products[] = {
"Video Controller",
},
};
const int pci_nproducts = 1892;
const int pci_nproducts = 1893;