diff options
author | avg <avg@FreeBSD.org> | 2016-11-06 13:56:34 +0000 |
---|---|---|
committer | avg <avg@FreeBSD.org> | 2016-11-06 13:56:34 +0000 |
commit | 2ad9a680617aa2593c0c32be46b796333c0d7fbc (patch) | |
tree | 626c339904c5d6bd4507aca9f3881872315c2557 /sys/conf/NOTES | |
parent | 2784145cf2f9c41f0e18727e3a6080b41fe3d5a9 (diff) | |
download | FreeBSD-src-2ad9a680617aa2593c0c32be46b796333c0d7fbc.zip FreeBSD-src-2ad9a680617aa2593c0c32be46b796333c0d7fbc.tar.gz |
MFC r307768: jedec_ts: a driver for thermal sensors on memory modules
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r-- | sys/conf/NOTES | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 0eaf285..30d6d65 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -2515,7 +2515,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. |