summaryrefslogtreecommitdiff
path: root/sys/dev/i2c
AgeCommit message (Expand)Author
2006-01-28Disable ds1624/ds1631/ds1721 probe.Mark Kettenis
2006-01-28Rename lm_i2c.c to lm78_i2c.c.Mark Kettenis
2006-01-26Fix printf.Mark Kettenis
2006-01-26Make lm at iic detach properly, and use config_detach(9) to fully detachMark Kettenis
2006-01-25Prevent division by zero, and make it actually update the fan sensors.Mark Kettenis
2006-01-24Initial stab at glenv(4), a driver for the GL518SM.Mark Kettenis
2006-01-23The GL518SM is a real piece of shit, and if we don't detect it bad thingsMark Kettenis
2006-01-19Replace SENSOR_ADD() macro with a pair of functionsAlexander Yurchenko
2006-01-18Fix typo; w83l785ts-l has chip ID 0x70.Mark Kettenis
2006-01-17Match "w83791sd".Mark Kettenis
2006-01-17AS99127F rev 1 doesn't have i2c address in register 0x48.Mark Kettenis
2006-01-15Commit missing bits too:Mark Kettenis
2006-01-15wbenv(4), a driver for the Winbond W83L784R/5R/5TS-L hardware monitor.Mark Kettenis
2006-01-15Fix typo.Mark Kettenis
2006-01-14Detect more Winbond chips.Mark Kettenis
2006-01-14Rename nslm7x.c into lm78.c and nslm7xvar.h into lm78var.h, and clean upMark Kettenis
2006-01-13Put back i2c bit-banging code, we'll need it soon.Alexander Yurchenko
2006-01-13handle all 3 types of chips correctly. go into continuous mode, andTheo de Raadt
2006-01-13damn, on the ds1721 we can be sure of even fewer known bitsTheo de Raadt
2006-01-13introduce the most stupid basic scan check for the maximally braindeadTheo de Raadt
2006-01-13ds1624 and ds1721 too, horrid horrid horrid chipsTheo de Raadt
2006-01-12attempt to probe for the ds1624; ok grangeTheo de Raadt
2006-01-11Identify Winbond chips that are in a non-zero register bank as w83781d.Mark Kettenis
2006-01-10rewritten lm75 driver. try to cope with the lm75 and lm77 better, butTheo de Raadt
2006-01-09damn, left a lockTheo de Raadt
2006-01-09Remove debug message.Mark Kettenis
2006-01-09variables now unusedTheo de Raadt
2006-01-09trust i2c_scan for telling us if this is a lm75 or lm77, instead ofTheo de Raadt
2006-01-09do a lot more careful register checking for echos and roll-around andTheo de Raadt
2006-01-06we now do these checks in iic_scanTheo de Raadt
2006-01-06pick some register with a known value, to try to tell a lm96000 apartTheo de Raadt
2006-01-05if both debug and verbose defined, only spit out the dump onceTheo de Raadt
2006-01-04detect lm96000Theo de Raadt
2006-01-04split out I2C_DEBUG into I2C_VERBOSE. VERBOSE is on. Turn on DEBUG toTheo de Raadt
2006-01-03Use "official" chip part names/numbers for matching.Mark Kettenis
2006-01-02Remove orphaned i2c_bitbang code, as well as i2c_bitbang and i2cexecMiod Vallat
2006-01-02add the name sparc64 calls this thingTheo de Raadt
2006-01-01fix cut and paste error on FAN2 sysctl defDamien Miller
2006-01-01switch from macppc-specific maciic(4) driver to the generic iic(4),Theo de Raadt
2005-12-31Better bounds for the lm7x register repeat test; ok deraadt@Miod Vallat
2005-12-31we do not look at the proberegs anymore, always full dumpsTheo de Raadt
2005-12-31if a register dump is going to find that all the registers are the same,Theo de Raadt
2005-12-31spacingTheo de Raadt
2005-12-31we think we can now probe chips correctly. only print the register dumpTheo de Raadt
2005-12-31add lots of comments. run the xeontemp probe stuff on other architectures asTheo de Raadt
2005-12-31reyk, touching a file I am actively hacking on without talking to me is a ser...Theo de Raadt
2005-12-30add i2c driver for Asus ASB100 sensors using register info from lm_sensorsDamien Miller
2005-12-30knf (replace lines of c++/c99 '//' comments with #if 0)Reyk Floeter
2005-12-30Initial W83791D support for lm(4).Mark Kettenis
2005-12-30check for another sign that a lm75 is not thereTheo de Raadt