summaryrefslogtreecommitdiff
path: root/sys/dev/i2c/adt7460.c
AgeCommit message (Expand)Author
2007-12-122nd two extra fans on the 5027 are encoded differently; diffTheo de Raadt
2007-12-06support sch5027 which has two extra fans and slightly different voltageTheo de Raadt
2007-10-31don't clear sensor flags that were never set; ok deraadtConstantine A. Murenin
2007-06-24rework sensor tasks to use the kernels generic workq rather than a specialDavid Gwynne
2007-03-22split userland & kernel struct sensor/sensordev so that the additionTheo de Raadt
2006-12-31correct the code to handle the adt7475, which stupidly is missing someTheo de Raadt
2006-12-26support adt7475; tested by dhartmeiTheo de Raadt
2006-12-23adapt to new two-level sensor api; Constantine A. MureninTheo de Raadt
2006-04-17looks like 0x20 on sch5017 is a 5v input, not 2.5vTheo de Raadt
2006-04-14fix +12v conversion, because of stupid C; wilfriedTheo de Raadt
2006-04-13various changes to the table-driven code as a result of conversationsTheo de Raadt
2006-04-10sch5017 is an adt7460 clone of some type. also, we are seeing someTheo de Raadt
2006-04-09slightly nicer sensor namesTheo de Raadt
2006-03-12Match emc6d100 and emc6w201. Fix typo. print rev with 0x prefix.Mark Kettenis
2006-03-04handle lm96000 (another similar chip); ok kettenis, tested by stu@spacehopper...Theo de Raadt
2006-01-19Replace SENSOR_ADD() macro with a pair of functionsAlexander Yurchenko
2005-12-28golly gee, adm1027 looks a lot like adt7460Theo de Raadt
2005-12-27no longer use ia_compat; tested by a fewTheo de Raadt
2005-12-27match about 15 more clone chipsTheo de Raadt
2005-11-17grok adt7467 somewhat, and fan disconnectsTheo de Raadt
2005-11-17basic driver for adt7460 found in some machinesTheo de Raadt