diff options
author | 2017-06-02 16:04:36 +0000 | |
---|---|---|
committer | 2017-06-02 16:04:36 +0000 | |
commit | 04c31ef2af67c67b470bb7092bebcf93307517a7 (patch) | |
tree | 7c0bb167f1740f90471b43647b2e77a6c8dee67e | |
parent | Intel HD Graphics 510. (diff) | |
download | wireguard-openbsd-04c31ef2af67c67b470bb7092bebcf93307517a7.tar.xz wireguard-openbsd-04c31ef2af67c67b470bb7092bebcf93307517a7.zip |
regen
-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 0b6c1bbd9ff..fc0fb551866 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.1819 2017/05/31 03:37:54 jsg Exp + * OpenBSD: pcidevs,v 1.1820 2017/06/02 16:04:11 kettenis Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -3449,6 +3449,7 @@ #define PCI_PRODUCT_INTEL_CORE6G_THERM 0x1903 /* Core 6G Thermal */ #define PCI_PRODUCT_INTEL_CORE6G_U_HB 0x1904 /* Core 6G Host */ #define PCI_PRODUCT_INTEL_CORE6G_H_PCIE_X8 0x1905 /* Core 6G PCIE */ +#define PCI_PRODUCT_INTEL_CORE6G_U_GT1 0x1906 /* HD Graphics 510 */ #define PCI_PRODUCT_INTEL_CORE6G_H_PCIE_X4 0x1909 /* Core 6G PCIE */ #define PCI_PRODUCT_INTEL_CORE6G_Y_HB 0x190c /* Core 6G Host */ #define PCI_PRODUCT_INTEL_CORE6G_S_HB_DUAL 0x190f /* Core 6G Host */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index d4e4b3c955c..06d6f83a091 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.1819 2017/05/31 03:37:54 jsg Exp + * OpenBSD: pcidevs,v 1.1820 2017/06/02 16:04:11 kettenis Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -11292,6 +11292,10 @@ static const struct pci_known_product pci_known_products[] = { "Core 6G PCIE", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_CORE6G_U_GT1, + "HD Graphics 510", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_CORE6G_H_PCIE_X4, "Core 6G PCIE", }, |