From 98a43f9e22a6fee8d779edf98df31d0cc48e2f91 Mon Sep 17 00:00:00 2001 From: "Pedro F. Giffuni" Date: Tue, 13 Aug 2019 01:25:07 +0000 Subject: [PATCH] Add deprecation notice to snd_maestro(4). As suggested in: https://wiki.freebsd.org/WhatsGoing/FreeBSD13 this old driver is buggy and no one is working on it so we should deprecate it for the next release. MFC after: 3 days Diferential Revision: https://reviews.freebsd.org/D21139 --- share/man/man4/snd_maestro.4 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/share/man/man4/snd_maestro.4 b/share/man/man4/snd_maestro.4 index eb74709e98a1..2c27c9b86750 100644 --- a/share/man/man4/snd_maestro.4 +++ b/share/man/man4/snd_maestro.4 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd December 15, 2005 +.Dd August 12, 2019 .Dt SND_MAESTRO 4 .Os .Sh NAME @@ -73,6 +73,9 @@ The .Nm device driver first appeared in .Fx 4.2 . +.Pp +This driver will be removed in a future version of the +.Fx base system. .Sh AUTHORS This manual page was written by .An Jorge Mario G. Mazo Aq Mt jgutie11@eafit.edu.co .