index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
powerpc
/
powermac
/
smu.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Only check fan type once. Not only is continuously rechecking pointless, a
nwhitehorn
2013-05-05
1
-11
/
+40
*
Add support for PWM controlled fans. I found these fans on my PowerMac9,1.
andreast
2012-03-04
1
-72
/
+299
*
Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.
ed
2011-11-07
1
-1
/
+1
*
Add the next digit of precision to temperatures, which I missed when
nwhitehorn
2011-05-29
1
-1
/
+1
*
Require an error instead of a timeout to decide the new-style fan
nwhitehorn
2011-05-28
1
-2
/
+2
*
Factor out the SMU fan management code into a new module (powermac_thermal)
nwhitehorn
2011-05-28
1
-135
/
+60
*
Don't sleep while setting the clock. This can cause panics when
nwhitehorn
2011-03-13
1
-2
/
+2
*
Disabling CPU NAP modes during SMU commands is a hack needed only on U3
nwhitehorn
2010-11-10
1
-2
/
+10
*
Restructure how reset and poweroff are handled on PowerPC systems, since
nwhitehorn
2010-08-31
1
-0
/
+26
*
Add support for the I2C busses hanging off Apple system management chips.
nwhitehorn
2010-06-05
1
-12
/
+241
*
Enable smu(4) to report fan speeds on late-model Powermac G5s.
nwhitehorn
2010-05-16
1
-5
/
+28
*
Get nexus(4) out of the RTC business. The interface used by nexus(4)
nwhitehorn
2010-03-23
1
-0
/
+67
*
Rework smu(4) to be asynchronous. It turns out that the combination of
nwhitehorn
2010-03-04
1
-73
/
+181
*
Add the ability to set SMU-based machines to restart automatically after
nwhitehorn
2010-02-24
1
-0
/
+58
*
Provide a new useless feature: an led(4) interface for the system's sleep
nwhitehorn
2010-02-22
1
-0
/
+24
*
Add a simple fan management callout to the SMU driver. This is designed
nwhitehorn
2010-02-21
1
-4
/
+112
*
Fix several mistakes in this file, in order to allow individual fan speeds
nwhitehorn
2010-02-21
1
-19
/
+48
*
Allow the SMU driver to read a variety of hardware sensors (possible
nwhitehorn
2010-02-19
1
-9
/
+439
*
Add cpufreq support on the PowerPC G5, along with a skeleton SMU driver
nwhitehorn
2009-06-23
1
-0
/
+288