From e26b9046a0309d16e72f5312feef209e3da99d02 Mon Sep 17 00:00:00 2001 From: Takanori Watanabe Date: Tue, 1 Sep 2020 15:33:57 +0000 Subject: [PATCH] Add Cannon Point PCH Thermal Controller Device ID. PR: 249047 Reported by: Dries Michiels --- sys/dev/intel/pchtherm.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/dev/intel/pchtherm.c b/sys/dev/intel/pchtherm.c index 1ed34e70a03..13f0abc54b6 100644 --- a/sys/dev/intel/pchtherm.c +++ b/sys/dev/intel/pchtherm.c @@ -95,6 +95,8 @@ static const struct pci_device_table pchtherm_devices[] = PCI_DESCR("Skylake PCH Thermal Subsystem")}, { PCI_DEV(0x8086, 0xa131), PCI_DESCR("Skylake PCH 100 Thermal Subsystem")}, + { PCI_DEV(0x8086, 0x9df9), + PCI_DESCR("Cannon Lake PCH Thermal Controller")}, }; static int pchtherm_probe(device_t dev)