diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2013-11-22 20:55:44 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2013-11-22 20:55:44 +0000 |
commit | e993e60c872c97c85c8a785a0287b61cfbad4470 (patch) | |
tree | 98a4673286e38f6523e4e0fbc4ae912c2ce9dddd /sys/dev | |
parent | 13c7f987e5c01928d01a62da21333f997c2730c5 (diff) |
regen
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pci/pcidevs.h | 3 | ||||
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 6 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sys/dev/pci/pcidevs.h b/sys/dev/pci/pcidevs.h index 24cbbedea48..ce03349daa6 100644 --- a/sys/dev/pci/pcidevs.h +++ b/sys/dev/pci/pcidevs.h @@ -2,7 +2,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcidevs,v 1.1697 2013/11/19 04:18:16 brad Exp + * OpenBSD: pcidevs,v 1.1698 2013/11/22 20:55:07 kettenis Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -707,6 +707,7 @@ #define PCI_PRODUCT_AMD_AMD64_15_1x_PCIE_5 0x1416 /* AMD64 15/1xh PCIE */ #define PCI_PRODUCT_AMD_AMD64_15_1x_PCIE_6 0x1417 /* AMD64 15/1xh PCIE */ #define PCI_PRODUCT_AMD_AMD64_15_1x_PCIE_7 0x1418 /* AMD64 15/1xh PCIE */ +#define PCI_PRODUCT_AMD_AMD64_15_1x_IOMMU 0x1419 /* AMD64 15/1xh IOMMU */ #define PCI_PRODUCT_AMD_AMD64_14_HB 0x1510 /* AMD64 14h Host */ #define PCI_PRODUCT_AMD_AMD64_14_PCIE_1 0x1512 /* AMD64 14h PCIE */ #define PCI_PRODUCT_AMD_AMD64_14_PCIE_2 0x1513 /* AMD64 14h PCIE */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index fe77316afd8..ff664131a53 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.1697 2013/11/19 04:18:16 brad Exp + * OpenBSD: pcidevs,v 1.1698 2013/11/22 20:55:07 kettenis Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -1220,6 +1220,10 @@ static const struct pci_known_product pci_known_products[] = { "AMD64 15/1xh PCIE", }, { + PCI_VENDOR_AMD, PCI_PRODUCT_AMD_AMD64_15_1x_IOMMU, + "AMD64 15/1xh IOMMU", + }, + { PCI_VENDOR_AMD, PCI_PRODUCT_AMD_AMD64_14_HB, "AMD64 14h Host", }, |