This commit is contained in:
kochi 2006-02-16 08:39:27 +00:00
parent 2bf87ae55f
commit e94d605ca4
2 changed files with 15 additions and 5 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs.h,v 1.766 2006/02/12 16:36:58 tron Exp $ */
/* $NetBSD: pcidevs.h,v 1.767 2006/02/16 08:39:27 kochi Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.765 2006/02/12 16:35:20 tron Exp
* NetBSD: pcidevs,v 1.766 2006/02/16 08:36:03 kochi Exp
*/
/*
@ -1937,6 +1937,8 @@
#define PCI_PRODUCT_INTEL_82915G_IGDC 0x2782 /* 82915G/GL IGD Companion */
#define PCI_PRODUCT_INTEL_82915GM_IGDC 0x2792 /* 82915GM/GMS IGD Companion */
#define PCI_PRODUCT_INTEL_82801G_LPC 0x27b8 /* 82801GB/GR LPC Interface Bridge */
#define PCI_PRODUCT_INTEL_82801GBM_LPC 0x27b9 /* 82801GBM LPC Interface Bridge */
#define PCI_PRODUCT_INTEL_82801GHM_LPC 0x27bd /* 82801GHM LPC Interface Bridge */
#define PCI_PRODUCT_INTEL_82801G_SATA 0x27c0 /* 82801GB/GR SATA Controller */
#define PCI_PRODUCT_INTEL_82801G_SATA_AHCI 0x27c1 /* 82801GB/GR AHCI SATA Controller */
#define PCI_PRODUCT_INTEL_82801G_SATA_RAID 0x27c3 /* 82801GB/GR RAID SATA Controller */

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs_data.h,v 1.765 2006/02/12 16:36:58 tron Exp $ */
/* $NetBSD: pcidevs_data.h,v 1.766 2006/02/16 08:39:27 kochi Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.765 2006/02/12 16:35:20 tron Exp
* NetBSD: pcidevs,v 1.766 2006/02/16 08:36:03 kochi Exp
*/
/*
@ -6643,6 +6643,14 @@ static const struct pci_product pci_products[] = {
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801G_LPC,
"82801GB/GR LPC Interface Bridge",
},
{
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801GBM_LPC,
"82801GBM LPC Interface Bridge",
},
{
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801GHM_LPC,
"82801GHM LPC Interface Bridge",
},
{
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_82801G_SATA,
"82801GB/GR SATA Controller",
@ -10772,4 +10780,4 @@ static const struct pci_product pci_products[] = {
"Video Controller",
},
};
const int pci_nproducts = 2109;
const int pci_nproducts = 2111;