svn commit: r342202 - stable/12/share/man/man4

Mark Johnston markj at FreeBSD.org
Tue Dec 18 20:16:47 UTC 2018


Author: markj
Date: Tue Dec 18 20:16:46 2018
New Revision: 342202
URL: https://svnweb.freebsd.org/changeset/base/342202

Log:
  MFC r341594, r341601:
  mlx4en(4) and ixl(4) have netdump support.

Modified:
  stable/12/share/man/man4/netdump.4
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/share/man/man4/netdump.4
==============================================================================
--- stable/12/share/man/man4/netdump.4	Tue Dec 18 20:14:33 2018	(r342201)
+++ stable/12/share/man/man4/netdump.4	Tue Dec 18 20:16:46 2018	(r342202)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd October 29, 2018
+.Dd December 5, 2018
 .Dt NETDUMP 4
 .Os
 .Sh NAME
@@ -105,6 +105,8 @@ The following network drivers support netdump:
 .Xr em 4 ,
 .Xr igb 4 ,
 .Xr ix 4 ,
+.Xr ixl 4 ,
+.Xr mlx4en 4 ,
 .Xr re 4 ,
 .Xr vtnet 4 .
 .Sh SYSCTL VARIABLES


More information about the svn-src-stable-12 mailing list