Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102557905
D30678.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
574 B
Referenced Files
None
Subscribers
None
D30678.diff
View Options
diff --git a/share/man/man4/an.4 b/share/man/man4/an.4
--- a/share/man/man4/an.4
+++ b/share/man/man4/an.4
@@ -130,6 +130,11 @@
.Nm
device driver first appeared in
.Fx 4.0 .
+.Pp
+The
+.Nm
+device driver was removed in
+.Fx 14.0 .
.Sh AUTHORS
The
.Nm
diff --git a/sys/dev/an/if_an.c b/sys/dev/an/if_an.c
--- a/sys/dev/an/if_an.c
+++ b/sys/dev/an/if_an.c
@@ -661,6 +661,7 @@
int i, nrate, mword;
u_int8_t r;
+ gone_in(14, "EOL/EOS in 2007");
ifp = sc->an_ifp = if_alloc(IFT_ETHER);
if (ifp == NULL) {
device_printf(sc->an_dev, "can not if_alloc()\n");
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 15, 1:12 AM (3 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14636226
Default Alt Text
D30678.diff (574 B)
Attached To
Mode
D30678: an: Deprecate the driver
Attached
Detach File
Event Timeline
Log In to Comment