summaryrefslogtreecommitdiff
path: root/sys/dev/ic/nslm7x.c
AgeCommit message (Collapse)Author
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
- don't hardcode funrpm sensors number in wb_fanrpm(), instead pass it as a parameter since WB83697 actually has only 2 sensors, not 3 from Otto Moerbeek <otto@drijf.net>.
2003-04-25lm(4) driver from NetBSD adapted for sysctl interface.Alexander Yurchenko
The lm driver provides support for the National Semiconductor LM series hardware monitors and register compatible chips. It supports LM78, LM78-J, LM79, Winbond W83697HF, W83627HF, W83781D and W83782D chips. Tested and ok'ed by millert@ and henning@.