diff options
Diffstat (limited to 'sys/dev/pci/pcidevs_data.h')
-rw-r--r-- | sys/dev/pci/pcidevs_data.h | 74 |
1 files changed, 41 insertions, 33 deletions
diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 8c3bb934f02..e557b784cf9 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.1894 2019/08/13 03:17:11 jsg Exp + * OpenBSD: pcidevs,v 1.1895 2019/08/23 01:18:08 jsg Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -16820,6 +16820,38 @@ static const struct pci_known_product pci_known_products[] = { "Core 8G Host", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_CORE8G_WHLU_HB_4C, + "Core 8G Host", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_CORE8G_WHLU_HB_2C, + "Core 8G Host", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_CORE8G_S_PCIE_X16, + "Core 8G PCIE", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_CORE8G_S_PCIE_X8, + "Core 8G PCIE", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_CORE8G_S_PCIE_X4, + "Core 8G PCIE", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_CORE8G_S_GMM, + "Core 8G GMM", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_CORE8G_S_GT2_1, + "UHD Graphics 630", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_CORE8G_H_GT2, + "UHD Graphics 630", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_CORE8G_U_GT2_1, "UHD Graphics 620", }, @@ -16856,38 +16888,6 @@ static const struct pci_known_product pci_known_products[] = { "Core 8G Host", }, { - PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_CORE8G_S_HB_4C, - "Core 8G Host", - }, - { - PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_CORE8G_S_PCIE_X16, - "Core 8G PCIE", - }, - { - PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_CORE8G_S_PCIE_X8, - "Core 8G PCIE", - }, - { - PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_CORE8G_S_PCIE_X4, - "Core 8G PCIE", - }, - { - PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_CORE8G_S_GMM, - "Core 8G GMM", - }, - { - PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_CORE8G_S_GT2_1, - "UHD Graphics 630", - }, - { - PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_CORE8G_H_GT2, - "UHD Graphics 630", - }, - { - PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_CORE8G_S_HB_6C, - "Core 8G Host", - }, - { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_5400_HB, "5400 Host", }, @@ -18868,6 +18868,14 @@ static const struct pci_known_product pci_known_products[] = { "100 Series SPI", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_100SERIES_LP_EMMC, + "100 Series eMMC", + }, + { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_100SERIES_LP_SDXC, + "100 Series SDXC", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_100SERIES_LP_XHCI, "100 Series xHCI", }, |