svn commit: r312419 - head/share/man/man4
Ngie Cooper
ngie at FreeBSD.org
Thu Jan 19 17:09:12 UTC 2017
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 at 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 at mellanox.com .
.Sh SEE ALSO
+.Xr mlx4en 4 ,
.Xr ifconfig 8
.Sh HISTORY
The
More information about the svn-src-head
mailing list