Age | Commit message (Expand) | Author |
2006-03-04 | Re-enable I2C_VERBOSE. | Mark Kettenis |
2006-03-04 | don't permanently disable temperature sensors when they fail a read, | Damien Miller |
2006-03-04 | handle lm96000 (another similar chip); ok kettenis, tested by stu@spacehopper... | Theo de Raadt |
2006-02-26 | if ipmi is on the machine: instead of (confusingly) failing in match, | Theo de Raadt |
2006-02-26 | Don't touch i2c bus tag internals directly. | Alexander Yurchenko |
2006-02-25 | Make sure we print something for unidentified devices. | Mark Kettenis |
2006-02-25 | #undef I2C_VERBOSE; re-enable after release. | Mark Kettenis |
2006-02-17 | Fix another typo. From Constantine A. Murenin. | Mark Kettenis |
2006-02-16 | Fix typo's. From Constantine A. Murenin. | Mark Kettenis |
2006-02-08 | add a member to the i2c_attach args so that a controller can pass a | David Gwynne |
2006-02-08 | Fix lm75 check. | Mark Kettenis |
2006-02-04 | s/amd1032cloneprobe/adm1032cloneprobe/g | Mark Kettenis |
2006-01-31 | fix error message | Damien Miller |
2006-01-29 | Disable iic whenever ipmi is enabled. This fixes boxes like Sun x4200 that | Marco Peereboom |
2006-01-29 | Don't probe address 0x4f. | Mark Kettenis |
2006-01-28 | Move address checks forward. Cleanup comments. | Mark Kettenis |
2006-01-28 | Disable ds1624/ds1631/ds1721 probe. | Mark Kettenis |
2006-01-28 | Rename lm_i2c.c to lm78_i2c.c. | Mark Kettenis |
2006-01-26 | Fix printf. | Mark Kettenis |
2006-01-26 | Make lm at iic detach properly, and use config_detach(9) to fully detach | Mark Kettenis |
2006-01-25 | Prevent division by zero, and make it actually update the fan sensors. | Mark Kettenis |
2006-01-24 | Initial stab at glenv(4), a driver for the GL518SM. | Mark Kettenis |
2006-01-23 | The GL518SM is a real piece of shit, and if we don't detect it bad things | Mark Kettenis |
2006-01-19 | Replace SENSOR_ADD() macro with a pair of functions | Alexander Yurchenko |
2006-01-18 | Fix typo; w83l785ts-l has chip ID 0x70. | Mark Kettenis |
2006-01-17 | Match "w83791sd". | Mark Kettenis |
2006-01-17 | AS99127F rev 1 doesn't have i2c address in register 0x48. | Mark Kettenis |
2006-01-15 | Commit missing bits too: | Mark Kettenis |
2006-01-15 | wbenv(4), a driver for the Winbond W83L784R/5R/5TS-L hardware monitor. | Mark Kettenis |
2006-01-15 | Fix typo. | Mark Kettenis |
2006-01-14 | Detect more Winbond chips. | Mark Kettenis |
2006-01-14 | Rename nslm7x.c into lm78.c and nslm7xvar.h into lm78var.h, and clean up | Mark Kettenis |
2006-01-13 | Put back i2c bit-banging code, we'll need it soon. | Alexander Yurchenko |
2006-01-13 | handle all 3 types of chips correctly. go into continuous mode, and | Theo de Raadt |
2006-01-13 | damn, on the ds1721 we can be sure of even fewer known bits | Theo de Raadt |
2006-01-13 | introduce the most stupid basic scan check for the maximally braindead | Theo de Raadt |
2006-01-13 | ds1624 and ds1721 too, horrid horrid horrid chips | Theo de Raadt |
2006-01-12 | attempt to probe for the ds1624; ok grange | Theo de Raadt |
2006-01-11 | Identify Winbond chips that are in a non-zero register bank as w83781d. | Mark Kettenis |
2006-01-10 | rewritten lm75 driver. try to cope with the lm75 and lm77 better, but | Theo de Raadt |
2006-01-09 | damn, left a lock | Theo de Raadt |
2006-01-09 | Remove debug message. | Mark Kettenis |
2006-01-09 | variables now unused | Theo de Raadt |
2006-01-09 | trust i2c_scan for telling us if this is a lm75 or lm77, instead of | Theo de Raadt |
2006-01-09 | do a lot more careful register checking for echos and roll-around and | Theo de Raadt |
2006-01-06 | we now do these checks in iic_scan | Theo de Raadt |
2006-01-06 | pick some register with a known value, to try to tell a lm96000 apart | Theo de Raadt |
2006-01-05 | if both debug and verbose defined, only spit out the dump once | Theo de Raadt |
2006-01-04 | detect lm96000 | Theo de Raadt |
2006-01-04 | split out I2C_DEBUG into I2C_VERBOSE. VERBOSE is on. Turn on DEBUG to | Theo de Raadt |