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
This commit is contained in:
Sean Bruno 2018-05-01 12:58:01 +00:00
parent fa3385055c
commit 745a26b02a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=333137
2 changed files with 8 additions and 1 deletions

View File

@ -31,7 +31,7 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd August 18, 2006 .Dd April 30, 2018
.Dt IXGB 4 .Dt IXGB 4
.Os .Os
.Sh NAME .Sh NAME
@ -51,6 +51,12 @@ module at boot time, place the following line in
.Bd -literal -offset indent .Bd -literal -offset indent
if_ixgb_load="YES" if_ixgb_load="YES"
.Ed .Ed
.Sh DEPRECATION NOTICE
The
.Nm
driver is not present in
.Fx 12.0
and later.
.Sh DESCRIPTION .Sh DESCRIPTION
The The
.Nm .Nm

View File

@ -350,6 +350,7 @@ ixgb_attach(device_t dev)
ixgb_clear_hw_cntrs(&adapter->hw); ixgb_clear_hw_cntrs(&adapter->hw);
ixgb_update_stats_counters(adapter); ixgb_update_stats_counters(adapter);
gone_in_dev(dev, 12, "ixgb(4) driver");
INIT_DEBUGOUT("ixgb_attach: end"); INIT_DEBUGOUT("ixgb_attach: end");
return (0); return (0);