summaryrefslogtreecommitdiff
path: root/sys/arch/macppc/dev/smu.c
AgeCommit message (Expand)Author
2007-05-20lockmgr -> rwlock for piic(4), kiic(4) and smu(4);Thordur I. Bjornsson
2007-04-22better interrupt names for vmstat -iz; ok miod gwkTheo de Raadt
2007-03-22split userland & kernel struct sensor/sensordev so that the additionTheo de Raadt
2007-03-14Make SMU sensors and fan control work on PowerMac8,1.Mark Kettenis
2007-03-01On the first generation iMac G5 (PowerMac8,1) the fans node is calledMark Kettenis
2007-03-01Don't attach sensors and iic(4) if we didn't find any fans.Mark Kettenis
2006-12-23adapt to new two-level sensor api; Constantine A. MureninTheo de Raadt
2006-03-20Don't forget to unlock of reading the RTC fails.Mark Kettenis
2006-01-19Replace SENSOR_ADD() macro with a pair of functionsAlexander Yurchenko
2006-01-01switch from macppc-specific maciic(4) driver to the generic iic(4),Theo de Raadt
2005-12-09Add support for cpu voltage slewing.Mark Kettenis
2005-11-19Remove unnecessary lockmgr() archaism that was costing too much in termsPedro Martelletto
2005-11-15turn if else if else if into a switch statement.David Gwynne
2005-11-13Use name of device driver as wmesg for lock.Mark Kettenis
2005-11-11Add i2c controller support.Mark Kettenis
2005-11-11Switch to sensors thread.Mark Kettenis
2005-10-23Preliminary sensors support for iMac G5.Mark Kettenis
2005-10-21Clean up RTC code.Mark Kettenis
2005-10-19Add smu(4).Mark Kettenis