diff options
| author | xtraeme <xtraeme@NetBSD.org> | 2007-10-30 20:44:31 +0000 |
|---|---|---|
| committer | xtraeme <xtraeme@NetBSD.org> | 2007-10-30 20:44:31 +0000 |
| commit | bd180c262f991afa89e0f1502ce0c59346fc0afb (patch) | |
| tree | b20c3f62bf3c99e5cb1c5b5557a42459a6c27cc1 /sys/dev | |
| parent | 2f4ec3ec94db4fe87014528849a9a72bef1db59f (diff) | |
regen
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/pcidevs.h | 6 | ||||
| -rw-r--r-- | sys/dev/pci/pcidevs_data.h | 14 |
2 files changed, 15 insertions, 5 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 253a6f0aba5..d108b15ee38 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.h @@ -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 */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 76b2978d1c3..a56ae4b2061 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.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 */ /* @@ -7060,6 +7060,14 @@ 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_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; |
