Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-20 | Don't forget to unlock of reading the RTC fails. | Mark Kettenis | |
Should fix panic on iMac G5 (iSight). | |||
2006-01-19 | Replace SENSOR_ADD() macro with a pair of functions | Alexander Yurchenko | |
sensor_add()/sensor_del() so that sensors can be attached and detached dynamicaly. ok kettenis@ deraadt@ dlg@ | |||
2006-01-01 | switch from macppc-specific maciic(4) driver to the generic iic(4), | Theo de Raadt | |
after teaching it to use a function pointer to get back to the OFW scan.. this will also help the sparc64 later; ok kettenis | |||
2005-12-09 | Add support for cpu voltage slewing. | Mark Kettenis | |
2005-11-19 | Remove unnecessary lockmgr() archaism that was costing too much in terms | Pedro Martelletto | |
of panics and bugfixes. Access curproc directly, do not expect a process pointer as an argument. Should fix many "process context required" bugs. Incentive and okay millert@, okay marc@. Various testing, thanks. | |||
2005-11-15 | turn if else if else if into a switch statement. | David Gwynne | |
tested and ok kettenis@ | |||
2005-11-13 | Use name of device driver as wmesg for lock. | Mark Kettenis | |
2005-11-11 | Add i2c controller support. | Mark Kettenis | |
2005-11-11 | Switch to sensors thread. | Mark Kettenis | |
2005-10-23 | Preliminary sensors support for iMac G5. | Mark Kettenis | |
2005-10-21 | Clean up RTC code. | Mark Kettenis | |
ok drahn@ | |||
2005-10-19 | Add smu(4). | Mark Kettenis | |
ok drahn@ |