Age | Commit message (Expand) | Author |
2008-04-22 | handle all four temperature sensors | Theo de Raadt |
2008-04-21 | correct negative temperatures (if they ever happen); spotted by cnst | Theo de Raadt |
2008-04-21 | improve register to temperature conversion code | Theo de Raadt |
2008-04-21 | when iic_exec fails, return 0xff for the read value; ok jsg | Theo de Raadt |
2008-04-21 | A very very rough start at an adt7462 driver | Theo de Raadt |
2008-04-20 | two more i2c probe checks. adt has split off or been sold to ON | Theo de Raadt |
2008-04-18 | detect adm1034 | Theo de Raadt |
2008-04-18 | adm1033 has a rev register to check as well | Theo de Raadt |
2008-04-18 | correct sizeof; palmeida | Theo de Raadt |
2008-04-17 | make it more apparent that when we are dealing with 16 bit registers | Theo de Raadt |
2008-04-17 | use sizeof(thing) instead of hard-coding it | Theo de Raadt |
2008-04-17 | use sizeof(thing) instead of hard-coding it | Theo de Raadt |
2008-04-16 | Use ntohs() to swap the raw i2c data to native format; tested by sthen | Theo de Raadt |
2008-04-15 | Take a shot at LM76 support (13 bit temperature, 0.065 degC per LSB) for | Theo de Raadt |
2008-04-10 | MCP98242 temp sensor docs found.. | Theo de Raadt |
2008-04-09 | Recognize and support the Microchip MCP9805 JC-42.2 sensor (we hope; I am | Theo de Raadt |
2008-04-09 | support the NPX SE97 too | Theo de Raadt |
2008-04-07 | New sensor driver for JDEC JC-42.4 standard dimm temperature sensors | Theo de Raadt |
2008-04-07 | Identify two chips which follow the JDEC JC-42.4 standard dimm temperature | Theo de Raadt |
2008-04-01 | toast unused args from a printf call; ok deraadt | Constantine A. Murenin |
2008-04-01 | match more versions of w83793g; whilst here, also ensure that the bank 0 | Constantine A. Murenin |
2008-04-01 | only need 8 words to learn about i2c spd jc-42.4 sensors | Theo de Raadt |
2008-03-27 | test the Vdd registers of Andigilog chips against the minimum voltage readings; | Constantine A. Murenin |
2008-03-23 | New andl(4) driver for Andigilog aSC7611 Hardware Monitor. | Constantine A. Murenin |
2008-03-19 | add probe for Andigilog aSC7611; discussed with deraadt | Constantine A. Murenin |
2007-12-12 | 2nd two extra fans on the 5027 are encoded differently; diff | Theo de Raadt |
2007-12-06 | support sch5027 which has two extra fans and slightly different voltage | Theo de Raadt |
2007-12-05 | sch5027 probing, from remco@d-compu.dyndns.org | Theo de Raadt |
2007-11-26 | Display module size for direct rambus rimms, not yet tested. | Jonathan Gray |
2007-11-26 | Add basic rambus decode method, showing the module type. | Jonathan Gray |
2007-11-25 | Kill spdmem_hexdump() before anyone starts using it. | Miod Vallat |
2007-10-31 | don't clear sensor flags that were never set; ok deraadt | Constantine A. Murenin |
2007-10-30 | print some word reads as well in the verbose output | Theo de Raadt |
2007-10-26 | Phillips -> Philips in comments | Martin Reindl |
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 | Uncomment PECI mode diagnosting bits. | Mike Belopuhov |
2007-10-24 | skip the ignored addresses completely (now covers the eeprom range, too); ok... | Constantine A. Murenin |
2007-10-20 | _check prototypes are no longer used (replaced by i2c_scan.c); ok deraadt@ | Constantine A. Murenin |
2007-10-20 | Create memory specific decode routines to make code cleaner, | Jonathan Gray |
2007-10-20 | re-introduce the "p_clk rounding" for DDR -- they need it | Theo de Raadt |
2007-10-20 | Print the type of DIMM (SO-DIMM/Mini-DIMM/Micro-DIMM) for | Jonathan Gray |
2007-10-20 | Deal with all possible 16 array offsets for tenths of a nanosecond array, | Jonathan Gray |
2007-10-18 | Correct tenths of a nanosecond cycle encodings for DDR2, | Jonathan Gray |
2007-10-18 | ignore fans with >= 0x0fff readings. According to the iic_dump(), it appears | Constantine A. Murenin |
2007-10-18 | Check to see if the SPD EEPROM size looks sane (ie < 32K) | Jonathan Gray |
2007-10-18 | add missing $OpenBSD$; "of course" deraadt | Constantine A. Murenin |
2007-10-17 | add probe for TI TMP401 (untested) | Theo de Raadt |