From ca3916153a9afe4e3f92645ad5e30244ae24d8fc Mon Sep 17 00:00:00 2001 From: hselasky Date: Mon, 14 Dec 2015 09:55:14 +0000 Subject: MFC r291684: Update the mlx5en(4) manual page. Submitted by: Mark Bloch Sponsored by: Mellanox Technologies Differential Revision: https://reviews.freebsd.org/D4348 --- share/man/man4/mlx5en.4 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'share/man/man4') diff --git a/share/man/man4/mlx5en.4 b/share/man/man4/mlx5en.4 index 03bb02c..e1b2b6d 100644 --- a/share/man/man4/mlx5en.4 +++ b/share/man/man4/mlx5en.4 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd November 22, 2015 +.Dd December 3, 2015 .Dt mlx5en 4 .Os .Sh NAME @@ -40,6 +40,12 @@ kernel configuration file: .Cd "device mlx5en" .Ed .Pp +To load the driver as a module at run-time, +run the following command as root: +.Bd -literal -offset indent +kldload mlx5en +.Ed +.Pp To load the driver as a module at boot time, place the following lines in .Xr loader.conf 5 : -- cgit v1.1