Add Cannon Point PCH Thermal Controller Device ID.

PR:	249047
Reported by: Dries Michiels <driesm.michiels at gmail.com>
This commit is contained in:
Takanori Watanabe 2020-09-01 15:33:57 +00:00
parent 55c9a224e2
commit e26b9046a0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=365050

View File

@ -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)