mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 23:52:49 +00:00
pchtherm(4): Add PCI ID for Wellsburg Thermal Subsystem
MFC after: 2 weeks
This commit is contained in:
parent
cb494408d8
commit
45835894bd
@ -102,6 +102,8 @@ static const struct pci_device_table pchtherm_devices[] =
|
||||
PCI_DESCR("CometLake-H Thermal Subsystem")},
|
||||
{ PCI_DEV(0x8086, 0xa1b1),
|
||||
PCI_DESCR("Lewisburg Thermal Subsystem")},
|
||||
{ PCI_DEV(0x8086, 0x8d24),
|
||||
PCI_DESCR("Wellsburg Thermal Subsystem")},
|
||||
};
|
||||
|
||||
static int pchtherm_probe(device_t dev)
|
||||
|
Loading…
Reference in New Issue
Block a user