svn commit: r261973 - stable/9/share/man/man4

Christian Brueffer brueffer at FreeBSD.org
Sun Feb 16 11:14:39 UTC 2014


Author: brueffer
Date: Sun Feb 16 11:14:36 2014
New Revision: 261973
URL: http://svnweb.freebsd.org/changeset/base/261973

Log:
  MFC: r261838
  
  Add a deprecation notice to nve.4 and Xref nfe.4.

Modified:
  stable/9/share/man/man4/nve.4
Directory Properties:
  stable/9/share/man/man4/   (props changed)

Modified: stable/9/share/man/man4/nve.4
==============================================================================
--- stable/9/share/man/man4/nve.4	Sun Feb 16 11:13:14 2014	(r261972)
+++ stable/9/share/man/man4/nve.4	Sun Feb 16 11:14:36 2014	(r261973)
@@ -26,13 +26,21 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd January 16, 2011
+.Dd February 13, 2014
 .Dt NVE 4
 .Os
 .Sh NAME
 .Nm nve
 .Nd "NVIDIA nForce MCP Networking Adapter device driver"
 .Sh SYNOPSIS
+.Sy Warning:
+This driver is deprecated and will not be available in
+.Fx 11.0
+and later.
+Please consider using the
+.Xr nfe 4
+driver instead.
+.Pp
 To compile this driver into the kernel,
 place the following lines in your
 kernel configuration file:
@@ -119,6 +127,7 @@ the network connection (cable).
 .Xr arp 4 ,
 .Xr miibus 4 ,
 .Xr netintro 4 ,
+.Xr nfe 4 ,
 .Xr ng_ether 4 ,
 .Xr rgephy 4 ,
 .Xr ifconfig 8


More information about the svn-src-all mailing list