summaryrefslogtreecommitdiff
path: root/sys/dev/ic/lm78.c
AgeCommit message (Expand)Author
2007-06-25support early W83627EHF-A; tested by Sam Fourman Jr; discussed with Gong Jun;...Constantine A. Murenin
2007-06-24rework sensor tasks to use the kernels generic workq rather than a specialDavid Gwynne
2007-05-26fix a copy/paste typo from my previous commit: s/dhf/dhg/gConstantine A. Murenin
2007-05-25add support for W83627DHG; ok kettenisConstantine A. Murenin
2007-05-25fix a typo in RFACT of 3.3Vcc of w83627ehf; ok kettenisConstantine A. Murenin
2007-04-19make it compile again if LMDEBUG is defined;Robert Nagy
2007-03-22split userland & kernel struct sensor/sensordev so that the additionTheo de Raadt
2007-02-22Add support for Winbond W83627EHF chips.Mark Kettenis
2007-01-07Fix VCore voltage detection on w83637hf.Mark Kettenis
2006-12-23adapt to new two-level sensor api; Constantine A. MureninTheo de Raadt
2006-06-19Avoid using the rfact member of 'struct sensor' which is on its way out.Mark Kettenis
2006-05-07Add abstraction for resistor factor; makes it easier to compare them toMark Kettenis
2006-04-28The W83627THF is pretty much identical to the W83637HF, not the W83627HF.Mark Kettenis
2006-01-28Consider temperatures below -45 degC to be invalid for Winbond chips.Mark Kettenis
2006-01-26Make lm at iic detach properly, and use config_detach(9) to fully detachMark Kettenis
2006-01-19Try to disable unconnected temperature sensors.Mark Kettenis
2006-01-19Replace SENSOR_ADD() macro with a pair of functionsAlexander Yurchenko
2006-01-17Support W83791SD as an lm(4) without sensors.Mark Kettenis
2006-01-15Commit missing bits too:Mark Kettenis
2006-01-14Rename nslm7x.c into lm78.c and nslm7xvar.h into lm78var.h, and clean upMark Kettenis