Age | Commit message (Expand) | Author |
2006-03-19 | sis950 has 0x5b missing, so it looks more like an it8712f-a | Theo de Raadt |
2006-03-19 | ok, what i thought was sis950 is actually likely the it8712f-a | Theo de Raadt |
2006-03-18 | probe for it8712 and sis950 (somewhat of a clone) | Theo de Raadt |
2006-03-12 | Tweak comment. | Mark Kettenis |
2006-03-07 | Add a few more SMSC devices. | Mark Kettenis |
2006-03-07 | Improve adm1030/adm1031 detection. | Mark Kettenis |
2006-03-04 | Re-enable I2C_VERBOSE. | Mark Kettenis |
2006-03-04 | handle lm96000 (another similar chip); ok kettenis, tested by stu@spacehopper... | 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-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-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-23 | The GL518SM is a real piece of shit, and if we don't detect it bad things | Mark Kettenis |
2006-01-18 | Fix typo; w83l785ts-l has chip ID 0x70. | Mark Kettenis |
2006-01-17 | AS99127F rev 1 doesn't have i2c address in register 0x48. | Mark Kettenis |
2006-01-15 | Fix typo. | Mark Kettenis |
2006-01-14 | Detect more Winbond chips. | Mark Kettenis |
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-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-09 | do a lot more careful register checking for echos and roll-around and | 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 |
2006-01-03 | Use "official" chip part names/numbers for matching. | Mark Kettenis |
2005-12-31 | Better bounds for the lm7x register repeat test; ok deraadt@ | Miod Vallat |
2005-12-31 | we do not look at the proberegs anymore, always full dumps | Theo de Raadt |
2005-12-31 | if a register dump is going to find that all the registers are the same, | Theo de Raadt |
2005-12-31 | we think we can now probe chips correctly. only print the register dump | Theo de Raadt |
2005-12-31 | add lots of comments. run the xeontemp probe stuff on other architectures as | Theo de Raadt |
2005-12-31 | reyk, touching a file I am actively hacking on without talking to me is a ser... | Theo de Raadt |
2005-12-30 | add i2c driver for Asus ASB100 sensors using register info from lm_sensors | Damien Miller |
2005-12-30 | knf (replace lines of c++/c99 '//' comments with #if 0) | Reyk Floeter |
2005-12-30 | Initial W83791D support for lm(4). | Mark Kettenis |
2005-12-30 | check for another sign that a lm75 is not there | Theo de Raadt |
2005-12-29 | Match a few more lm(4) Winbond and ASUS chips. | Mark Kettenis |
2005-12-29 | stop using I2C_F_POLL; it is a bus driver responsibility now | Theo de Raadt |
2005-12-29 | insanity debugged with djm -- here is the comment from the code: | Theo de Raadt |
2005-12-29 | static functions suck | Theo de Raadt |
2005-12-28 | probe for adm1032, a stupid stupid adm1021 | Theo de Raadt |
2005-12-28 | correct copyright | Theo de Raadt |
2005-12-28 | probe true lm90, lm99, lm89, lm86 devices | Theo de Raadt |
2005-12-28 | if many regs in a "xeontemp" appear the same, it is not one | Theo de Raadt |