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
/
i2c
/
lm87.c
Age
Commit message (
Expand
)
Author
2005-12-27
interrupt clearing applies to lm87 class too (not just lm81 class)
Theo de Raadt
2005-12-27
if the device is busy trying to deliver an interrupt, it will stall on
Theo de Raadt
2005-12-27
on lm81 and clones, reflag external sensor as invalid every time through
Theo de Raadt
2005-12-27
match about 15 more clone chips
Theo de Raadt
2005-12-27
if we write to the START bit, splat out a message
Theo de Raadt
2005-12-26
if start is already set, avoid setting it again
Theo de Raadt
2005-11-16
Fix typo.
Mark Kettenis
2005-11-15
read the channel register, hopefully initialized by some rom (Yes, Apple
Theo de Raadt
2005-11-15
temperature readings of 0x80 mean "diode not connected", i think; kettenis ok
Theo de Raadt
2005-11-15
Start monitoring operations such that values actually change.
Mark Kettenis
2005-11-15
avoid integer overflow in fan speed calculations, from kettenis
Theo de Raadt
2005-11-15
instead of passing OF nodes down to the drivers, pass name/compat string
Theo de Raadt
2005-11-15
move lm87 to dev/i2c; ok kettenis
Theo de Raadt