git: 45835894bd98 - main - pchtherm(4): Add PCI ID for Wellsburg Thermal Subsystem

From: Vladimir Kondratyev <wulf_at_FreeBSD.org>
Date: Tue, 19 Dec 2023 20:32:35 UTC
The branch main has been updated by wulf:

URL: https://cgit.FreeBSD.org/src/commit/?id=45835894bd980c7cd77213a238b6dc7264c76de0

commit 45835894bd980c7cd77213a238b6dc7264c76de0
Author:     Dmitry Luhtionov <dmitryluhtionov@gmail.com>
AuthorDate: 2023-12-19 20:32:01 +0000
Commit:     Vladimir Kondratyev <wulf@FreeBSD.org>
CommitDate: 2023-12-19 20:32:01 +0000

    pchtherm(4): Add PCI ID for Wellsburg Thermal Subsystem
    
    MFC after:      2 weeks
---
 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 f4eecefffcdf..d6df17c95dda 100644
--- a/sys/dev/intel/pchtherm.c
+++ b/sys/dev/intel/pchtherm.c
@@ -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)