From owner-svn-src-all@FreeBSD.ORG Tue Jan 18 11:51:48 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 746031065673; Tue, 18 Jan 2011 11:51:48 +0000 (UTC) (envelope-from marius@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 6280A8FC17; Tue, 18 Jan 2011 11:51:48 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id p0IBpmFD037080; Tue, 18 Jan 2011 11:51:48 GMT (envelope-from marius@svn.freebsd.org) Received: (from marius@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p0IBpmVG037071; Tue, 18 Jan 2011 11:51:48 GMT (envelope-from marius@svn.freebsd.org) Message-Id: <201101181151.p0IBpmVG037071@svn.freebsd.org> From: Marius Strobl Date: Tue, 18 Jan 2011 11:51:48 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r217533 - stable/8/share/man/man4 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 18 Jan 2011 11:51:48 -0000 Author: marius Date: Tue Jan 18 11:51:48 2011 New Revision: 217533 URL: http://svn.freebsd.org/changeset/base/217533 Log: MFC: r217464, r217468, r217475 Add a manual page for rgephy(4) and reference it as appropriate. The motivation for having rgephy.4 is to document the special media option added in r217415 (MFC'ed to stable/8 in r217502). Added: stable/8/share/man/man4/rgephy.4 - copied, changed from r217464, head/share/man/man4/rgephy.4 Modified: stable/8/share/man/man4/Makefile stable/8/share/man/man4/axe.4 stable/8/share/man/man4/miibus.4 stable/8/share/man/man4/nfe.4 stable/8/share/man/man4/nve.4 stable/8/share/man/man4/re.4 stable/8/share/man/man4/sge.4 Directory Properties: stable/8/share/man/man4/ (props changed) Modified: stable/8/share/man/man4/Makefile ============================================================================== --- stable/8/share/man/man4/Makefile Tue Jan 18 10:42:13 2011 (r217532) +++ stable/8/share/man/man4/Makefile Tue Jan 18 11:51:48 2011 (r217533) @@ -331,6 +331,7 @@ MAN= aac.4 \ random.4 \ rc.4 \ re.4 \ + rgephy.4 \ rl.4 \ rndtest.4 \ route.4 \ Modified: stable/8/share/man/man4/axe.4 ============================================================================== --- stable/8/share/man/man4/axe.4 Tue Jan 18 10:42:13 2011 (r217532) +++ stable/8/share/man/man4/axe.4 Tue Jan 18 11:51:48 2011 (r217533) @@ -30,7 +30,7 @@ .\" .\" $FreeBSD$ .\" -.Dd January 20, 2008 +.Dd January 16, 2011 .Dt AXE 4 .Os .Sh NAME @@ -206,6 +206,7 @@ The driver failed to allocate an mbuf fo .Xr miibus 4 , .Xr netintro 4 , .Xr ng_ether 4 , +.Xr rgephy 4 , .Xr ifconfig 8 .Rs .%T "ASIX AX88172 AX88178 and AX88772 data sheets" Modified: stable/8/share/man/man4/miibus.4 ============================================================================== --- stable/8/share/man/man4/miibus.4 Tue Jan 18 10:42:13 2011 (r217532) +++ stable/8/share/man/man4/miibus.4 Tue Jan 18 11:51:48 2011 (r217533) @@ -8,7 +8,7 @@ .\" .\" $FreeBSD$ .\" -.Dd April 14, 2010 +.Dd January 15, 2011 .Dt MIIBUS 4 .Os .Sh NAME @@ -157,6 +157,7 @@ but as a result are not well behaved new .Xr nve 4 , .Xr pcn 4 , .Xr re 4 , +.Xr rgephy 4 , .Xr rl 4 , .Xr rue 4 , .Xr sf 4 , Modified: stable/8/share/man/man4/nfe.4 ============================================================================== --- stable/8/share/man/man4/nfe.4 Tue Jan 18 10:42:13 2011 (r217532) +++ stable/8/share/man/man4/nfe.4 Tue Jan 18 11:51:48 2011 (r217533) @@ -16,7 +16,7 @@ .\" .\" $FreeBSD$ .\" -.Dd October 2, 2008 +.Dd January, 2011 .Dt NFE 4 .Os .Sh NAME @@ -174,6 +174,7 @@ before a change takes effect. .Xr netintro 4 , .Xr pci 4 , .Xr polling 4 , +.Xr rgephy 4 , .Xr sysctl 8 , .Xr ifconfig 8 .Sh HISTORY Modified: stable/8/share/man/man4/nve.4 ============================================================================== --- stable/8/share/man/man4/nve.4 Tue Jan 18 10:42:13 2011 (r217532) +++ stable/8/share/man/man4/nve.4 Tue Jan 18 11:51:48 2011 (r217533) @@ -26,7 +26,7 @@ .\" .\" $FreeBSD$ .\" -.Dd December 8, 2007 +.Dd January 16, 2011 .Dt NVE 4 .Os .Sh NAME @@ -124,6 +124,7 @@ bandwidth show that the card is actually .Xr miibus 4 , .Xr netintro 4 , .Xr ng_ether 4 , +.Xr rgephy 4 , .Xr ifconfig 8 .Sh HISTORY The Modified: stable/8/share/man/man4/re.4 ============================================================================== --- stable/8/share/man/man4/re.4 Tue Jan 18 10:42:13 2011 (r217532) +++ stable/8/share/man/man4/re.4 Tue Jan 18 11:51:48 2011 (r217533) @@ -30,7 +30,7 @@ .\" .\" $FreeBSD$ .\" -.Dd December 2, 2010 +.Dd January, 2011 .Dt RE 4 .Os .Sh NAME @@ -213,6 +213,7 @@ the network connection (cable). .Xr netintro 4 , .Xr ng_ether 4 , .Xr polling 4 , +.Xr rgephy 4 , .Xr vlan 4 , .Xr ifconfig 8 .Rs Copied and modified: stable/8/share/man/man4/rgephy.4 (from r217464, head/share/man/man4/rgephy.4) ============================================================================== --- head/share/man/man4/rgephy.4 Sat Jan 15 22:07:08 2011 (r217464, copy source) +++ stable/8/share/man/man4/rgephy.4 Tue Jan 18 11:51:48 2011 (r217533) @@ -69,7 +69,7 @@ the .Nm driver by default also triggers an autonegotiation advertising the selected media. -This is done in order work around hardware issues in certain scenarios. +This is done in order to work around hardware issues in certain scenarios. It is believed that this behavior does not cause harm in general but in fact can have an adverse effect in edge cases. In order to manually set the media type and options without also triggering Modified: stable/8/share/man/man4/sge.4 ============================================================================== --- stable/8/share/man/man4/sge.4 Tue Jan 18 10:42:13 2011 (r217532) +++ stable/8/share/man/man4/sge.4 Tue Jan 18 11:51:48 2011 (r217533) @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd May 10, 2010 +.Dd January 16, 2011 .Dt SGE 4 .Os .Sh NAME @@ -105,6 +105,7 @@ SiS191 Fast/Gigabit Ethernet controller .Xr miibus 4 , .Xr netintro 4 , .Xr ng_ether 4 , +.Xr rgephy 4 , .Xr vlan 4 , .Xr ifconfig 8 .Sh HISTORY