From owner-svn-src-all@freebsd.org Wed Jul 20 20:18:54 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4BF55B9F486; Wed, 20 Jul 2016 20:18:54 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F2F291166; Wed, 20 Jul 2016 20:18:53 +0000 (UTC) (envelope-from mav@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u6KKIrJQ085531; Wed, 20 Jul 2016 20:18:53 GMT (envelope-from mav@FreeBSD.org) Received: (from mav@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u6KKIq15085526; Wed, 20 Jul 2016 20:18:52 GMT (envelope-from mav@FreeBSD.org) Message-Id: <201607202018.u6KKIq15085526@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mav set sender to mav@FreeBSD.org using -f From: Alexander Motin Date: Wed, 20 Jul 2016 20:18:52 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r303113 - head/share/man/man4 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Jul 2016 20:18:54 -0000 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