summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/pchtemp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* match on more pch thermal idsjsg2020-10-071-1/+5
|
* additional device; from Bruno Flueckigerderaadt2020-06-061-1/+2
|
* Add PCI_PRODUCT_INTEL_100SERIES_LP_THERM, suggested by kettenis@reyk2016-05-241-1/+2
|
* Add support for the 9 series PCH.kettenis2016-02-061-2/+4
| | | | From Dmitri Alenichev.
* Add support for 100 series to pchtemp(4).daniel2016-01-031-3/+4
| | | | ok kettenis@
* Add pchtemp(4) a driver for the thermal sensor on recent Intel PCHs.kettenis2015-12-311-0/+121