diff options
author | 2018-11-25 17:36:40 +0000 | |
---|---|---|
committer | 2018-11-25 17:36:40 +0000 | |
commit | 871fc3af4613b0fd0f671087947f75924660e7bb (patch) | |
tree | e54049edeaff24baf2d12fe1843d3687e8cfdad9 | |
parent | Add core4g thermal id; ok mlarkin. (diff) | |
download | wireguard-openbsd-871fc3af4613b0fd0f671087947f75924660e7bb.tar.xz wireguard-openbsd-871fc3af4613b0fd0f671087947f75924660e7bb.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 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", }, |