Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | lm75 scoring should not show up in verbose | 2006-11-01 | 1 | -3/+3 | ||
| | ||||||
* | re-enable I2C_VERBOSE | 2006-09-26 | 1 | -2/+2 | ||
| | | | | ok deraadt@ | |||||
* | #undef I2C_VERBOSE | 2006-08-29 | 1 | -2/+2 | ||
| | | | | ok deraadt@ | |||||
* | Cleanup. Add config flag to make fans blast at full speed. | 2006-08-26 | 1 | -308/+60 | ||
| | | | | ok drahn@ | |||||
* | handle lm75a; matt@bodgit-n-scarper.com | 2006-08-19 | 1 | -2/+31 | ||
| | ||||||
* | probe for the lm75a, meaning that the lm75/lm75a/lm77 probe routine must | 2006-08-18 | 1 | -31/+116 | ||
| | | | | | become quite complicated. work done by matt@bodgit-n-scarper.com after i explained how daft these devices are | |||||
* | Add support for Analog Devices ADM1023 (and ADM1021A). | 2006-07-20 | 1 | -1/+2 | ||
| | ||||||
* | Add support for Genesys Logic GL523SM and Global Mixed-mode Technology G781. | 2006-07-15 | 2 | -4/+26 | ||
| | | | | tested by fgs@ and Stuart Henderson. | |||||
* | spacing | 2006-07-12 | 1 | -2/+2 | ||
| | ||||||
* | Add missing break. | 2006-07-12 | 1 | -1/+2 | ||
| | ||||||
* | Sort switch statements by vendor ID. | 2006-07-12 | 1 | -68/+68 | ||
| | ||||||
* | match pca9555 as a name too | 2006-06-27 | 1 | -1/+2 | ||
| | ||||||
* | pretty code, shorten it, etc, ok drahn | 2006-06-21 | 1 | -39/+15 | ||
| | ||||||
* | Avoid using the rfact member of 'struct sensor' which is on its way out. | 2006-06-19 | 1 | -3/+3 | ||
| | ||||||
* | Better checks to avoid attaching when device is not present. | 2006-06-17 | 1 | -2/+6 | ||
| | ||||||
* | Driver for the Philips PCA9532 LCD dimmer controller, found on thecus. | 2006-06-17 | 2 | -1/+186 | ||
| | ||||||
* | Fan controller for Thecus N2100, still needs more work, currently sets the | 2006-06-15 | 2 | -1/+535 | ||
| | | | | | fan so it is running. The nice auto fan speed isn't working currently. Also gives temperature sensors. | |||||
* | Ricoh rtc support for armish, driver from netbsd. | 2006-06-15 | 2 | -1/+353 | ||
| | ||||||
* | teach it fintek f75375; half by drahn | 2006-06-14 | 1 | -1/+6 | ||
| | ||||||
* | Add abstraction for resistor factors; makes it easier to compare them to | 2006-05-14 | 1 | -20/+41 | ||
| | | | | | the datasheets. Fix a few bugs in the handling of voltage sensors. From Constantine Murenin <mureninc@gmail.com>. | |||||
* | incorporate feedback from kettenis@: fix init of sc_temp_invalid for LM90, | 2006-04-30 | 1 | -15/+12 | ||
| | | | | | make sc_temp_invalid an array and set 0x7f as an invalid reading for the Maxim 6690 too | |||||
* | support the Maxim 6657, 6658 and 6659 parts, which are register-wise | 2006-04-30 | 1 | -3/+16 | ||
| | | | | | identical to the Maxim 6690. Also fixes a bug which caused Maxim 6642 parts to be mishandled; ok deraadt@ | |||||
* | bring back skip_fc SMI workaround for max6657 chips; ok kettenis@ | 2006-04-29 | 1 | -3/+4 | ||
| | ||||||
* | Reorganize the 0xfe vendor register block, adding new devices and tightening | 2006-04-17 | 2 | -41/+76 | ||
| | | | | | checks on existing devices. "slap it in" deraadt@ | |||||
* | looks like 0x20 on sch5017 is a 5v input, not 2.5v | 2006-04-17 | 1 | -7/+9 | ||
| | ||||||
* | fix +12v conversion, because of stupid C; wilfried | 2006-04-14 | 1 | -2/+2 | ||
| | ||||||
* | various changes to the table-driven code as a result of conversations | 2006-04-13 | 1 | -45/+35 | ||
| | | | | | | with wilfried. unfortunately days have gone by without him (or others) saying that it works fine. in it goes. maybe it will crash for someone? | |||||
* | sch5017 is an adt7460 clone of some type. also, we are seeing some | 2006-04-10 | 3 | -379/+107 | ||
| | | | | | | ways to determine the actual voltage multipliers, so move to a table driven model, which we can tweak as we see more varients. checked by kettenis jolan and roman | |||||
* | make this match our code standards | 2006-04-10 | 12 | -97/+70 | ||
| | ||||||
* | new sch5017 driver by roman.hunt@comcast.net | 2006-04-10 | 1 | -1/+6 | ||
| | ||||||
* | files.i2c | 2006-04-10 | 1 | -0/+363 | ||
| | ||||||
* | slightly nicer sensor names | 2006-04-09 | 2 | -7/+7 | ||
| | ||||||
* | Detect newer revisions of the LM81. | 2006-03-22 | 1 | -2/+3 | ||
| | ||||||
* | sis950 has 0x5b missing, so it looks more like an it8712f-a | 2006-03-19 | 1 | -2/+2 | ||
| | ||||||
* | ok, what i thought was sis950 is actually likely the it8712f-a | 2006-03-19 | 1 | -4/+4 | ||
| | ||||||
* | probe for it8712 and sis950 (somewhat of a clone) | 2006-03-18 | 1 | -2/+10 | ||
| | ||||||
* | typo | 2006-03-18 | 1 | -2/+2 | ||
| | ||||||
* | Properly scale voltage on w83l784r. | 2006-03-12 | 1 | -7/+13 | ||
| | | | | Origional patch from Constantine A. Murenin. | |||||
* | Match emc6d100 and emc6w201. Fix typo. print rev with 0x prefix. | 2006-03-12 | 1 | -5/+6 | ||
| | ||||||
* | Tweak comment. | 2006-03-12 | 1 | -2/+2 | ||
| | ||||||
* | Add a few more SMSC devices. | 2006-03-07 | 1 | -2/+8 | ||
| | ||||||
* | Improve adm1030/adm1031 detection. | 2006-03-07 | 1 | -9/+12 | ||
| | | | | ok deraadt@ | |||||
* | Re-enable I2C_VERBOSE. | 2006-03-04 | 1 | -2/+2 | ||
| | ||||||
* | don't permanently disable temperature sensors when they fail a read, | 2006-03-04 | 1 | -3/+5 | ||
| | | | | just mark it as invalid | |||||
* | handle lm96000 (another similar chip); ok kettenis, tested by stu@spacehopper.org | 2006-03-04 | 2 | -4/+5 | ||
| | ||||||
* | if ipmi is on the machine: instead of (confusingly) failing in match, | 2006-02-26 | 1 | -8/+10 | ||
| | | | | bail out in attach, and also say why; ok marco | |||||
* | Don't touch i2c bus tag internals directly. | 2006-02-26 | 1 | -9/+9 | ||
| | | | | ok deraadt@ | |||||
* | Make sure we print something for unidentified devices. | 2006-02-25 | 1 | -1/+6 | ||
| | | | | ok deraadt@ | |||||
* | #undef I2C_VERBOSE; re-enable after release. | 2006-02-25 | 1 | -2/+2 | ||
| | | | | prompted by deraadt@ | |||||
* | Fix another typo. From Constantine A. Murenin. | 2006-02-17 | 1 | -2/+2 | ||
| |