Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uninitialised value caused some lmenv(4) fans to never appear sometimes; | 2008-11-10 | 1 | -2/+3 | |
| | | | | | the bug was reported long time ago by Simon Slaytor with adm9240; the eyes were cleared today by LLVM/Clang Static Analyser; ok deraadt | ||||
* | rework sensor tasks to use the kernels generic workq rather than a special | 2007-06-24 | 1 | -2/+2 | |
| | | | | | | | | | kernel thread of its own. the api has changed (which will be fixed in the manpage shortly) so all the users of sensor tasks that i can find have been fixed too. noone tested, so its going in to force people to run with it. "put it in" deraadt@ | ||||
* | split userland & kernel struct sensor/sensordev so that the addition | 2007-03-22 | 1 | -3/+3 | |
| | | | | | | of new fields in the future is less disruptive. This is done similar to how struct proc is handled for ps(1). ok jmc (man page changes) tested fkr simon, and more suggestions from millert | ||||
* | adapt to new two-level sensor api; Constantine A. Murenin | 2006-12-23 | 1 | -13/+10 | |
| | |||||
* | slightly nicer sensor names | 2006-04-09 | 1 | -3/+3 | |
| | |||||
* | Replace SENSOR_ADD() macro with a pair of functions | 2006-01-19 | 1 | -2/+2 | |
| | | | | | | | sensor_add()/sensor_del() so that sensors can be attached and detached dynamicaly. ok kettenis@ deraadt@ dlg@ | ||||
* | spacing | 2005-12-31 | 1 | -2/+2 | |
| | |||||
* | interrupt clearing applies to lm87 class too (not just lm81 class) | 2005-12-27 | 1 | -3/+2 | |
| | |||||
* | if the device is busy trying to deliver an interrupt, it will stall on | 2005-12-27 | 1 | -5/+13 | |
| | | | | | scanning. at startup, that is dumb. clear the interrupt bit. now i get 40 sensors on the alpha... crazy | ||||
* | on lm81 and clones, reflag external sensor as invalid every time through | 2005-12-27 | 1 | -3/+6 | |
| | |||||
* | match about 15 more clone chips | 2005-12-27 | 1 | -18/+30 | |
| | |||||
* | if we write to the START bit, splat out a message | 2005-12-27 | 1 | -14/+15 | |
| | |||||
* | if start is already set, avoid setting it again | 2005-12-26 | 1 | -7/+9 | |
| | |||||
* | Fix typo. | 2005-11-16 | 1 | -2/+2 | |
| | |||||
* | read the channel register, hopefully initialized by some rom (Yes, Apple | 2005-11-15 | 1 | -12/+46 | |
| | | | | | | does in their rom, but not in their kernel code). This tells us if the 2 AIN/FAN pins are wired as AIN or FAN (G4 xserve fans, G5 xserve more voltage readings..); ok kettenis | ||||
* | temperature readings of 0x80 mean "diode not connected", i think; kettenis ok | 2005-11-15 | 1 | -3/+6 | |
| | |||||
* | Start monitoring operations such that values actually change. | 2005-11-15 | 1 | -1/+18 | |
| | | | | ok deraadt@ | ||||
* | avoid integer overflow in fan speed calculations, from kettenis | 2005-11-15 | 1 | -9/+16 | |
| | | | | also, if things appear majorly wonky, mark sensors invalid | ||||
* | instead of passing OF nodes down to the drivers, pass name/compat string | 2005-11-15 | 1 | -18/+12 | |
| | | | | | | pointers. This lets their match() functions actually make real decisions. OF-capable machines will pass name/compat pointers, but other machines will not. grudging ok kettenis | ||||
* | move lm87 to dev/i2c; ok kettenis | 2005-11-15 | 1 | -0/+241 | |