]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r330304: imcsmb(4): Intel integrated Memory Controller (iMC) SMBus
authorrpokala <rpokala@FreeBSD.org>
Fri, 9 Mar 2018 02:55:22 +0000 (02:55 +0000)
committerrpokala <rpokala@FreeBSD.org>
Fri, 9 Mar 2018 02:55:22 +0000 (02:55 +0000)
commit59d816786cbf63ed08b7cede815a33bb7d9eaf9a
tree63fb4377b5576c27c00098780c1a2c2f1422102e
parent545f6de19dd1b2a753552e3364d7a71882fe9137
MFC r330304: imcsmb(4): Intel integrated Memory Controller (iMC) SMBus
controller driver

imcsmb(4) provides smbus(4) support for the SMBus controller functionality
in the integrated Memory Controllers (iMCs) embedded in Intel Sandybridge-
Xeon, Ivybridge-Xeon, Haswell-Xeon, and Broadwell-Xeon CPUs. Each CPU
implements one or more iMCs, depending on the number of cores; each iMC
implements two SMBus controllers (iMC-SMBs).

*** IMPORTANT NOTE ***
Because motherboard firmware or the BMC might try to use the iMC-SMBs for
monitoring DIMM temperatures and/or managing an NVDIMM, the driver might
need to temporarily disable those functions, or take a hardware interlock,
before using the iMC-SMBs. Details on how to do this may vary from board to
board, and the procedure may be proprietary. It is strongly suggested that
anyone wishing to use this driver contact their motherboard vendor, and
modify the driver as described in the manual page and in the driver itself.
(For what it's worth, the driver as-is has been tested on various SuperMicro
motherboards.)
12 files changed:
share/man/man4/Makefile
share/man/man4/imcsmb.4 [new file with mode: 0644]
sys/amd64/conf/NOTES
sys/conf/files.amd64
sys/conf/files.i386
sys/dev/imcsmb/imcsmb.c [new file with mode: 0644]
sys/dev/imcsmb/imcsmb_pci.c [new file with mode: 0644]
sys/dev/imcsmb/imcsmb_reg.h [new file with mode: 0644]
sys/dev/imcsmb/imcsmb_var.h [new file with mode: 0644]
sys/i386/conf/NOTES
sys/modules/i2c/controllers/Makefile
sys/modules/i2c/controllers/imcsmb/Makefile [new file with mode: 0644]