aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/powermac/powermac_thermal.c
Commit message (Expand)AuthorAgeFilesLines
* Make the PowerMac fan control nonlinearJustin Hibbits2015-02-201-5/+23
* Be a little more suspicious of thermal sensors, which can have singleNathan Whitehorn2013-10-251-7/+24
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* - Introduce a define for ZERO_C_TO_K.Andreas Tobler2011-06-031-3/+4
* Use kproc_exit() instead of returning from the management function onNathan Whitehorn2011-05-291-1/+1
* Add some error handling here: if a sensor returns an error code (a negativeNathan Whitehorn2011-05-291-1/+5
* Don't put negative values into the averages.Nathan Whitehorn2011-05-291-0/+2
* Factor out the SMU fan management code into a new module (powermac_thermal)Nathan Whitehorn2011-05-281-0/+176