diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2025-02-18 13:18:56 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2025-02-19 19:57:43 +0000 |
| commit | 7f8a5c5a1585fd9b56adfd8de4f9194ba5cc0785 (patch) | |
| tree | 9676ee471d7356e7eef73785530871bc52d0c3a8 | |
| parent | 0ae642c7dd0c2cfd965a22bf73876cd26cceadd2 (diff) | |
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
| -rw-r--r-- | share/man/man4/upgt.4 | 7 |
1 files changed, 6 insertions, 1 deletions
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 |
