Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2nd two extra fans on the 5027 are encoded differently; diff | 2007-12-12 | 1 | -13/+26 | |
| | | | | from remco@d-compu.dyndns.org | ||||
* | support sch5027 which has two extra fans and slightly different voltage | 2007-12-06 | 1 | -23/+59 | |
| | | | | readings; from remco@d-compu.dyndns.org | ||||
* | don't clear sensor flags that were never set; ok deraadt | 2007-10-31 | 1 | -2/+1 | |
| | |||||
* | 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 | ||||
* | correct the code to handle the adt7475, which stupidly is missing some | 2006-12-31 | 1 | -20/+24 | |
| | | | | of the registers.... tested by dhartmei and others | ||||
* | support adt7475; tested by dhartmei | 2006-12-26 | 1 | -10/+13 | |
| | |||||
* | adapt to new two-level sensor api; Constantine A. Murenin | 2006-12-23 | 1 | -19/+10 | |
| | |||||
* | looks like 0x20 on sch5017 is a 5v input, not 2.5v | 2006-04-17 | 1 | -7/+9 | |
| | |||||
* | fix +12v conversion, because of stupid C; wilfried | 2006-04-14 | 1 | -2/+2 | |
| | |||||
* | various changes to the table-driven code as a result of conversations | 2006-04-13 | 1 | -45/+35 | |
| | | | | | | with wilfried. unfortunately days have gone by without him (or others) saying that it works fine. in it goes. maybe it will crash for someone? | ||||
* | sch5017 is an adt7460 clone of some type. also, we are seeing some | 2006-04-10 | 1 | -37/+106 | |
| | | | | | | ways to determine the actual voltage multipliers, so move to a table driven model, which we can tweak as we see more varients. checked by kettenis jolan and roman | ||||
* | slightly nicer sensor names | 2006-04-09 | 1 | -4/+4 | |
| | |||||
* | Match emc6d100 and emc6w201. Fix typo. print rev with 0x prefix. | 2006-03-12 | 1 | -5/+6 | |
| | |||||
* | handle lm96000 (another similar chip); ok kettenis, tested by stu@spacehopper.org | 2006-03-04 | 1 | -2/+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@ | ||||
* | golly gee, adm1027 looks a lot like adt7460 | 2005-12-28 | 1 | -1/+2 | |
| | |||||
* | no longer use ia_compat; tested by a few | 2005-12-27 | 1 | -15/+11 | |
| | |||||
* | match about 15 more clone chips | 2005-12-27 | 1 | -3/+9 | |
| | |||||
* | grok adt7467 somewhat, and fan disconnects | 2005-11-17 | 1 | -5/+23 | |
| | |||||
* | basic driver for adt7460 found in some machines | 2005-11-17 | 1 | -0/+239 | |