summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorrpokala <rpokala@FreeBSD.org>2018-02-28 09:59:44 +0000
committerrpokala <rpokala@FreeBSD.org>2018-02-28 09:59:44 +0000
commitbbba0c05b6b34dba4485c130b549de8d35599fe3 (patch)
tree6cc3912e0a351e1180c0fd0ea9ddbb65569762cc /sys/conf
parent9c7570c3132b1eb17c9cd33e73a8ae9f13ba0624 (diff)
downloadFreeBSD-src-bbba0c05b6b34dba4485c130b549de8d35599fe3.zip
FreeBSD-src-bbba0c05b6b34dba4485c130b549de8d35599fe3.tar.gz
MFC r329843:
jedec_dimm(4): report asset info and temperatures for DDR3 and DDR4 DIMMs A super-set of the functionality of jedec_ts(4). jedec_dimm(4) reports asset information (Part Number, Serial Number) encoded in the "Serial Presence Detect" (SPD) data on JEDEC DDR3 and DDR4 DIMMs. It also calculates and reports the memory capacity of the DIMM, in megabytes. If the DIMM includes a "Thermal Sensor On DIMM" (TSOD), the temperature is also reported.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES2
-rw-r--r--sys/conf/files1
2 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 7d5081b..28e7e2b 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2541,8 +2541,10 @@ device smb
# SMBus peripheral devices
#
+# jedec_dimm Asset and temperature reporting for DDR3 and DDR4 DIMMs
# jedec_ts Temperature Sensor compliant with JEDEC Standard 21-C
#
+device jedec_dimm
device jedec_ts
# I2C Bus
diff --git a/sys/conf/files b/sys/conf/files
index 9dc8fc0..0c63533 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -2161,6 +2161,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_dimm/jedec_dimm.c optional jedec_dimm smbus
dev/jedec_ts/jedec_ts.c optional jedec_ts smbus
dev/jme/if_jme.c optional jme pci
dev/joy/joy.c optional joy
OpenPOWER on IntegriCloud