summaryrefslogtreecommitdiff
path: root/sys/dev/i2c
AgeCommit message (Expand)Author
2010-03-20Fix the dbcool_{get,set}_limits() routines to properly deal with min/maxpgoyette
2010-03-14Remove setting of edata->monitor since that member no longer exists.pgoyette
2010-03-11various aprint_* fixes.mrg
2010-03-01Do initialise i2c_attach_args new members, for indirect configurationnjoly
2010-03-01Now that sysmon_envsys(8) has learned how to retrieve and update sensorpgoyette
2010-02-28Spelling police.snj
2010-02-28Add direct config support for a few devicesmartin
2010-02-28Generic (device property based) framework for optional direct configurationmartin
2010-02-26Disable DBCOOL_DEBUG by default, and make it compile that way.pgoyette
2010-02-24Fix handling of 6bit VID register (6th bit takes place of 12VIn sensor).pgoyette
2010-02-24A pointer typedef entails trading too much flexibility to declare constdyoung
2010-02-23Correct calculation and display of SDR DRAM speed. From OpenBSD.pgoyette
2010-02-22Import smcsmon(4) driver for SMSC LPC47M192 hardware monitorpgoyette
2010-02-14Adapt to changes in sysmon's limit structurepgoyette
2010-01-08Expand PMF_FN_* macros.dyoung
2010-01-01Explicitly inform envsys that the driver is capable of doing its ownpgoyette
2009-12-12Remove `volatile' qualifier from argument types oftsutsui
2009-11-02don't pull a 1.5K softc on the stack to do a chip ident. Idea from mrg.christos
2009-07-10Correct usage of PROP_DRIVER_LIMITS flagpgoyette
2009-06-14Update {get,set}_limits() routines.pgoyette
2009-06-13No need to set flag=I2C_F_POLL when releasing the bus. Pointed outpgoyette
2009-06-13Update sdtemp driver to use sysmon_envsys(9) for setting temp sensorpgoyette
2009-06-05From the specs: address 0xff gives the die revisionhubertf
2009-06-01Since we no longer have individual events for each sensor value limit,pgoyette
2009-05-19When displaying boot-time trip-register settings, shift to excludepgoyette
2009-05-14Ooops - sdtemp(4) driver requires sysmon.pgoyette
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-09Minor white-space KNF nit. No functional change.pgoyette
2009-05-09Initial implementation of sdtemp(4) driver for on-DIMM temp sensor.pgoyette
2009-02-221. Reorganize code into memory-type-specific routines instead of multiplepgoyette
2009-02-09Previous check for ADM1027 caused a kernel panic, since the read routinepgoyette
2009-02-08The ADM1027 chip doesn't support i2c read_byte protocol, so in thispgoyette
2009-02-08Use pre-scripted i2c protocols rather than re-inventing our own. Nopgoyette
2009-02-03Change the i2c bus scan routine to use the write_quick protocol for mostpgoyette
2009-02-03Handle i2c quick_read/quick_write bus protocol in the generic i2c_exec()pgoyette
2009-01-14Include ADT7460 in chip table (it's identical to the ADT7463, except forpgoyette
2009-01-09According to the datasheet, temperatures on the LM75 are kept inbriggs
2009-01-09Provide a utility routine to configure/write the watchdog.briggs
2008-12-18Add i2c bus address checking for these chips. All supported chips livepgoyette
2008-11-22Ouch - too many bits to fit in a byte.pgoyette
2008-11-22JEDEC has published the DDR3 SPD standard; update driver to match.pgoyette
2008-11-18PR/39947 - Juan RP -- dbcool_detach implicitly calledjnemeth
2008-11-16For DDR3, the number of physical banks stored in the EEPROM needs to bepgoyette
2008-10-30Add dependency on sysmon_envsys to admtemp.nakayama
2008-10-29Ported alipm(4) and admtemp(4) from OpenBSD.jkunz
2008-10-13Remove duplicated copy of the file - no idea where it came from.pgoyette
2008-10-12Add an i2c attachment for the LM78 family of temp sensor/fan controlpgoyette
2008-10-12Move the {read,write}reg() routine addresses into the dbcool_softc sopgoyette
2008-10-10sysctl doesn't like names that start with digits, nor does it like namespgoyette
2008-10-09It's not necessary to #include "sysmon_envsys.h" any more.pgoyette