diff options
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/man/man7d/pchtemp.7d | 4 | ||||
-rw-r--r-- | usr/src/pkg/manifests/driver-cpu-sensor.mf | 1 | ||||
-rw-r--r-- | usr/src/uts/intel/io/pchtemp/pchtemp.c | 1 |
3 files changed, 5 insertions, 1 deletions
diff --git a/usr/src/man/man7d/pchtemp.7d b/usr/src/man/man7d/pchtemp.7d index 00635cb6cd..c9ccaa38b7 100644 --- a/usr/src/man/man7d/pchtemp.7d +++ b/usr/src/man/man7d/pchtemp.7d @@ -11,7 +11,7 @@ .\" .\" Copyright 2019 Joyent, Inc. .\" -.Dd January 10, 2020 +.Dd September 30, 2020 .Dt PCHTEMP 7D .Os .Sh NAME @@ -44,6 +44,8 @@ Intel 7th/8th Generation Processor Family U/Y Platforms .It Intel 300 Series and Intel C240 Series Chipset Family Platform Controller Hub +.It +Intel 400 Series Chipset Family On-Package Platform Controller Hub .El .Pp Temperature information is available to the system via the fault diff --git a/usr/src/pkg/manifests/driver-cpu-sensor.mf b/usr/src/pkg/manifests/driver-cpu-sensor.mf index 7f8dc9372a..cf413d078c 100644 --- a/usr/src/pkg/manifests/driver-cpu-sensor.mf +++ b/usr/src/pkg/manifests/driver-cpu-sensor.mf @@ -44,6 +44,7 @@ driver name=amdnbtemp \ alias=pci1022,1703,p driver name=coretemp driver name=pchtemp \ + alias=pci8086,2f9,p \ alias=pci8086,8c24,p \ alias=pci8086,8ca4,p \ alias=pci8086,8d24,p \ diff --git a/usr/src/uts/intel/io/pchtemp/pchtemp.c b/usr/src/uts/intel/io/pchtemp/pchtemp.c index 2cfd7ae806..0c38d6748f 100644 --- a/usr/src/uts/intel/io/pchtemp/pchtemp.c +++ b/usr/src/uts/intel/io/pchtemp/pchtemp.c @@ -42,6 +42,7 @@ * - Intel Sunrise Point-LP (Kaby Lake-U) PCH * - Intel Cannon Lake (Whiskey Lake-U) PCH * - Intel 300 Series and C240 Chipset + * - Intel 400 Series (On-Package) PCH * * The following chipsets use a different format and are not currently * supported: |