regen
This commit is contained in:
parent
e8381a0776
commit
5803d0dc86
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: pcidevs.h,v 1.871 2007/03/09 22:11:06 xtraeme Exp $ */
|
||||
/* $NetBSD: pcidevs.h,v 1.872 2007/03/10 21:08:47 christos Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: pcidevs,v 1.871 2007/03/09 22:10:40 xtraeme Exp
|
||||
* NetBSD: pcidevs,v 1.872 2007/03/10 21:08:16 christos Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -826,6 +826,7 @@
|
|||
#define PCI_PRODUCT_ADP2_PERC_2QC 0x1364 /* Dell PERC 2/QC */
|
||||
/* XXX guess */
|
||||
#define PCI_PRODUCT_ADP2_PERC_3QC 0x1365 /* Dell PERC 3/QC */
|
||||
#define PCI_PRODUCT_ADP2_HP_M110_G2 0x3227 /* HP M110 G2 / ASR-2610SA */
|
||||
|
||||
/* Addtron Products */
|
||||
#define PCI_PRODUCT_ADDTRON_8139 0x1360 /* 8139 Ethernet */
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
/* $NetBSD: pcidevs_data.h,v 1.870 2007/03/09 22:11:07 xtraeme Exp $ */
|
||||
/* $NetBSD: pcidevs_data.h,v 1.871 2007/03/10 21:08:49 christos Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: pcidevs,v 1.871 2007/03/09 22:10:40 xtraeme Exp
|
||||
* NetBSD: pcidevs,v 1.872 2007/03/10 21:08:16 christos Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
|
@ -3007,6 +3007,10 @@ static const struct pci_product pci_products[] = {
|
|||
PCI_VENDOR_ADP2, PCI_PRODUCT_ADP2_PERC_3QC,
|
||||
"Dell PERC 3/QC",
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_ADP2, PCI_PRODUCT_ADP2_HP_M110_G2,
|
||||
"HP M110 G2 / ASR-2610SA",
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_ADDTRON, PCI_PRODUCT_ADDTRON_8139,
|
||||
"8139 Ethernet",
|
||||
|
@ -12828,4 +12832,4 @@ static const struct pci_product pci_products[] = {
|
|||
"Video Controller",
|
||||
},
|
||||
};
|
||||
const int pci_nproducts = 2613;
|
||||
const int pci_nproducts = 2614;
|
||||
|
|
Loading…
Reference in New Issue