Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-24 | Add abstraction for resistor factors and avoid using the rfact member of | Mark Kettenis | |
'struct sensor' which is on its way out. tested by & ok jsg@ | |||
2006-04-10 | unify temperature sensor names much more | Theo de Raadt | |
2006-01-23 | Do not enable disabled sensors. | Mark Kettenis | |
ok grange@, dlg@ | |||
2006-01-19 | Replace SENSOR_ADD() macro with a pair of functions | Alexander Yurchenko | |
sensor_add()/sensor_del() so that sensors can be attached and detached dynamicaly. ok kettenis@ deraadt@ dlg@ | |||
2005-12-28 | Convert for sensor_task_register(); | Alexander Yurchenko | |
diff from Mike Belopuhov <mkb@crypt.org.ru>. | |||
2005-07-26 | Fan 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-29 | Correct FAN3 divisor for IT8705 and add support for FAN3 divisor on IT8712. | Alexander Yurchenko | |
Diff from Stephan Leemburg <sleemburg@jvc.nl>. | |||
2005-04-09 | Use vendor id register for chip matching instead of configuration | Alexander Yurchenko | |
register patterns. From Stephan Leemburg <sleemburg@jvc.nl>. Tested by jsg@. | |||
2005-03-02 | Spaces. | Alexander Yurchenko | |
2004-10-05 | Don't reset the chip on attach. This solves the problem with fans | Alexander 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-23 | The IT87 chip has 3 Fan sensors. Fix the loop invariant and add | Todd C. Miller | |
a missing break statement. From Stephan Leemburg. OK deraadt@ | |||
2004-08-17 | don't forget to set rv to zero on false match | Michael Shalayeff | |
2004-02-10 | Use SENSOR_FINVALID. | Alexander Yurchenko | |
2004-02-02 | Yet another signature; reported by danh@ | Alexander Yurchenko | |
2004-01-28 | Add new probe signature. From Alexey E. Suslikov <cruel@texnika.com.ua>. | Alexander Yurchenko | |
2004-01-12 | Move sensors externs to sys/sensors.h and introduce a macro | Alexander Yurchenko | |
SENSOR_ADD to hide all operations with these externs. ok markus@ | |||
2003-11-05 | Correct author's email address per his request. | Alexander Yurchenko | |
2003-10-19 | Don'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-28 | Print some debug info on match routine failure | Alexander Yurchenko | |
2003-05-20 | it(4) driver provides support for ITE IT8705F, IT8712F and SiS SiS950 | Alexander Yurchenko | |
hardware monitoring chips to be used with hw.sensors sysctl interface. Work by Julien Bordet <zejames@greyhats.org> with my little help. |