summaryrefslogtreecommitdiff
path: root/sys/dev/isa/it.c
AgeCommit message (Collapse)Author
2006-06-24Add abstraction for resistor factors and avoid using the rfact member ofMark Kettenis
'struct sensor' which is on its way out. tested by & ok jsg@
2006-04-10unify temperature sensor names much moreTheo de Raadt
2006-01-23Do not enable disabled sensors.Mark Kettenis
ok grange@, dlg@
2006-01-19Replace SENSOR_ADD() macro with a pair of functionsAlexander Yurchenko
sensor_add()/sensor_del() so that sensors can be attached and detached dynamicaly. ok kettenis@ deraadt@ dlg@
2005-12-28Convert for sensor_task_register();Alexander Yurchenko
diff from Mike Belopuhov <mkb@crypt.org.ru>.
2005-07-26Fan tachometers improvements from form@pdp-11.org.ru:Alexander Yurchenko
- correct rpm calculation - automatic devisor tuning - correct handling of fan being stopped and started again Thanks jsg@ for testing.
2005-04-29Correct FAN3 divisor for IT8705 and add support for FAN3 divisor on IT8712.Alexander Yurchenko
Diff from Stephan Leemburg <sleemburg@jvc.nl>.
2005-04-09Use vendor id register for chip matching instead of configurationAlexander Yurchenko
register patterns. From Stephan Leemburg <sleemburg@jvc.nl>. Tested by jsg@.
2005-03-02Spaces.Alexander Yurchenko
2004-10-05Don't reset the chip on attach. This solves the problem with fansAlexander Yurchenko
starting to spin very fast after it0 is attached. Extracted from the diff provided by Stephan Leemburg via millert@. Test and ok krw@.
2004-08-23The IT87 chip has 3 Fan sensors. Fix the loop invariant and addTodd C. Miller
a missing break statement. From Stephan Leemburg. OK deraadt@
2004-08-17don't forget to set rv to zero on false matchMichael Shalayeff
2004-02-10Use SENSOR_FINVALID.Alexander Yurchenko
2004-02-02Yet another signature; reported by danh@Alexander Yurchenko
2004-01-28Add new probe signature. From Alexey E. Suslikov <cruel@texnika.com.ua>.Alexander Yurchenko
2004-01-12Move sensors externs to sys/sensors.h and introduce a macroAlexander Yurchenko
SENSOR_ADD to hide all operations with these externs. ok markus@
2003-11-05Correct author's email address per his request.Alexander Yurchenko
2003-10-19Don't check for valid nio since pnp is not used; similar to lm(4).Alexander Yurchenko
This makes it(4) work on recent ASUS boards. Tested by me and henning@.
2003-05-28Print some debug info on match routine failureAlexander Yurchenko
2003-05-20it(4) driver provides support for ITE IT8705F, IT8712F and SiS SiS950Alexander Yurchenko
hardware monitoring chips to be used with hw.sensors sysctl interface. Work by Julien Bordet <zejames@greyhats.org> with my little help.