From 585364f9a2c5d377d01ef3369e465845ef9cf62a Mon Sep 17 00:00:00 2001 From: avg Date: Sun, 6 Nov 2016 13:53:50 +0000 Subject: MFC r307768: jedec_ts: a driver for thermal sensors on memory modules --- sys/conf/NOTES | 5 +++++ sys/conf/files | 1 + 2 files changed, 6 insertions(+) (limited to 'sys/conf') 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 -- cgit v1.1