Regen for Dell PERC 4/SC

This commit is contained in:
martti 2004-10-28 07:29:07 +00:00
parent 64b1795875
commit 05e2eaf818
2 changed files with 10 additions and 5 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs.h,v 1.661 2004/10/26 11:31:17 augustss Exp $ */
/* $NetBSD: pcidevs.h,v 1.662 2004/10/28 07:29:07 martti Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.659 2004/10/26 11:30:52 augustss Exp
* NetBSD: pcidevs,v 1.661 2004/10/28 07:26:09 martti Exp
*/
/*
@ -2070,6 +2070,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_PERC_4SC 0x1960 /* PERC 4/SC */
/* Packet Engines products */
#define PCI_PRODUCT_SYMBIOS_PE_GNIC 0x0702 /* Packet Engines G-NIC Ethernet */

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs_data.h,v 1.659 2004/10/26 11:31:17 augustss Exp $ */
/* $NetBSD: pcidevs_data.h,v 1.660 2004/10/28 07:29:07 martti Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.659 2004/10/26 11:30:52 augustss Exp
* NetBSD: pcidevs,v 1.661 2004/10/28 07:26:09 martti Exp
*/
/*
@ -6923,6 +6923,10 @@ const struct pci_product pci_products[] = {
PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_FC929X,
"FC929X",
},
{
PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_PERC_4SC,
"PERC 4/SC",
},
{
PCI_VENDOR_SYMBIOS, PCI_PRODUCT_SYMBIOS_PE_GNIC,
"Packet Engines G-NIC Ethernet",
@ -9772,4 +9776,4 @@ const struct pci_product pci_products[] = {
"Video Controller",
},
};
const int pci_nproducts = 1866;
const int pci_nproducts = 1867;