Age | Commit message (Expand) | Author |
2008-03-19 | add probe for Andigilog aSC7611; discussed with deraadt | Constantine A. Murenin |
2007-12-05 | sch5027 probing, from remco@d-compu.dyndns.org | Theo de Raadt |
2007-10-30 | print some word reads as well in the verbose output | Theo de Raadt |
2007-10-25 | expand range where we search for sensors | Theo de Raadt |
2007-10-24 | remove the unused i2cbus_attach_args param from the probe functions; ok deraadt | Constantine A. Murenin |
2007-10-24 | make older gcc happier | Theo de Raadt |
2007-10-24 | fix r1.101 (2007-10-07) regression of not calling the iic_dump() for a | Constantine A. Murenin |
2007-10-24 | skip the ignored addresses completely (now covers the eeprom range, too); ok... | Constantine A. Murenin |
2007-10-18 | Check to see if the SPD EEPROM size looks sane (ie < 32K) | Jonathan Gray |
2007-10-17 | add probe for TI TMP401 (untested) | Theo de Raadt |
2007-10-11 | probe for Winbond W83793G; tested by jon.steel@esentire.com; suggestions/ok d... | Constantine A. Murenin |
2007-10-09 | we have been knocking out i2c when ipmi exists on a machine (because | Theo de Raadt |
2007-10-07 | add support for scanning the spdmem range of addresses, using a different | Theo de Raadt |
2007-09-05 | probe for adt7462 (no driver yet, someone want to write one), and mention | Theo de Raadt |
2007-09-03 | there is a prototype version of the lm93 (plus spacing fixes) | Theo de Raadt |
2007-09-03 | Recognize Andigilog aSC7621. | Mark Kettenis |
2007-04-10 | ``it's'' -> ``its'' when the grammar gods require this change. | Miod Vallat |
2007-01-05 | when i2c_dumping, instead of just skipping 0xff value registers, | Theo de Raadt |
2006-12-26 | The adt7475 has a fixed address of 0x2e. | Mark Kettenis |
2006-12-25 | identify adt7475 | Theo de Raadt |
2006-11-19 | Probe for National Semiconductor LM63. | Mark Kettenis |
2006-11-19 | Probe for Myson MTP008. | Mark Kettenis |
2006-11-01 | lm75 scoring should not show up in verbose | Theo de Raadt |
2006-09-26 | re-enable I2C_VERBOSE | Jonathan Gray |
2006-08-29 | #undef I2C_VERBOSE | Mark Kettenis |
2006-08-18 | probe for the lm75a, meaning that the lm75/lm75a/lm77 probe routine must | Theo de Raadt |
2006-07-15 | Add support for Genesys Logic GL523SM and Global Mixed-mode Technology G781. | Mark Kettenis |
2006-07-12 | spacing | Theo de Raadt |
2006-07-12 | Add missing break. | Mark Kettenis |
2006-07-12 | Sort switch statements by vendor ID. | Mark Kettenis |
2006-06-14 | teach it fintek f75375; half by drahn | Theo de Raadt |
2006-04-29 | bring back skip_fc SMI workaround for max6657 chips; ok kettenis@ | Damien Miller |
2006-04-17 | Reorganize the 0xfe vendor register block, adding new devices and tightening | Mark Kettenis |
2006-03-22 | Detect newer revisions of the LM81. | Mark Kettenis |
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 |