diff options
author | Daniel Dickman <daniel@cvs.openbsd.org> | 2018-11-25 17:36:41 +0000 |
---|---|---|
committer | Daniel Dickman <daniel@cvs.openbsd.org> | 2018-11-25 17:36:41 +0000 |
commit | 026c57eb9e1b2dbf8534a0580276e22528642403 (patch) | |
tree | 7fae8a09a46b0aaf0d3757666eb7d4fa012363ad /sys/dev | |
parent | 9c333a17fadabcc288bbc974c7cad55ea0f9d0b7 (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 5b74c968664..4c0d56b568a 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.1868 2018/11/16 18:20:33 jcs Exp + * OpenBSD: pcidevs,v 1.1869 2018/11/25 17:35:44 daniel Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -3097,6 +3097,7 @@ #define PCI_PRODUCT_INTEL_80960RN 0x0964 /* i960 RN */ #define PCI_PRODUCT_INTEL_NVME 0x0953 /* NVMe */ #define PCI_PRODUCT_INTEL_CORE4G_D_ULT_GT1 0x0a02 /* HD Graphics */ +#define PCI_PRODUCT_INTEL_CORE4G_THERM 0x0a03 /* Core 4G Thermal */ #define PCI_PRODUCT_INTEL_CORE4G_HB_1 0x0a04 /* Core 4G Host */ #define PCI_PRODUCT_INTEL_CORE4G_M_ULT_GT1 0x0a06 /* HD Graphics */ #define PCI_PRODUCT_INTEL_CORE4G_S_ULT_GT1 0x0a0a /* HD Graphics */ diff --git a/sys/dev/pci/pcidevs_data.h b/sys/dev/pci/pcidevs_data.h index 1de3bbf3783..1f21e8ac5ae 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.1868 2018/11/16 18:20:33 jcs Exp + * OpenBSD: pcidevs,v 1.1869 2018/11/25 17:35:44 daniel Exp */ /* $NetBSD: pcidevs,v 1.30 1997/06/24 06:20:24 thorpej Exp $ */ @@ -9872,6 +9872,10 @@ static const struct pci_known_product pci_known_products[] = { "HD Graphics", }, { + PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_CORE4G_THERM, + "Core 4G Thermal", + }, + { PCI_VENDOR_INTEL, PCI_PRODUCT_INTEL_CORE4G_HB_1, "Core 4G Host", }, |