regen
This commit is contained in:
parent
e8e599a0e3
commit
5afd2ed88c
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: pcidevs.h,v 1.909 2007/10/24 23:08:24 xtraeme Exp $ */
|
||||
/* $NetBSD: pcidevs.h,v 1.910 2007/10/30 12:13:48 jnemeth Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: pcidevs,v 1.908 2007/10/24 23:08:06 xtraeme Exp
|
||||
* NetBSD: pcidevs,v 1.909 2007/10/30 12:13:06 jnemeth Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -2423,6 +2423,10 @@
|
||||
#define PCI_PRODUCT_INTEL_82965Q_EXP 0x2991 /* 82965Q PCI Express Bridge */
|
||||
#define PCI_PRODUCT_INTEL_82965Q_IGD 0x2992 /* 82965Q Integrated Graphics Device */
|
||||
#define PCI_PRODUCT_INTEL_82965Q_IGD_1 0x2993 /* 82965Q Integrated Graphics Device */
|
||||
#define PCI_PRODUCT_INTEL_82965G_HB 0x29a0 /* 82965G Host Bridge */
|
||||
#define PCI_PRODUCT_INTEL_82965G_EXP 0x29a1 /* 82965G PCI Express Bridge */
|
||||
#define PCI_PRODUCT_INTEL_82965G_IGD 0x29a2 /* 82965G Integrated Graphics Device */
|
||||
#define PCI_PRODUCT_INTEL_82965G_IGD_1 0x29a3 /* 82965G Integrated Graphics Device */
|
||||
#define PCI_PRODUCT_INTEL_82801I_LAN 0x29c4 /* 82801I LAN Controller */
|
||||
#define PCI_PRODUCT_INTEL_31244 0x3200 /* 31244 Serial ATA Controller */
|
||||
#define PCI_PRODUCT_INTEL_82855PM_DDR 0x3340 /* 82855PM MCH Host Controller */
|
||||
|
@ -1,10 +1,10 @@
|
||||
/* $NetBSD: pcidevs_data.h,v 1.908 2007/10/24 23:08:24 xtraeme Exp $ */
|
||||
/* $NetBSD: pcidevs_data.h,v 1.909 2007/10/30 12:13:48 jnemeth Exp $ */
|
||||
|
||||
/*
|
||||
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
|
||||
*
|
||||
* generated from:
|
||||
* NetBSD: pcidevs,v 1.908 2007/10/24 23:08:06 xtraeme Exp
|
||||
* NetBSD: pcidevs,v 1.909 2007/10/30 12:13:06 jnemeth Exp
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -8543,6 +8543,22 @@ static const struct pci_product pci_products[] = {
|
||||
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82965Q_IGD_1,
|
||||
"82965Q Integrated Graphics Device",
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82965G_HB,
|
||||
"82965G Host Bridge",
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82965G_EXP,
|
||||
"82965G PCI Express Bridge",
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82965G_IGD,
|
||||
"82965G Integrated Graphics Device",
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82965G_IGD_1,
|
||||
"82965G Integrated Graphics Device",
|
||||
},
|
||||
{
|
||||
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801I_LAN,
|
||||
"82801I LAN Controller",
|
||||
@ -13572,4 +13588,4 @@ static const struct pci_product pci_products[] = {
|
||||
"Video Controller",
|
||||
},
|
||||
};
|
||||
const int pci_nproducts = 2795;
|
||||
const int pci_nproducts = 2799;
|
||||
|
Loading…
Reference in New Issue
Block a user