svn commit: r333367 - in stable/11: share/man/man4 sys/dev/nxge

Sean Bruno sbruno at FreeBSD.org
Tue May 8 16:56:15 UTC 2018


Author: sbruno
Date: Tue May  8 16:56:14 2018
New Revision: 333367
URL: https://svnweb.freebsd.org/changeset/base/333367

Log:
  MFC r333210
  
  Deprecation notice for nxge(4).  This driver will not appear
  in FreeBSD 12 or later.
  
  Approved by:	re (gjb@)
  Relnotes:	yes

Modified:
  stable/11/share/man/man4/nxge.4
  stable/11/sys/dev/nxge/if_nxge.c
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/share/man/man4/nxge.4
==============================================================================
--- stable/11/share/man/man4/nxge.4	Tue May  8 16:56:02 2018	(r333366)
+++ stable/11/share/man/man4/nxge.4	Tue May  8 16:56:14 2018	(r333367)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd October 16, 2007
+.Dd May 3, 2018
 .Dt NXGE 4
 .Os
 .Sh NAME
@@ -44,6 +44,12 @@ module at boot time, place the following line in
 .Bd -literal -offset indent
 if_nxge_load="YES"
 .Ed
+.Sh DEPRECATION NOTICE
+The
+.Nm
+driver is not present in
+.Fx 12.0
+and later.
 .Sh DESCRIPTION
 The
 .Nm

Modified: stable/11/sys/dev/nxge/if_nxge.c
==============================================================================
--- stable/11/sys/dev/nxge/if_nxge.c	Tue May  8 16:56:02 2018	(r333366)
+++ stable/11/sys/dev/nxge/if_nxge.c	Tue May  8 16:56:14 2018	(r333367)
@@ -1004,6 +1004,7 @@ xge_attach(device_t dev)
 attach_out:
 	xge_os_free(NULL, device_config, sizeof(xge_hal_device_config_t));
 attach_out_config:
+	gone_in_dev(dev, 12, "nxge(4) driver");
 	return status;
 }
 


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