diff options
author | Stuart Henderson <sthen@cvs.openbsd.org> | 2012-05-08 15:07:58 +0000 |
---|---|---|
committer | Stuart Henderson <sthen@cvs.openbsd.org> | 2012-05-08 15:07:58 +0000 |
commit | b7daee9074e5d8981a3bbb4a5e40cb40cb3d75bf (patch) | |
tree | 3425b9dc560f85329cca9b5826efd5c38c002f09 /sys/dev/pci/pcidevs_data.h | |
parent | e6f5a98c0d93246b7f9ebf44408251587b11b96b (diff) |
sync
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 38 |
1 files changed, 37 insertions, 1 deletions
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 5fec7ad4998..4372f6742a1 100644 --- a/sys/dev/pci/pcidevs_data.h +++ b/sys/dev/pci/pcidevs_data.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcidevs,v 1.1641 2012/05/05 14:13:08 kettenis Exp + * OpenBSD: pcidevs,v 1.1642 2012/05/08 15:04:46 sthen Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -10896,6 +10896,38 @@ static const struct pci_known_product pci_known_products[] = { "E5 PCIE", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_E5_DMA_1, + "E5 DMA", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_E5_DMA_2, + "E5 DMA", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_E5_DMA_3, + "E5 DMA", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_E5_DMA_4, + "E5 DMA", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_E5_DMA_5, + "E5 DMA", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_E5_DMA_6, + "E5 DMA", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_E5_DMA_7, + "E5 DMA", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_E5_DMA_8, + "E5 DMA", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_E5_ADDRMAP, "E5 Address Map", }, @@ -10904,6 +10936,10 @@ static const struct pci_known_product pci_known_products[] = { "E5 Error Reporting", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_E5_IOAPIC, + "E5 I/O APIC", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_5400_HB, "5400 Host", }, |