From owner-svn-src-head@freebsd.org Thu Jan 19 17:09:12 2017 Return-Path: Delivered-To: svn-src-head@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 83A9DCB515E; Thu, 19 Jan 2017 17:09:12 +0000 (UTC) (envelope-from ngie@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 50E1418A7; Thu, 19 Jan 2017 17:09:12 +0000 (UTC) (envelope-from ngie@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0JH9BxA037124; Thu, 19 Jan 2017 17:09:11 GMT (envelope-from ngie@FreeBSD.org) Received: (from ngie@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0JH9BDd037121; Thu, 19 Jan 2017 17:09:11 GMT (envelope-from ngie@FreeBSD.org) Message-Id: <201701191709.v0JH9BDd037121@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ngie set sender to ngie@FreeBSD.org using -f From: Ngie Cooper Date: Thu, 19 Jan 2017 17:09:11 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r312419 - 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jan 2017 17:09:12 -0000 Author: ngie Date: Thu Jan 19 17:09:11 2017 New Revision: 312419 URL: https://svnweb.freebsd.org/changeset/base/312419 Log: Add manpage for mlx4ib(4) This manpage isn't differentiated from mlx4en except where necessary, replacing eth/ETH with ib/IB. Eventually the manpages will be split and the common bits be placed in a manpage named "mlx4.4". MFC after: 3 weeks Reviewed by: hselasky Sponsored by: Dell EMC Isilon Differential Revision: https://reviews.freebsd.org/D9241 Added: head/share/man/man4/mlx4ib.4 - copied, changed from r312391, head/share/man/man4/mlx4en.4 Modified: head/share/man/man4/Makefile head/share/man/man4/mlx4en.4 Modified: head/share/man/man4/Makefile ============================================================================== --- head/share/man/man4/Makefile Thu Jan 19 17:03:45 2017 (r312418) +++ head/share/man/man4/Makefile Thu Jan 19 17:09:11 2017 (r312419) @@ -889,6 +889,10 @@ MAN+= iscsi_initiator.4 MAN+= iser.4 .endif +.if ${MK_OFED} != "no" +MAN+= mlx4ib.4 +.endif + .if ${MK_TESTS} != "no" ATF= ${.CURDIR}/../../../contrib/atf .PATH: ${ATF}/doc Modified: head/share/man/man4/mlx4en.4 ============================================================================== --- head/share/man/man4/mlx4en.4 Thu Jan 19 17:03:45 2017 (r312418) +++ head/share/man/man4/mlx4en.4 Thu Jan 19 17:09:11 2017 (r312419) @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd September 30, 2016 +.Dd January 18, 2017 .Dt MLX4EN 4 .Os .Sh NAME @@ -81,6 +81,7 @@ If an issue is identified with this driv email all the specific information related to the issue to .Aq Mt freebsd-drivers@mellanox.com . .Sh SEE ALSO +.Xr mlx4ib 4 , .Xr ifconfig 8 .Sh HISTORY The Copied and modified: head/share/man/man4/mlx4ib.4 (from r312391, head/share/man/man4/mlx4en.4) ============================================================================== --- head/share/man/man4/mlx4en.4 Wed Jan 18 17:55:49 2017 (r312391, copy source) +++ head/share/man/man4/mlx4ib.4 Thu Jan 19 17:09:11 2017 (r312419) @@ -24,11 +24,11 @@ .\" .\" $FreeBSD$ .\" -.Dd September 30, 2016 -.Dt MLX4EN 4 +.Dd January 18, 2017 +.Dt MLX4IB 4 .Os .Sh NAME -.Nm mlx4en +.Nm mlx4ib .Nd "Mellanox ConnectX-3 10GbE/40GbE network adapter driver" .Sh SYNOPSIS To compile this driver into the kernel, @@ -37,20 +37,20 @@ kernel configuration file: .Bd -ragged -offset indent .Cd "options COMPAT_LINUXKPI" .Cd "device mlx4" -.Cd "device mlx4en" +.Cd "device mlx4ib" .Ed .Pp To load the driver as a module at run-time, run the following command as root: .Bd -literal -offset indent -kldload mlx4en +kldload mlx4ib .Ed .Pp To load the driver as a module at boot time, place the following lines in .Xr loader.conf 5 : .Bd -literal -offset indent -mlx4en_load="YES" +mlx4ib_load="YES" .Ed .Sh DESCRIPTION Mellanox ConnectX adapter cards with Virtual Protocol Interconnect @@ -68,9 +68,9 @@ driver supports the following network ad .Pp .Bl -bullet -compact .It -Mellanox ConnectX-2 (ETH) +Mellanox ConnectX-2 (IB) .It -Mellanox ConnectX-3 (ETH) +Mellanox ConnectX-3 (IB) .El .Sh SUPPORT For general information and support, @@ -81,6 +81,7 @@ If an issue is identified with this driv email all the specific information related to the issue to .Aq Mt freebsd-drivers@mellanox.com . .Sh SEE ALSO +.Xr mlx4en 4 , .Xr ifconfig 8 .Sh HISTORY The