Date: Tue, 22 Mar 2022 00:45:21 GMT From: Ed Maste <emaste@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 812638797d59 - stable/13 - Update deprecation notice in snd_maestro, snd_ds1 Message-ID: <202203220045.22M0jLvg032407@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=812638797d59f70766bd67bc0d504588be286008 commit 812638797d59f70766bd67bc0d504588be286008 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2022-03-18 21:01:12 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2022-03-22 00:45:16 +0000 Update deprecation notice in snd_maestro, snd_ds1 These drivers are broken and have been scheduled for removal since 2012. They will finally be removed before FreeBSD 14. MFC after: 3 days Sponsored by: The FreeBSD Foundation (cherry picked from commit 1d7f6de5cfc2f752ced8361124566da11f9bc78a) --- share/man/man4/snd_ds1.4 | 6 +++--- share/man/man4/snd_maestro.4 | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/share/man/man4/snd_ds1.4 b/share/man/man4/snd_ds1.4 index eb936d99f4f4..e462e2eece63 100644 --- a/share/man/man4/snd_ds1.4 +++ b/share/man/man4/snd_ds1.4 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd August 12, 2019 +.Dd March 18, 2022 .Dt SND_DS1 4 .Os .Sh NAME @@ -69,8 +69,8 @@ The device driver first appeared in .Fx 4.1 . .Pp -This driver will be removed in a future version of the -.Fx base system. +This driver will be removed in +.Fx 14 . Users who require it may have better luck with the audio/oss port or package. .Sh AUTHORS .An Cameron Grant Aq Mt cg@FreeBSD.org diff --git a/share/man/man4/snd_maestro.4 b/share/man/man4/snd_maestro.4 index 2c27c9b86750..c9c2f969bfa7 100644 --- a/share/man/man4/snd_maestro.4 +++ b/share/man/man4/snd_maestro.4 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd August 12, 2019 +.Dd March 18, 2022 .Dt SND_MAESTRO 4 .Os .Sh NAME @@ -74,8 +74,8 @@ The device driver first appeared in .Fx 4.2 . .Pp -This driver will be removed in a future version of the -.Fx base system. +This driver will be removed in +.Fx 14 . .Sh AUTHORS This manual page was written by .An Jorge Mario G. Mazo Aq Mt jgutie11@eafit.edu.co .
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203220045.22M0jLvg032407>