Page MenuHomeFreeBSD

D40683.diff
No OneTemporary

D40683.diff

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

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)

Event Timeline