Age | Commit message (Expand) | Author |
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 |
2005-12-28 | some chips (especially those crazy i2c/lpc/isa gross things) expose their | Theo de Raadt |
2005-12-27 | correct probe for ds1780 (lm87 clone) | Theo de Raadt |
2005-12-27 | if too many of the early regs on a adm1021 are zero, it cannot be one.. | Theo de Raadt |
2005-12-27 | adjust truth in adm comment | Theo de Raadt |
2005-12-27 | Don't touch ic_exec callback directly since it can be missed for some | Alexander Yurchenko |
2005-12-27 | more paranoid checking for 47m192 | Theo de Raadt |
2005-12-27 | correct adm2940 probe | Theo de Raadt |
2005-12-27 | no longer use ia_compat; tested by a few | Theo de Raadt |
2005-12-27 | match about 15 more clone chips | Theo de Raadt |
2005-12-27 | completely bogus adm1021 check; it is much more like the xeon-style | Theo de Raadt |
2005-12-26 | split out debug code | Theo de Raadt |
2005-12-26 | add address qualifiers to a few chips (ie. they can only occur at certain | Theo de Raadt |
2005-12-25 | <= instead of < in two loops; spotted by miod | Theo de Raadt |
2005-12-25 | even though some i2c devices have ID and chip registers which we can key | Theo de Raadt |
2005-12-24 | even though the adm1021 manual page doesn't say that the rev at 0xff | Theo de Raadt |
2005-12-24 | handle embedded xeon temperature probes. yes, you got it -- i2c wires | Theo de Raadt |
2005-12-24 | add lm75/77 detection (not tested yet) and adm1031 probing. | Theo de Raadt |
2005-12-23 | build a cacheing-read api internally, so that we can be even more stingy | Theo de Raadt |
2005-12-23 | better way to probe winbonds, with kettenis | Theo de Raadt |
2005-12-23 | oops, 0x31 is as99127f | Theo de Raadt |
2005-12-23 | not quite becoming a nightmare, but we are getting there.. | Theo de Raadt |
2005-12-23 | set both ia_name and ia_compat | Theo de Raadt |
2005-12-23 | another check register | Theo de Raadt |
2005-12-23 | next generation. grok a few more chips, but also change the logic to | Theo de Raadt |
2005-12-23 | grok some more devices | Theo de Raadt |
2005-12-23 | work in progress towards "identifying" various devices on the i2c bus. | Theo de Raadt |