mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-28 08:02:54 +00:00
Add Cannon Point PCH Thermal Controller Device ID.
PR: 249047 Reported by: Dries Michiels <driesm.michiels at gmail.com>
This commit is contained in:
parent
55c9a224e2
commit
e26b9046a0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=365050
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user