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
/
nslm7x.c
Age
Commit message (
Expand
)
Author
2006-01-09
Reorganize, paying attention to the small differences between Winbond chips.
Mark Kettenis
2006-01-07
Remove #ifdef'ed out prototypes for previously removed #ifdef'ed out code.
Mark Kettenis
2006-01-03
Be careful not to change any registers.
Mark Kettenis
2005-12-30
Properly detect AS99127F rev 1.
Mark Kettenis
2005-12-30
Initial W83791D support for lm(4).
Mark Kettenis
2005-12-25
Add support for AS99127F, an Asus W83781D clone.
Mark Kettenis
2005-12-24
Use sensors thread instead of timeouts.
Mark Kettenis
2004-06-24
This moves access to wall and uptime variables in MI code,
Thorsten Lockert
2004-05-07
LM7x models improvements:
Alexander Yurchenko
2004-02-10
Use SENSOR_FINVALID.
Alexander Yurchenko
2004-01-13
spelling
Theo de Raadt
2004-01-12
Move sensors externs to sys/sensors.h and introduce a macro
Alexander Yurchenko
2003-08-05
Add support for Winbond 83627THF, ok grange@ henning@
Damien Couderc
2003-06-29
- cast rfact to int64_t before multiplication to avoid sign overflow
Alexander Yurchenko
2003-04-25
lm(4) driver from NetBSD adapted for sysctl interface.
Alexander Yurchenko