This commit is contained in:
ichiro 2008-02-10 10:59:44 +00:00
parent bc141ac1b8
commit 8bc3916209
2 changed files with 20 additions and 5 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs.h,v 1.928 2008/02/05 18:22:31 ichiro Exp $ */
/* $NetBSD: pcidevs.h,v 1.929 2008/02/10 10:59:44 ichiro Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.927 2008/02/05 18:22:09 ichiro Exp
* NetBSD: pcidevs,v 1.928 2008/02/10 10:59:18 ichiro Exp
*/
/*
@ -2487,6 +2487,9 @@
#define PCI_PRODUCT_INTEL_82965PM_HB 0x2a00 /* 82965PM Host Bridge */
#define PCI_PRODUCT_INTEL_82965PM_IGD 0x2a02 /* 82965PM Integrated Graphics Device */
#define PCI_PRODUCT_INTEL_82965PM_IGD_1 0x2a03 /* 82965PM Integrated Graphics Device */
#define PCI_PRODUCT_INTEL_82965PM_MEI 0x2a04 /* 82965PM MEI Controller */
#define PCI_PRODUCT_INTEL_82965PM_IDE 0x2a06 /* 82965PM IDE Interface */
#define PCI_PRODUCT_INTEL_82965PM_KT 0x2a07 /* 82965PM Serial Interface */
#define PCI_PRODUCT_INTEL_31244 0x3200 /* 31244 Serial ATA Controller */
#define PCI_PRODUCT_INTEL_82855PM_DDR 0x3340 /* 82855PM MCH Host Controller */
#define PCI_PRODUCT_INTEL_82855PM_AGP 0x3341 /* 82855PM Host-AGP Bridge */

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs_data.h,v 1.927 2008/02/05 18:22:32 ichiro Exp $ */
/* $NetBSD: pcidevs_data.h,v 1.928 2008/02/10 10:59:44 ichiro Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.927 2008/02/05 18:22:09 ichiro Exp
* NetBSD: pcidevs,v 1.928 2008/02/10 10:59:18 ichiro Exp
*/
/*
@ -8791,6 +8791,18 @@ static const struct pci_product pci_products[] = {
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82965PM_IGD_1,
"82965PM Integrated Graphics Device",
},
{
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82965PM_MEI,
"82965PM MEI Controller",
},
{
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82965PM_IDE,
"82965PM IDE Interface",
},
{
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82965PM_KT,
"82965PM Serial Interface",
},
{
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_31244,
"31244 Serial ATA Controller",
@ -14008,4 +14020,4 @@ static const struct pci_product pci_products[] = {
"Video Controller",
},
};
const int pci_nproducts = 2903;
const int pci_nproducts = 2906;