Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | ||
| | ||||||
* | wbng(4) driver for Winbond W83793G Hardware Monitor; 'commit it' deraadt | 2007-10-14 | 2 | -1/+299 | ||
| | ||||||
* | print the name of the chip on attach; ok deraadt | 2007-10-14 | 1 | -1/+3 | ||
| | ||||||
* | really correct : printing; ok deraadt@ | 2007-10-13 | 1 | -4/+4 | ||
| | ||||||
* | probe for Winbond W83793G; tested by jon.steel@esentire.com; suggestions/ok deraadt@ | 2007-10-11 | 1 | -1/+9 | ||
| | ||||||
* | hypenate memory type for readability. | 2007-10-11 | 1 | -2/+2 | ||
| | ||||||
* | correct : printing; ok jsg | 2007-10-10 | 1 | -3/+5 | ||
| | ||||||
* | we have been knocking out i2c when ipmi exists on a machine (because | 2007-10-09 | 2 | -15/+17 | ||
| | | | | | | | | there are ipmi bmc's that apparently violate i2c bus master locking). but those problems bite us only for sensors which we re-scan every few seconds, and then we hit the ipmi bmc's races. for non-sensor devices (like spdmem) it is probably ok to look once. let's try that method for a while and see if anyone sees breakage. | |||||
* | Print registered/CAS latency information for SDRAM. | 2007-10-08 | 1 | -4/+20 | ||
| | ||||||
* | To identity PC133 we need to check cycle time as modules | 2007-10-08 | 1 | -4/+7 | ||
| | | | | often identify as PC100. | |||||
* | Correct frequency for SDRAM. | 2007-10-08 | 1 | -8/+33 | ||
| | ||||||
* | Don't skip EEPROMs in ofw i2c scan, | 2007-10-08 | 1 | -2/+3 | ||
| | | | | | | match on sparc64 SPD name in spdmem. Tested on a V120. ok deraadt@ | |||||
* | Indicate if the module is registered, DDR/DDR2 only at the moment. | 2007-10-08 | 1 | -1/+13 | ||
| | | | | Tested by ian@ wilfried@ and deraadt@ | |||||
* | Print CAS latency for DDR/DDR2. | 2007-10-07 | 1 | -17/+35 | ||
| | | | | Shuffle strings around to look pretty as suggested by deraadt. | |||||
* | Port of Nicolas Joly, Paul Goyette & Tobias Nygren's | 2007-10-07 | 2 | -1/+383 | ||
| | | | | spdmem(4) driver for Serial Presence Detect memory information. | |||||
* | add support for scanning the spdmem range of addresses, using a different | 2007-10-07 | 1 | -36/+80 | ||
| | | | | probe function; based on earlier work by jsg, and retested by us | |||||
* | Set SENSOR_FINVALID instead of clearing it when reading fails. | 2007-09-18 | 1 | -4/+4 | ||
| | | | | ok otto@ | |||||
* | thmc vs tmhc screwup | 2007-09-09 | 2 | -5/+5 | ||
| | ||||||
* | new driver for TI tmhc50 / adm1022 / adm1028; checked by kettenis | 2007-09-09 | 2 | -1/+157 | ||
| |