summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/powermac/smu.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the deciKelvin to Celsius conversion in kernel.loos2016-05-221-3/+3
* Cleanup unnecessary semicolons from the kernel.pfg2016-04-101-1/+1
* Fix multiple incorrect SYSCTL arguments in the kernel:hselasky2014-10-211-8/+8
* Move Open Firmware device root on PowerPC, ARM, and MIPS systems tonwhitehorn2014-02-051-1/+1
* Only check fan type once. Not only is continuously rechecking pointless, anwhitehorn2013-05-051-11/+40
* Add support for PWM controlled fans. I found these fans on my PowerMac9,1.andreast2012-03-041-72/+299
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+1
* Add the next digit of precision to temperatures, which I missed whennwhitehorn2011-05-291-1/+1
* Require an error instead of a timeout to decide the new-style fannwhitehorn2011-05-281-2/+2
* Factor out the SMU fan management code into a new module (powermac_thermal)nwhitehorn2011-05-281-135/+60
* Don't sleep while setting the clock. This can cause panics whennwhitehorn2011-03-131-2/+2
* Disabling CPU NAP modes during SMU commands is a hack needed only on U3nwhitehorn2010-11-101-2/+10
* Restructure how reset and poweroff are handled on PowerPC systems, sincenwhitehorn2010-08-311-0/+26
* Add support for the I2C busses hanging off Apple system management chips.nwhitehorn2010-06-051-12/+241
* Enable smu(4) to report fan speeds on late-model Powermac G5s.nwhitehorn2010-05-161-5/+28
* Get nexus(4) out of the RTC business. The interface used by nexus(4)nwhitehorn2010-03-231-0/+67
* Rework smu(4) to be asynchronous. It turns out that the combination ofnwhitehorn2010-03-041-73/+181
* Add the ability to set SMU-based machines to restart automatically afternwhitehorn2010-02-241-0/+58
* Provide a new useless feature: an led(4) interface for the system's sleepnwhitehorn2010-02-221-0/+24
* Add a simple fan management callout to the SMU driver. This is designednwhitehorn2010-02-211-4/+112
* Fix several mistakes in this file, in order to allow individual fan speedsnwhitehorn2010-02-211-19/+48
* Allow the SMU driver to read a variety of hardware sensors (possiblenwhitehorn2010-02-191-9/+439
* Add cpufreq support on the PowerPC G5, along with a skeleton SMU drivernwhitehorn2009-06-231-0/+288
OpenPOWER on IntegriCloud