Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | The adt7475 has a fixed address of 0x2e. | 2006-12-26 | 1 | -3/+2 | ||
| | | | | ok deraadt@ | |||||
* | identify adt7475 | 2006-12-25 | 1 | -1/+4 | ||
| | ||||||
* | Probe for National Semiconductor LM63. | 2006-11-19 | 1 | -2/+6 | ||
| | ||||||
* | Probe for Myson MTP008. | 2006-11-19 | 1 | -1/+5 | ||
| | ||||||
* | 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@ | |||||
* | 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 Genesys Logic GL523SM and Global Mixed-mode Technology G781. | 2006-07-15 | 1 | -1/+20 | ||
| | | | | 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 | ||
| | ||||||
* | teach it fintek f75375; half by drahn | 2006-06-14 | 1 | -1/+6 | ||
| | ||||||
* | 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 | 1 | -40/+74 | ||
| | | | | | checks on existing devices. "slap it in" deraadt@ | |||||
* | 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 | ||
| | ||||||
* | 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 | ||
| | ||||||
* | handle lm96000 (another similar chip); ok kettenis, tested by stu@spacehopper.org | 2006-03-04 | 1 | -2/+2 | ||
| | ||||||
* | 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@ | |||||
* | add a member to the i2c_attach args so that a controller can pass a | 2006-02-08 | 1 | -1/+2 | ||
| | | | | | | | | cookie down to the device. the most obvious use of this is to pass a device its ofw node on sparc64 and macppc so it can configure itself more appropriately. ok kettenis@ henning@ deraadt@ | |||||
* | Fix lm75 check. | 2006-02-08 | 1 | -4/+8 | ||
| | | | | ok deraadt@ | |||||
* | s/amd1032cloneprobe/adm1032cloneprobe/g | 2006-02-04 | 1 | -4/+4 | ||
| | ||||||
* | Don't probe address 0x4f. | 2006-01-29 | 1 | -3/+8 | ||
| | | | | ok deraadt@ | |||||
* | Move address checks forward. Cleanup comments. | 2006-01-28 | 1 | -51/+56 | ||
| | ||||||
* | Disable ds1624/ds1631/ds1721 probe. | 2006-01-28 | 1 | -1/+7 | ||
| | | | | requested by deraadt@ | |||||
* | The GL518SM is a real piece of shit, and if we don't detect it bad things | 2006-01-23 | 1 | -1/+20 | ||
| | | | | | will happen. The comment in the code has all the gory details. tested by jmc@ | |||||
* | Fix typo; w83l785ts-l has chip ID 0x70. | 2006-01-18 | 1 | -2/+2 | ||
| | ||||||
* | AS99127F rev 1 doesn't have i2c address in register 0x48. | 2006-01-17 | 1 | -2/+2 | ||
| | ||||||
* | Fix typo. | 2006-01-15 | 1 | -2/+2 | ||
| | ||||||
* | Detect more Winbond chips. | 2006-01-14 | 1 | -2/+13 | ||
| | | | | "Of course!" deraadt@ | |||||
* | damn, on the ds1721 we can be sure of even fewer known bits | 2006-01-13 | 1 | -2/+2 | ||
| | ||||||
* | introduce the most stupid basic scan check for the maximally braindead | 2006-01-13 | 1 | -5/+14 | ||
| | | | | | | ds1631/1624/1721 chips. this will need improvement -- we MUST check for more registers that alias or don't -- because we tend to write these chips ok grange | |||||
* | attempt to probe for the ds1624; ok grange | 2006-01-12 | 1 | -2/+6 | ||
| | ||||||
* | Identify Winbond chips that are in a non-zero register bank as w83781d. | 2006-01-11 | 1 | -28/+39 | ||
| | | | | | Let the driver sort out the proper chip detection in that case. "I like it" deraadt@, tested by robert@ | |||||
* | do a lot more careful register checking for echos and roll-around and | 2006-01-09 | 1 | -45/+102 | ||
| | | | | | nonsense values in the lm75 probe. while there, make it look for a significant difference the lm77 has, ok grange | |||||
* | pick some register with a known value, to try to tell a lm96000 apart | 2006-01-06 | 1 | -2/+3 | ||
| | | | | | from any of a variety of National superio chipsets for which documention is very hard to find | |||||
* | if both debug and verbose defined, only spit out the dump once | 2006-01-05 | 1 | -3/+3 | ||
| | ||||||
* | detect lm96000 | 2006-01-04 | 1 | -3/+6 | ||
| | ||||||
* | split out I2C_DEBUG into I2C_VERBOSE. VERBOSE is on. Turn on DEBUG to | 2006-01-04 | 1 | -22/+34 | ||
| | | | | show more information to i2c developers. thanks. | |||||
* | Use "official" chip part names/numbers for matching. | 2006-01-03 | 1 | -4/+4 | ||
| | | | | ok deraadt@ | |||||
* | Better bounds for the lm7x register repeat test; ok deraadt@ | 2005-12-31 | 1 | -2/+2 | ||
| | ||||||
* | we do not look at the proberegs anymore, always full dumps | 2005-12-31 | 1 | -9/+1 | ||
| |