Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Feb 2025 19:58:22 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 7f8a5c5a1585 - main - upgt: Deprecate ancient 802.11b/g driver
Message-ID:  <202502191958.51JJwMRD078634@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=7f8a5c5a1585fd9b56adfd8de4f9194ba5cc0785

commit 7f8a5c5a1585fd9b56adfd8de4f9194ba5cc0785
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2025-02-18 13:18:56 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2025-02-19 19:57:43 +0000

    upgt: Deprecate ancient 802.11b/g driver
    
    Recently-reported bugs in this driver should be fixed, but also the
    hardware it supports is obsolete so mark it for deprecation.
    
    PR:             284876
    Reviewed by:    bz
    Sponsored by:   The FreeBSD Foundation
    Differential Revision: https://reviews.freebsd.org/D49045
---
 share/man/man4/upgt.4 | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/share/man/man4/upgt.4 b/share/man/man4/upgt.4
index 805d045e61dd..508c87c6a925 100644
--- a/share/man/man4/upgt.4
+++ b/share/man/man4/upgt.4
@@ -48,7 +48,7 @@
 .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd April 17, 2008
+.Dd February 18, 2025
 .Dt UPGT 4
 .Os
 .Sh NAME
@@ -74,6 +74,11 @@ module at boot time, place the following line in
 .Bd -literal -offset indent
 if_upgt_load="YES"
 .Ed
+.Sh DEPRECATION NOTICE
+The
+.Nm
+driver is slated to be removed in
+.Fx 15.0 .
 .Sh DESCRIPTION
 The
 .Nm



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502191958.51JJwMRD078634>