Regen: another PCI id for Dell PERC 5

This commit is contained in:
bouyer 2006-12-10 23:44:08 +00:00
parent 411590432c
commit c2b954c80b
2 changed files with 10 additions and 5 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs.h,v 1.855 2006/12/09 21:06:06 manu Exp $ */
/* $NetBSD: pcidevs.h,v 1.856 2006/12/10 23:44:08 bouyer Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.855 2006/11/26 06:06:20 tsutsui Exp
* NetBSD: pcidevs,v 1.857 2006/12/10 23:43:13 bouyer Exp
*/
/*
@ -1596,6 +1596,7 @@
#define PCI_PRODUCT_DELL_PERC_4DI 0x000e /* PERC 4/Di */
#define PCI_PRODUCT_DELL_PERC_4DI_2 0x000f /* PERC 4/Di */
#define PCI_PRODUCT_DELL_PERC_4ESI 0x0013 /* PERC 4e/Si */
#define PCI_PRODUCT_DELL_PERC_5 0x0015 /* PERC 5 */
#define PCI_PRODUCT_DELL_PERC_3DI_2_SUB 0x00cf /* PERC 3/Di */
#define PCI_PRODUCT_DELL_PERC_3SI_2_SUB 0x00d0 /* PERC 3/Si */
#define PCI_PRODUCT_DELL_PERC_3DI_SUB2 0x00d1 /* PERC 3/Di */

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs_data.h,v 1.854 2006/12/09 21:06:06 manu Exp $ */
/* $NetBSD: pcidevs_data.h,v 1.855 2006/12/10 23:44:08 bouyer Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.855 2006/11/26 06:06:20 tsutsui Exp
* NetBSD: pcidevs,v 1.857 2006/12/10 23:43:13 bouyer Exp
*/
/*
@ -5591,6 +5591,10 @@ static const struct pci_product pci_products[] = {
PCI_VENDOR_DELL, PCI_PRODUCT_DELL_PERC_4ESI,
"PERC 4e/Si",
},
{
PCI_VENDOR_DELL, PCI_PRODUCT_DELL_PERC_5,
"PERC 5",
},
{
PCI_VENDOR_DELL, PCI_PRODUCT_DELL_PERC_3DI_2_SUB,
"PERC 3/Di",
@ -12608,4 +12612,4 @@ static const struct pci_product pci_products[] = {
"Video Controller",
},
};
const int pci_nproducts = 2558;
const int pci_nproducts = 2559;