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