Regen for DELL PERC 4e/Si
This commit is contained in:
parent
ef476ebd05
commit
b0dbe06f9f
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: pcidevs.h,v 1.658 2004/10/13 18:44:09 augustss Exp $ */
|
||||
/* $NetBSD: pcidevs.h,v 1.659 2004/10/20 10:50:12 martti Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: pcidevs,v 1.656 2004/10/13 18:42:17 augustss Exp
|
||||
* NetBSD: pcidevs,v 1.657 2004/10/20 10:48:47 martti Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -1339,6 +1339,7 @@
|
||||
#define PCI_PRODUCT_DELL_PERC_3DI_3 0x000a /* PERC 3/Di */
|
||||
#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_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 */
|
||||
|
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: pcidevs_data.h,v 1.656 2004/10/13 18:44:09 augustss Exp $ */
|
||||
/* $NetBSD: pcidevs_data.h,v 1.657 2004/10/20 10:50:12 martti Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: pcidevs,v 1.656 2004/10/13 18:42:17 augustss Exp
|
||||
* NetBSD: pcidevs,v 1.657 2004/10/20 10:48:47 martti Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -4587,6 +4587,10 @@ const struct pci_product pci_products[] = {
|
||||
PCI_VENDOR_DELL, PCI_PRODUCT_DELL_PERC_4DI_2,
|
||||
"PERC 4/Di",
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_DELL, PCI_PRODUCT_DELL_PERC_4ESI,
|
||||
"PERC 4e/Si",
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_DELL, PCI_PRODUCT_DELL_PERC_3DI_2_SUB,
|
||||
"PERC 3/Di",
|
||||
@ -9728,4 +9732,4 @@ const struct pci_product pci_products[] = {
|
||||
"Video Controller",
|
||||
},
|
||||
};
|
||||
const int pci_nproducts = 1856;
|
||||
const int pci_nproducts = 1857;
|
||||
|
Loading…
Reference in New Issue
Block a user