Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Aug 2019 01:24:43 +0000 (UTC)
From:      "Pedro F. Giffuni" <pfg@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r350969 - head/share/man/man4
Message-ID:  <201908130124.x7D1Oh1H001526@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pfg
Date: Tue Aug 13 01:24:43 2019
New Revision: 350969
URL: https://svnweb.freebsd.org/changeset/base/350969

Log:
  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.
  
  MFC after:	3 days
  Diferential Revision:	https://reviews.freebsd.org/D21138

Modified:
  head/share/man/man4/snd_ds1.4

Modified: head/share/man/man4/snd_ds1.4
==============================================================================
--- head/share/man/man4/snd_ds1.4	Mon Aug 12 23:44:03 2019	(r350968)
+++ head/share/man/man4/snd_ds1.4	Tue Aug 13 01:24:43 2019	(r350969)
@@ -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@FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908130124.x7D1Oh1H001526>