diff options
author | avg <avg@FreeBSD.org> | 2016-11-06 13:53:50 +0000 |
---|---|---|
committer | avg <avg@FreeBSD.org> | 2016-11-06 13:53:50 +0000 |
commit | 585364f9a2c5d377d01ef3369e465845ef9cf62a (patch) | |
tree | 860d7b5834416e914c98c695f69cb8d4c445b6e8 /sys/conf | |
parent | 6382ed99282398c3bd1e7c1c8823d708a83a5493 (diff) | |
download | FreeBSD-src-585364f9a2c5d377d01ef3369e465845ef9cf62a.zip FreeBSD-src-585364f9a2c5d377d01ef3369e465845ef9cf62a.tar.gz |
MFC r307768: jedec_ts: a driver for thermal sensors on memory modules
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/NOTES | 5 | ||||
-rw-r--r-- | sys/conf/files | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 797b82e..1f6a2c6 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -2534,7 +2534,12 @@ device ismt device smb +# SMBus peripheral devices # +# jedec_ts Temperature Sensor compliant with JEDEC Standard 21-C +# +device jedec_ts + # I2C Bus # # Philips i2c bus support is provided by the `iicbus' device. diff --git a/sys/conf/files b/sys/conf/files index 884c807..cc99bc3 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -2017,6 +2017,7 @@ dev/ixgbe/ixgbe_dcb_82598.c optional ix inet | ixv inet \ compile-with "${NORMAL_C} -I$S/dev/ixgbe" dev/ixgbe/ixgbe_dcb_82599.c optional ix inet | ixv inet \ compile-with "${NORMAL_C} -I$S/dev/ixgbe" +dev/jedec_ts/jedec_ts.c optional jedec_ts smbus dev/jme/if_jme.c optional jme pci dev/joy/joy.c optional joy dev/joy/joy_isa.c optional joy isa |