Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102620021
D40683.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
D40683.diff
View Options
diff --git a/share/man/man4/le.4 b/share/man/man4/le.4
--- a/share/man/man4/le.4
+++ b/share/man/man4/le.4
@@ -36,7 +36,7 @@
.\" from: @(#)le.4 8.1 (Berkeley) 6/9/93
.\" $FreeBSD$
.\"
-.Dd December 26, 2020
+.Dd June 21, 2023
.Dt LE 4
.Os
.Sh NAME
@@ -64,6 +64,12 @@
.Cd hint.le.0.port="0x280"
.Cd hint.le.0.irq="10"
.Cd hint.le.0.drq="0"
+.Sh DEPRECATION NOTICE
+The
+.Nm
+driver may not be present in
+.Fx 15.0
+and later.
.Sh DESCRIPTION
The
.Nm
diff --git a/sys/dev/le/lance.c b/sys/dev/le/lance.c
--- a/sys/dev/le/lance.c
+++ b/sys/dev/le/lance.c
@@ -199,6 +199,8 @@
if_setifheaderlen(ifp, sizeof(struct ether_vlan_header));
if_setcapabilitiesbit(ifp, IFCAP_VLAN_MTU, 0);
if_setcapenablebit(ifp, IFCAP_VLAN_MTU, 0);
+
+ gone_in(15, "le: 10/100 NIC no longer needed for Qemu/MIPS");
}
void
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 15, 10:04 PM (20 h, 13 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14648653
Default Alt Text
D40683.diff (817 B)
Attached To
Mode
D40683: le(4): deprecate and mark for removal before 15.0
Attached
Detach File
Event Timeline
Log In to Comment