index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
ic
/
lm78.c
Age
Commit message (
Expand
)
Author
2007-02-22
Add support for Winbond W83627EHF chips.
Mark Kettenis
2007-01-07
Fix VCore voltage detection on w83637hf.
Mark Kettenis
2006-12-23
adapt to new two-level sensor api; Constantine A. Murenin
Theo de Raadt
2006-06-19
Avoid using the rfact member of 'struct sensor' which is on its way out.
Mark Kettenis
2006-05-07
Add abstraction for resistor factor; makes it easier to compare them to
Mark Kettenis
2006-04-28
The W83627THF is pretty much identical to the W83637HF, not the W83627HF.
Mark Kettenis
2006-01-28
Consider temperatures below -45 degC to be invalid for Winbond chips.
Mark Kettenis
2006-01-26
Make lm at iic detach properly, and use config_detach(9) to fully detach
Mark Kettenis
2006-01-19
Try to disable unconnected temperature sensors.
Mark Kettenis
2006-01-19
Replace SENSOR_ADD() macro with a pair of functions
Alexander Yurchenko
2006-01-17
Support W83791SD as an lm(4) without sensors.
Mark Kettenis
2006-01-15
Commit missing bits too:
Mark Kettenis
2006-01-14
Rename nslm7x.c into lm78.c and nslm7xvar.h into lm78var.h, and clean up
Mark Kettenis