Author: sbruno
Date: Tue May  1 12:58:01 2018
New Revision: 333137
URL: https://svnweb.freebsd.org/changeset/base/333137

Log:
  ixgb(4):  Add deprecation notice for this old and busted 10GE adapter.
  
  This is a prequisite before we remove the driver from -current.
  
  Reviewed by:  emaste kbowling imp
  Relnotes:     yes
  Differential Revision:        https://reviews.freebsd.org/D15244

Modified:
  head/share/man/man4/ixgb.4
  head/sys/dev/ixgb/if_ixgb.c

Modified: head/share/man/man4/ixgb.4
==============================================================================
--- head/share/man/man4/ixgb.4  Tue May  1 08:03:12 2018        (r333136)
+++ head/share/man/man4/ixgb.4  Tue May  1 12:58:01 2018        (r333137)
@@ -31,7 +31,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd August 18, 2006
+.Dd April 30, 2018
 .Dt IXGB 4
 .Os
 .Sh NAME
@@ -51,6 +51,12 @@ module at boot time, place the following line in
 .Bd -literal -offset indent
 if_ixgb_load="YES"
 .Ed
+.Sh DEPRECATION NOTICE
+The
+.Nm
+driver is not present in
+.Fx 12.0
+and later.
 .Sh DESCRIPTION
 The
 .Nm

Modified: head/sys/dev/ixgb/if_ixgb.c
==============================================================================
--- head/sys/dev/ixgb/if_ixgb.c Tue May  1 08:03:12 2018        (r333136)
+++ head/sys/dev/ixgb/if_ixgb.c Tue May  1 12:58:01 2018        (r333137)
@@ -350,6 +350,7 @@ ixgb_attach(device_t dev)
        ixgb_clear_hw_cntrs(&adapter->hw);
        ixgb_update_stats_counters(adapter);
 
+       gone_in_dev(dev, 12, "ixgb(4) driver");
        INIT_DEBUGOUT("ixgb_attach: end");
        return (0);
 
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to