Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | adm1033 has a rev register to check as well | 2008-04-18 | 1 | -2/+2 | ||
| | ||||||
* | correct sizeof; palmeida | 2008-04-18 | 1 | -6/+6 | ||
| | ||||||
* | make it more apparent that when we are dealing with 16 bit registers | 2008-04-17 | 7 | -32/+32 | ||
| | | | | | (not a series of 8 bit registers), the bytes come off the wire in big-endian order | |||||
* | use sizeof(thing) instead of hard-coding it | 2008-04-17 | 3 | -21/+21 | ||
| | ||||||
* | Use ntohs() to swap the raw i2c data to native format; tested by sthen | 2008-04-16 | 1 | -8/+9 | ||
| | ||||||
* | Take a shot at LM76 support (13 bit temperature, 0.065 degC per LSB) for | 2008-04-15 | 1 | -16/+14 | ||
| | | | | when we finally find one of these devices. looked at by kettenis.. | |||||
* | MCP98242 temp sensor docs found.. | 2008-04-10 | 2 | -2/+7 | ||
| | ||||||
* | Recognize and support the Microchip MCP9805 JC-42.2 sensor (we hope; I am | 2008-04-09 | 2 | -2/+7 | ||
| | | | | simply going through datasheets found on the net...) | |||||
* | support the NPX SE97 too | 2008-04-09 | 2 | -3/+8 | ||
| | ||||||
* | New sensor driver for JDEC JC-42.4 standard dimm temperature sensors | 2008-04-07 | 2 | -1/+128 | ||
| | | | | (still extremely rare devices.. so rare I had to wire up a chip myself) | |||||
* | Identify two chips which follow the JDEC JC-42.4 standard dimm temperature | 2008-04-07 | 1 | -1/+9 | ||
| | | | | probe -- NPX SE98 and ADT 7408 | |||||
* | toast unused args from a printf call; ok deraadt | 2008-04-01 | 1 | -2/+2 | ||
| | ||||||
* | match more versions of w83793g; whilst here, also ensure that the bank 0 | 2008-04-01 | 1 | -4/+5 | ||
| | | | | registers are only tested if bank 0 is selected; 'looks ok' deraadt | |||||
* | only need 8 words to learn about i2c spd jc-42.4 sensors | 2008-04-01 | 1 | -2/+2 | ||
| | ||||||
* | test the Vdd registers of Andigilog chips against the minimum voltage readings; | 2008-03-27 | 1 | -2/+4 | ||
| | | | | 'good plan' deraadt; ok kettenis, mikeb | |||||
* | New andl(4) driver for Andigilog aSC7611 Hardware Monitor. | 2008-03-23 | 2 | -1/+241 | ||
| | | | | | | | Tested in my i2c sandbox against an i2c dump from D946GZIS, a dmesg for which was kindly donated to our dmesg@. 'commit it' deraadt@ | |||||
* | add probe for Andigilog aSC7611; discussed with deraadt | 2008-03-19 | 1 | -1/+6 | ||
| | ||||||
* | 2nd two extra fans on the 5027 are encoded differently; diff | 2007-12-12 | 1 | -13/+26 | ||
| | | | | from remco@d-compu.dyndns.org | |||||
* | support sch5027 which has two extra fans and slightly different voltage | 2007-12-06 | 1 | -23/+59 | ||
| | | | | readings; from remco@d-compu.dyndns.org | |||||
* | sch5027 probing, from remco@d-compu.dyndns.org | 2007-12-05 | 1 | -1/+4 | ||
| | ||||||
* | Display module size for direct rambus rimms, not yet tested. | 2007-11-26 | 1 | -5/+27 | ||
| | ||||||
* | Add basic rambus decode method, showing the module type. | 2007-11-26 | 1 | -5/+31 | ||
| | ||||||
* | Kill spdmem_hexdump() before anyone starts using it. | 2007-11-25 | 1 | -22/+1 | ||
| | ||||||
* | don't clear sensor flags that were never set; ok deraadt | 2007-10-31 | 4 | -10/+5 | ||
| | ||||||
* | print some word reads as well in the verbose output | 2007-10-30 | 1 | -10/+14 | ||
| | ||||||
* | Phillips -> Philips in comments | 2007-10-26 | 2 | -4/+4 | ||
| | ||||||
* | expand range where we search for sensors | 2007-10-25 | 1 | -3/+2 | ||
| | ||||||
* | remove the unused i2cbus_attach_args param from the probe functions; ok deraadt | 2007-10-24 | 1 | -9/+7 | ||
| | ||||||
* | make older gcc happier | 2007-10-24 | 1 | -2/+2 | ||
| | ||||||
* | fix r1.101 (2007-10-07) regression of not calling the iic_dump() for a | 2007-10-24 | 1 | -22/+15 | ||
| | | | | | | | successfully identified sensor chip that was not claimed by any driver; whilst at it, get rid of the 'if defined' madness ok deraadt | |||||
* | Uncomment PECI mode diagnosting bits. | 2007-10-24 | 1 | -11/+6 | ||
| | | | | ok deraadt | |||||
* | skip the ignored addresses completely (now covers the eeprom range, too); ok deraadt | 2007-10-24 | 1 | -7/+6 | ||
| | ||||||
* | _check prototypes are no longer used (replaced by i2c_scan.c); ok deraadt@ | 2007-10-20 | 3 | -6/+3 | ||
| | ||||||
* | Create memory specific decode routines to make code cleaner, | 2007-10-20 | 1 | -167/+248 | ||
| | | | | | | suggested by deraadt. This file has mostly been rewritten even before it was initially comitted so add my copyright to it as well. | |||||
* | re-introduce the "p_clk rounding" for DDR -- they need it | 2007-10-20 | 1 | -4/+7 | ||
| | | | | ok jsg | |||||
* | Print the type of DIMM (SO-DIMM/Mini-DIMM/Micro-DIMM) for | 2007-10-20 | 1 | -1/+20 | ||
| | | | | | non regular DDR2, there does not seem to be any equivalent information in the SDR/DDR layouts. | |||||
* | Deal with all possible 16 array offsets for tenths of a nanosecond array, | 2007-10-20 | 1 | -4/+2 | ||
| | | | | | and tweak p_clk rounding to return correct values. From giovanni <qgiovanni@gmail.com> | |||||
* | Correct tenths of a nanosecond cycle encodings for DDR2, | 2007-10-18 | 1 | -3/+7 | ||
| | | | | | | this makes the PC2-xxxx values show properly in all cases. From giovanni <qgiovanni@gmail.com> tested/ok cnst@ ok deraadt@ | |||||
* | ignore fans with >= 0x0fff readings. According to the iic_dump(), it appears | 2007-10-18 | 1 | -2/+2 | ||
| | | | | | | | | | as if all the invalid fans have either 0x0f00 or 0x0000 readings, but with the in-the-field driver 0x0f00 appears as 0x0fff. At any rate, no real fans would have sensors detecting 0x0f00 (351 RPM), so no harm continuing to ignore it, t. tested by jon.steel@esentire.com discussed with kettenis@ deraadt@ | |||||
* | Check to see if the SPD EEPROM size looks sane (ie < 32K) | 2007-10-18 | 1 | -2/+5 | ||
| | | | | | when trying to decide if we have found an SPD EEPROM. ok deraadt@ | |||||
* | add missing $OpenBSD$; "of course" deraadt | 2007-10-18 | 1 | -0/+1 | ||
| | ||||||
* | add probe for TI TMP401 (untested) | 2007-10-17 | 1 | -1/+13 | ||
| | ||||||
* | typo | 2007-10-17 | 1 | -2/+2 | ||
| | ||||||
* | clear the invalid flag for temperature sensors that are no longer invalid; ok deraadt | 2007-10-17 | 1 | -1/+3 | ||
| | ||||||
* | decl variables earlier; pointed out by fgsch | 2007-10-17 | 1 | -5/+9 | ||
| | ||||||
* | some local variables can shadow to decrease kernel stack use, whee | 2007-10-17 | 1 | -10/+8 | ||
| | ||||||
* | Fix printing of DIMM size for DDR2. | 2007-10-16 | 1 | -15/+16 | ||
| | | | | | input from canacar@, jsg@, deraadt@ ok deraadt@ | |||||
* | No need to match on "at34c02" anymore. | 2007-10-15 | 1 | -3/+2 | ||
| | | | | ok deraadt@ | |||||
* | correctly print PC and PC2- prefixes; ok jsg | 2007-10-14 | 1 | -3/+3 | ||
| | ||||||
* | fix newlines | 2007-10-14 | 1 | -293/+293 | ||
| |