svn commit: r351111 - stable/11/share/man/man4
Pedro F. Giffuni
pfg at FreeBSD.org
Fri Aug 16 04:53:15 UTC 2019
Author: pfg
Date: Fri Aug 16 04:53:14 2019
New Revision: 351111
URL: https://svnweb.freebsd.org/changeset/base/351111
Log:
MFC r350969:
Add deprecation notice to snd_ds1(4).
As suggested in:
https://wiki.freebsd.org/WhatsGoing/FreeBSD13
We will be dropping the snd_ds1 driver. The driver is known to be buggy
and no one has been working on it for years now.
Users of old Yamaha cards may have luck with the OSS drivers instead.
Modified:
stable/11/share/man/man4/snd_ds1.4
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/share/man/man4/snd_ds1.4
==============================================================================
--- stable/11/share/man/man4/snd_ds1.4 Fri Aug 16 04:53:02 2019 (r351110)
+++ stable/11/share/man/man4/snd_ds1.4 Fri Aug 16 04:53:14 2019 (r351111)
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd December 15, 2005
+.Dd August 12, 2019
.Dt SND_DS1 4
.Os
.Sh NAME
@@ -68,5 +68,9 @@ The
.Nm
device driver first appeared in
.Fx 4.1 .
+.Pp
+This driver will be removed in a future version of the
+.Fx base system.
+Users who require it may have better luck with the audio/oss port or package.
.Sh AUTHORS
.An Cameron Grant Aq Mt cg at FreeBSD.org
More information about the svn-src-stable
mailing list