git: d67ed83c5176 - releng/15.0 - le(4): Update depreciation notice
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 30 Oct 2025 04:23:39 UTC
The branch releng/15.0 has been updated by cperciva:
URL: https://cgit.FreeBSD.org/src/commit/?id=d67ed83c51760aa8ae5bdf2b603c4f439705a636
commit d67ed83c51760aa8ae5bdf2b603c4f439705a636
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2025-10-24 17:05:05 +0000
Commit: Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2025-10-30 04:22:34 +0000
le(4): Update depreciation notice
This driver was in fact not removed prior to FreeBSD 15.0.
Approved by: re (cperciva)
Sponsored by: The FreeBSD Foundation
(cherry picked from commit e4d6433e9c0379e164ff50ce829b5b1c0716bcb1)
(cherry picked from commit 59ba7278499f0ee20fd9c43a34bb2b72ae57dcbb)
---
share/man/man4/le.4 | 4 ++--
sys/dev/le/lance.c | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/share/man/man4/le.4 b/share/man/man4/le.4
index ff39361a1780..04b57633c91f 100644
--- a/share/man/man4/le.4
+++ b/share/man/man4/le.4
@@ -34,7 +34,7 @@
.\"
.\" from: Header: le.4,v 1.2 92/10/13 05:31:33 leres Exp
.\"
-.Dd June 21, 2023
+.Dd October 24, 2025
.Dt LE 4
.Os
.Sh NAME
@@ -66,7 +66,7 @@ numbers have to be specified in
The
.Nm
driver may not be present in
-.Fx 15.0
+.Fx 16.0
and later.
.Sh DESCRIPTION
The
diff --git a/sys/dev/le/lance.c b/sys/dev/le/lance.c
index f5e41e82bb42..df53242e80f4 100644
--- a/sys/dev/le/lance.c
+++ b/sys/dev/le/lance.c
@@ -193,7 +193,7 @@ lance_attach(struct lance_softc *sc)
if_setcapabilitiesbit(ifp, IFCAP_VLAN_MTU, 0);
if_setcapenablebit(ifp, IFCAP_VLAN_MTU, 0);
- gone_in(15, "Warning! le(4) to be removed: no longer needed for "
+ gone_in(16, "Warning! le(4) to be removed: no longer needed for "
"Qemu/MIPS\n");
}