From b52347f5b93822ee970b6cf4b5d893d60c3ceee8 Mon Sep 17 00:00:00 2001 From: Johannes Totz Date: Fri, 2 Jan 2026 08:03:24 -0700 Subject: [PATCH] jdec_dimm(4): add a reference to smbmsg(8) to jedec_dimm(4) and smbus(4) Add a cross reference to smbmsg(8) which is useful for discovering local devices and difficult to find otherwise. PR: 247749 Reviewed by: pauamma@gundo.com Differential Review: https://reviews.freebsd.org/D40839 --- share/man/man4/jedec_dimm.4 | 6 +++++- share/man/man4/smbus.4 | 3 ++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/share/man/man4/jedec_dimm.4 b/share/man/man4/jedec_dimm.4 index 30e89b0afd0..db11931ee18 100644 --- a/share/man/man4/jedec_dimm.4 +++ b/share/man/man4/jedec_dimm.4 @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd April 25, 2023 +.Dd January 2, 2026 .Dt JEDEC_DIMM 4 .Os .Sh NAME @@ -167,6 +167,10 @@ dev.jedec_dimm.6.serial: 0c4c46ad dev.jedec_dimm.6.temp: 43.1C dev.jedec_dimm.6.type: DDR4 .Ed +.Pp +You can use +.Xr smbmsg 8 +to probe for devices. .Sh COMPATIBILITY .Nm implements a superset of the functionality of the now-deleted diff --git a/share/man/man4/smbus.4 b/share/man/man4/smbus.4 index 250017defd3..c02cb4b3b17 100644 --- a/share/man/man4/smbus.4 +++ b/share/man/man4/smbus.4 @@ -60,7 +60,8 @@ between the internal SMB devices and external ACCESS bus devices. .Sh SEE ALSO .Xr iicbus 4 , .Xr iicsmb 4 , -.Xr smb 4 +.Xr smb 4 , +.Xr smbmsg 8 .Rs .%T The SMBus specification .%U http://www.smbus.org/specs/