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
/
lm78var.h
Age
Commit message (
Expand
)
Author
2011-12-06
Add support for Nuvoton NCT6776F fan, voltage and temperature sensors.
Marco Pfatschbacher
2011-10-05
It is not safe to call sensor_task_unregister() from inside the
Theo de Raadt
2011-07-26
Calling a detach function from an attach function is no longer legal (
Theo de Raadt
2007-06-25
support early W83627EHF-A; tested by Sam Fourman Jr; discussed with Gong Jun;...
Constantine A. Murenin
2007-06-24
rework sensor tasks to use the kernels generic workq rather than a special
David Gwynne
2007-05-25
add support for W83627DHG; ok kettenis
Constantine A. Murenin
2007-03-22
split userland & kernel struct sensor/sensordev so that the addition
Theo de Raadt
2007-02-22
Add support for Winbond W83627EHF chips.
Mark Kettenis
2007-01-08
Fix comment. From Constantine A. Murenin.
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-05-07
Add abstraction for resistor factor; makes it easier to compare them to
Mark Kettenis
2006-01-26
Make lm at iic detach properly, and use config_detach(9) to fully detach
Mark Kettenis
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
Move isa-specific members of struct lm_softc into lm_isa.c.
Mark Kettenis
2006-01-14
Rename nslm7x.c into lm78.c and nslm7xvar.h into lm78var.h, and clean up
Mark Kettenis