Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. |