Date: Thu, 3 Oct 2024 22:51:09 GMT From: Mark Johnston <markj@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 8375d2b9c653 - stable/13 - agp.4: Add a deprecation notice to the man page Message-ID: <202410032251.493Mp9nG017060@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=8375d2b9c653b77dcfe887c51eee16c52f585012 commit 8375d2b9c653b77dcfe887c51eee16c52f585012 Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2024-09-19 10:06:49 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2024-10-03 22:50:57 +0000 agp.4: Add a deprecation notice to the man page The driver is giant-locked and thus already prints a deprecation warning when attaching. The device file interface was broken in 14.0 and 14.1, see commit 12500c14281d, but it took a very long time for anyone to notice, and in that case it was only because of some code which probes all device files. Relnotes: yes Reviewed by: imp, jhb, emaste MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D46542 (cherry picked from commit 0abe2d3903cc4569705d491f8ac6d2edea01c26f) --- share/man/man4/agp.4 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/share/man/man4/agp.4 b/share/man/man4/agp.4 index 40da98a6b3f3..8fea599a9b3d 100644 --- a/share/man/man4/agp.4 +++ b/share/man/man4/agp.4 @@ -30,6 +30,11 @@ .Nd "generic interface to the Accelerated Graphics Port (AGP)" .Sh SYNOPSIS .Cd "device agp" +.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?202410032251.493Mp9nG017060>