Page MenuHomeFreeBSD

D15244.diff
No OneTemporary

D15244.diff

Index: head/share/man/man4/ixgb.4
===================================================================
--- head/share/man/man4/ixgb.4
+++ head/share/man/man4/ixgb.4
@@ -31,7 +31,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd August 18, 2006
+.Dd April 30, 2018
.Dt IXGB 4
.Os
.Sh NAME
@@ -51,6 +51,12 @@
.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
Index: head/sys/dev/ixgb/if_ixgb.c
===================================================================
--- head/sys/dev/ixgb/if_ixgb.c
+++ head/sys/dev/ixgb/if_ixgb.c
@@ -350,6 +350,7 @@
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);

File Metadata

Mime Type
text/plain
Expires
Thu, Jul 9, 2:42 PM (2 h, 50 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34891087
Default Alt Text
D15244.diff (817 B)

Event Timeline