Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-12-12 | Check for zero'd spd data even if we pass the checksum | Jonathan Gray | |
and don't offer a match in this case. Deals with the qemu "TODO: Populate SPD eeprom data." tested by todd@ | |||
2008-11-24 | remove more logically irrelevant DDR code from the SDR function; ok jsg | Constantine A. Murenin | |
2008-11-13 | add support for ST's chip since documentation is now available at | Theo de Raadt | |
http://www.st.com/stonline/products/literature/ds/13448/stts424e02.pdf as discovered by Gert-Jan Vons. | |||
2008-11-10 | remove some dead code and fix a comment; llvm/clang; ok jsg | Constantine A. Murenin | |
2008-11-10 | uninitialised value caused some lmenv(4) fans to never appear sometimes; | Constantine A. Murenin | |
the bug was reported long time ago by Simon Slaytor with adm9240; the eyes were cleared today by LLVM/Clang Static Analyser; ok deraadt | |||
2008-11-03 | support w83627dhg at i2c (as seen on Sun Ultra 24 via dmesg@) ok deraadt@ | Constantine A. Murenin | |
2008-09-10 | add support for the PCA9555 device which has 16 instead of 8 pins. | Reyk Floeter | |
ok deraadt@ | |||
2008-06-09 | * fix the order of precedence in the divisor bits calculation | Constantine A. Murenin | |
* correct the constant in the fanrpm formula ok deraadt | |||
2008-05-21 | Print a specific message for non i2c attachments like macppc | Jonathan Gray | |
memc, in the situation where Apple cheaps out by having no SPD on integrated RAM. | |||
2008-05-01 | correct attach messages | Theo de Raadt | |
2008-04-23 | learn about the fans | Theo de Raadt | |
2008-04-22 | * correct the names of the register defines | Constantine A. Murenin | |
* describe the temperature sensors as 'Internal' / 'External' * no need for sensor description enumeration 'sure' deraadt | |||
2008-04-22 | unbreak the ignore_addrs logic (the 'continue' was obviously meant to affect | Constantine A. Murenin | |
another preceding 'for' loop); reported by krw and kettenis; better diff from millert; 'get it in' deraadt | |||
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 | |
semi, so now even more data sheets are available at http://www.onsemi.com/PowerSolutions/parametrics.do?id=2127 so if people want to help write drivers... | |||
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 | |
(not a series of 8 bit registers), the bytes come off the wire in big-endian order | |||
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 | |
when we finally find one of these devices. looked at by kettenis.. | |||
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 | |
simply going through datasheets found on the net...) | |||
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 | |
(still extremely rare devices.. so rare I had to wire up a chip myself) | |||
2008-04-07 | Identify two chips which follow the JDEC JC-42.4 standard dimm temperature | Theo de Raadt | |
probe -- NPX SE98 and ADT 7408 | |||
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 | |
registers are only tested if bank 0 is selected; 'looks ok' deraadt | |||
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 | |
'good plan' deraadt; ok kettenis, mikeb | |||
2008-03-23 | New andl(4) driver for Andigilog aSC7611 Hardware Monitor. | Constantine A. Murenin | |
Tested in my i2c sandbox against an i2c dump from D946GZIS, a dmesg for which was kindly donated to our dmesg@. 'commit it' deraadt@ | |||
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 | |
from remco@d-compu.dyndns.org | |||
2007-12-06 | support sch5027 which has two extra fans and slightly different voltage | Theo de Raadt | |
readings; from remco@d-compu.dyndns.org | |||
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 | |