Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F161981214
D15244.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
817 B
Referenced Files
None
Subscribers
None
D15244.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D15244: ixgb(4): Add Deprecation Notice
Attached
Detach File
Event Timeline
Log In to Comment