summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/itherm.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup whitespace and add 5 series comments.doug2014-11-061-55/+59
| | | | ok mlarkin@
* add missing breakderaadt2012-10-101-0/+1
|
* spacing; ok deraadt@todd2010-07-271-1/+1
|
* Fix a broken mask for core temperature 1 and 2, and bias properly for degC.mlarkin2010-07-131-2/+6
| | | | Tested on Thinkpad T510.
* Intel 3400 Thermal Sensor driver, found on some new Intel machines.mlarkin2010-07-031-0/+387
This is also the same as the Intel Series 5 Thermal Sensor. ok deraadt@, kettenis@