index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
i2c
/
sdtemp.c
Age
Commit message (
Expand
)
Author
2010-07-29
When interpreting the alarm bits from the chip, don't report state for
pgoyette
2010-07-29
Cleanup hardware monitor limits retrieval. Do use the softc variables
njoly
2010-07-28
Fix a typo (missing digit) in chip name table.
pgoyette
2010-07-11
Add another pair of chips to the pile: IDT TS3000B3 & TSE2002B3
pgoyette
2010-07-08
Add additional chip IDs, and be more specific about which revs we match.
pgoyette
2010-04-10
Save initial, boot-time limit values, and restore them upon request
pgoyette
2010-03-14
Remove setting of edata->monitor since that member no longer exists.
pgoyette
2010-02-24
A pointer typedef entails trading too much flexibility to declare const
dyoung
2010-02-14
Adapt to changes in sysmon's limit structure
pgoyette
2010-01-08
Expand PMF_FN_* macros.
dyoung
2010-01-01
Explicitly inform envsys that the driver is capable of doing its own
pgoyette
2009-07-10
Correct usage of PROP_DRIVER_LIMITS flag
pgoyette
2009-06-14
Update {get,set}_limits() routines.
pgoyette
2009-06-13
No need to set flag=I2C_F_POLL when releasing the bus. Pointed out
pgoyette
2009-06-13
Update sdtemp driver to use sysmon_envsys(9) for setting temp sensor
pgoyette
2009-06-01
Since we no longer have individual events for each sensor value limit,
pgoyette
2009-05-19
When displaying boot-time trip-register settings, shift to exclude
pgoyette
2009-05-09
Initial implementation of sdtemp(4) driver for on-DIMM temp sensor.
pgoyette