summaryrefslogtreecommitdiff
path: root/sys/dev/i2c/sdtemp.c
AgeCommit message (Expand)Author
2010-07-29When interpreting the alarm bits from the chip, don't report state forpgoyette
2010-07-29Cleanup hardware monitor limits retrieval. Do use the softc variablesnjoly
2010-07-28Fix a typo (missing digit) in chip name table.pgoyette
2010-07-11Add another pair of chips to the pile: IDT TS3000B3 & TSE2002B3pgoyette
2010-07-08Add additional chip IDs, and be more specific about which revs we match.pgoyette
2010-04-10Save initial, boot-time limit values, and restore them upon requestpgoyette
2010-03-14Remove setting of edata->monitor since that member no longer exists.pgoyette
2010-02-24A pointer typedef entails trading too much flexibility to declare constdyoung
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-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-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-09Initial implementation of sdtemp(4) driver for on-DIMM temp sensor.pgoyette