mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04: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
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue