Date: Tue, 11 Aug 2020 12:52:23 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 248514] jedec_dimm(4) and imcsmb(4): support of memory controllers in Skylake and newer Intel CPUs Message-ID: <bug-248514-227-CCSAX1KkVf@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-248514-227@https.bugs.freebsd.org/bugzilla/> References: <bug-248514-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D248514 --- Comment #4 from VVD <vvd@unislabs.com> --- (In reply to Ravi Pokala from comment #3) Thanks! kldload imcsmb.ko: imcsmb_pci0: <Intel Skylake Xeon iMC 0 SMBus controllers> at device 30.5 numa-domain 0 on pci5 imcsmb0: <iMC SMBus controller> numa-domain 0 on imcsmb_pci0 smbus1: <System Management Bus> numa-domain 0 on imcsmb0 smb1: <SMBus generic I/O> on smbus1 imcsmb1: <iMC SMBus controller> numa-domain 0 on imcsmb_pci0 smbus2: <System Management Bus> numa-domain 0 on imcsmb1 smb2: <SMBus generic I/O> on smbus2 imcsmb_pci1: <Intel Skylake Xeon iMC 1 SMBus controllers> at device 30.6 numa-domain 0 on pci5 imcsmb2: <iMC SMBus controller> numa-domain 0 on imcsmb_pci1 smbus3: <System Management Bus> numa-domain 0 on imcsmb2 smb3: <SMBus generic I/O> on smbus3 imcsmb3: <iMC SMBus controller> numa-domain 0 on imcsmb_pci1 smbus4: <System Management Bus> numa-domain 0 on imcsmb3 smb4: <SMBus generic I/O> on smbus4 But after kldload jedec_dimm.ko: sysctl -a | grep jedec | wc -l 0 Added to /boot/device.hints: hint.jedec_dimm.0.at=3D"smbus1" hint.jedec_dimm.0.addr=3D"0xa0" hint.jedec_dimm.0.slotid=3D"Silkscreen" kldunload jedec_dimm imcsmb / kldload - nothing changed. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-248514-227-CCSAX1KkVf>