This commit is contained in:
xtraeme 2007-10-30 20:44:31 +00:00
parent 2f4ec3ec94
commit bd180c262f
2 changed files with 15 additions and 5 deletions

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs.h,v 1.911 2007/10/30 12:39:48 xtraeme Exp $ */
/* $NetBSD: pcidevs.h,v 1.912 2007/10/30 20:44:31 xtraeme Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.910 2007/10/30 12:39:24 xtraeme Exp
* NetBSD: pcidevs,v 1.911 2007/10/30 20:44:12 xtraeme Exp
*/
/*
@ -2054,6 +2054,8 @@
/* Intel products */
#define PCI_PRODUCT_INTEL_80312 0x030d /* 80312 I/O Companion Chip */
#define PCI_PRODUCT_INTEL_80321 0x0319 /* 80321 I/O Processor */
#define PCI_PRODUCT_INTEL_IOP332_A 0x0370 /* IOP332 PCI Express-to-PCI Bridge #0 */
#define PCI_PRODUCT_INTEL_IOP332_B 0x0372 /* IOP332 PCI Express-to-PCI Bridge #1 */
#define PCI_PRODUCT_INTEL_6700PXH_PCIE0 0x0329 /* 6700PXH PCI Express-to-PCI Bridge #0 */
#define PCI_PRODUCT_INTEL_6700PXH_PCIE1 0x032a /* 6700PXH PCI Express-to-PCI Bridge #1 */
#define PCI_PRODUCT_INTEL_SRCZCRX 0x0407 /* RAID controller */

View File

@ -1,10 +1,10 @@
/* $NetBSD: pcidevs_data.h,v 1.910 2007/10/30 12:39:48 xtraeme Exp $ */
/* $NetBSD: pcidevs_data.h,v 1.911 2007/10/30 20:44:31 xtraeme Exp $ */
/*
* THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT.
*
* generated from:
* NetBSD: pcidevs,v 1.910 2007/10/30 12:39:24 xtraeme Exp
* NetBSD: pcidevs,v 1.911 2007/10/30 20:44:12 xtraeme Exp
*/
/*
@ -7059,6 +7059,14 @@ static const struct pci_product pci_products[] = {
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_80321,
"80321 I/O Processor",
},
{
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_IOP332_A,
"IOP332 PCI Express-to-PCI Bridge #0",
},
{
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_IOP332_B,
"IOP332 PCI Express-to-PCI Bridge #1",
},
{
PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_6700PXH_PCIE0,
"6700PXH PCI Express-to-PCI Bridge #0",
@ -13664,4 +13672,4 @@ static const struct pci_product pci_products[] = {
"Video Controller",
},
};
const int pci_nproducts = 2817;
const int pci_nproducts = 2819;