svn commit: r303113 - head/share/man/man4

Alexander Motin mav at FreeBSD.org
Wed Jul 20 20:18:54 UTC 2016


Author: mav
Date: Wed Jul 20 20:18:52 2016
New Revision: 303113
URL: https://svnweb.freebsd.org/changeset/base/303113

Log:
  Cross-link some SMBus controller drivers man pages.
  
  Some compatibility cases are not obvious.

Modified:
  head/share/man/man4/amdpm.4
  head/share/man/man4/amdsmb.4
  head/share/man/man4/ichsmb.4
  head/share/man/man4/intpm.4
  head/share/man/man4/ismt.4

Modified: head/share/man/man4/amdpm.4
==============================================================================
--- head/share/man/man4/amdpm.4	Wed Jul 20 20:12:58 2016	(r303112)
+++ head/share/man/man4/amdpm.4	Wed Jul 20 20:18:52 2016	(r303113)
@@ -51,6 +51,7 @@ for writing user code to fetch voltages,
 monitoring chip of your mainboard.
 .Sh SEE ALSO
 .Xr amdsmb 4 ,
+.Xr intpm 4 ,
 .Xr smb 4 ,
 .Xr smbus 4
 .Sh HISTORY

Modified: head/share/man/man4/amdsmb.4
==============================================================================
--- head/share/man/man4/amdsmb.4	Wed Jul 20 20:12:58 2016	(r303112)
+++ head/share/man/man4/amdsmb.4	Wed Jul 20 20:18:52 2016	(r303113)
@@ -31,6 +31,7 @@
 .Nm amdsmb
 .Nd "AMD-8111 SMBus 2.0 controller driver"
 .Sh SYNOPSIS
+.Cd "device pci"
 .Cd "device smbus"
 .Cd "device smb"
 .Cd "device amdsmb"
@@ -39,6 +40,8 @@ The
 .Nm
 driver provides access to the AMD-8111 SMBus 2.0 controller.
 .Sh SEE ALSO
+.Xr amdpm 4 ,
+.Xr intpm 4 ,
 .Xr smb 4 ,
 .Xr smbus 4
 .Sh HISTORY

Modified: head/share/man/man4/ichsmb.4
==============================================================================
--- head/share/man/man4/ichsmb.4	Wed Jul 20 20:12:58 2016	(r303112)
+++ head/share/man/man4/ichsmb.4	Wed Jul 20 20:18:52 2016	(r303113)
@@ -53,6 +53,8 @@ driver provides
 support for the SMBus controller logical device contained in all Intel
 motherboard chipsets starting from 82801AA (ICH).
 .Sh SEE ALSO
+.Xr intpm 4 ,
+.Xr ismt 4 ,
 .Xr smb 4 ,
 .Xr smbus 4
 .Sh AUTHORS

Modified: head/share/man/man4/intpm.4
==============================================================================
--- head/share/man/man4/intpm.4	Wed Jul 20 20:12:58 2016	(r303112)
+++ head/share/man/man4/intpm.4	Wed Jul 20 20:18:52 2016	(r303113)
@@ -58,6 +58,9 @@ ATI IXP400
 AMD SB600/700/710/750
 .El
 .Sh SEE ALSO
+.Xr amdpm 4 ,
+.Xr amdsmb 4 ,
+.Xr ichsmb 4 ,
 .Xr smb 4 ,
 .Xr smbus 4
 .Sh HISTORY

Modified: head/share/man/man4/ismt.4
==============================================================================
--- head/share/man/man4/ismt.4	Wed Jul 20 20:12:58 2016	(r303112)
+++ head/share/man/man4/ismt.4	Wed Jul 20 20:18:52 2016	(r303113)
@@ -48,6 +48,7 @@
 This driver provides access to the SMBus 2.0 controller device contained
 in the Intel Atom S1200 and C2000 CPUs.
 .Sh SEE ALSO
+.Xr ichsmb 4 ,
 .Xr smb 4 ,
 .Xr smbus 4
 .Sh HISTORY


More information about the svn-src-all mailing list