diff options
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/pcidevs.h | 8 | ||||
| -rw-r--r-- | sys/dev/pci/pcidevs_data.h | 12 |
2 files changed, 10 insertions, 10 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index d108b15ee38..6ac39dc23cd 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.h @@ -1,10 +1,10 @@ -/* $NetBSD: pcidevs.h,v 1.912 2007/10/30 20:44:31 xtraeme Exp $ */ +/* $NetBSD: pcidevs.h,v 1.913 2007/10/30 20:58:57 xtraeme Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: pcidevs,v 1.911 2007/10/30 20:44:12 xtraeme Exp + * NetBSD: pcidevs,v 1.912 2007/10/30 20:58:38 xtraeme Exp */ /* @@ -2054,8 +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_IOP333_A 0x0370 /* IOP333 PCI Express-to-PCI Bridge #0 */ +#define PCI_PRODUCT_INTEL_IOP333_B 0x0372 /* IOP333 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 */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index a56ae4b2061..0a09b3e1fb7 100644 --- a/sys/dev/pci/pcidevs_data.h +++ b/sys/dev/pci/pcidevs_data.h @@ -1,10 +1,10 @@ -/* $NetBSD: pcidevs_data.h,v 1.911 2007/10/30 20:44:31 xtraeme Exp $ */ +/* $NetBSD: pcidevs_data.h,v 1.912 2007/10/30 20:58:57 xtraeme Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * NetBSD: pcidevs,v 1.911 2007/10/30 20:44:12 xtraeme Exp + * NetBSD: pcidevs,v 1.912 2007/10/30 20:58:38 xtraeme Exp */ /* @@ -7060,12 +7060,12 @@ static const struct pci_product pci_products[] = { "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_IOP333_A, + "IOP333 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_IOP333_B, + "IOP333 PCI Express-to-PCI Bridge #1", }, { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_6700PXH_PCIE0, |
