Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Dec 2012 19:59:31 +0000 (UTC)
From:      Gavin Atkinson <gavin@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r40249 - head/en_US.ISO8859-1/books/arch-handbook/sound
Message-ID:  <201212021959.qB2JxV1P048897@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gavin
Date: Sun Dec  2 19:59:30 2012
New Revision: 40249
URL: http://svnweb.freebsd.org/changeset/doc/40249

Log:
  Update the arch-handbook chapter on sound slightly to reflect PCI devices
  are more common than ISA devices, and that USB devices exist.  Also,
  change a line suggesting device driver writers email cg@ with a
  recommendation they contact the FreeBSD-multimedia@ mailing list - Cameron
  passed away several years ago.
  
  Approved by:	bcr (mentor)

Modified:
  head/en_US.ISO8859-1/books/arch-handbook/sound/chapter.xml

Modified: head/en_US.ISO8859-1/books/arch-handbook/sound/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/arch-handbook/sound/chapter.xml	Sun Dec  2 18:37:32 2012	(r40248)
+++ head/en_US.ISO8859-1/books/arch-handbook/sound/chapter.xml	Sun Dec  2 19:59:30 2012	(r40249)
@@ -82,16 +82,16 @@
   <sect1 id="oss-files">
     <title>Files</title>
 
-    <para>All the relevant code currently (FreeBSD 4.4) lives in
+    <para>All the relevant code lives in
       <filename>/usr/src/sys/dev/sound/</filename>, except for the
       public ioctl interface definitions, found in
       <filename>/usr/src/sys/sys/soundcard.h</filename></para>
 
     <para>Under <filename>/usr/src/sys/dev/sound/</filename>, the
       <filename>pcm/</filename> directory holds the central code,
-      while the <filename>isa/</filename> and
-      <filename>pci/</filename> directories have the drivers for ISA
-      and PCI boards.</para>
+      while the <filename>pci/</filename>, <filename>isa/</filename>
+      and <filename>usb/</filename> directories have the drivers
+      for PCI and ISA boards, and for USB audio devices.</para>
 
   </sect1>
 
@@ -527,7 +527,7 @@
           <function>channel_resetdone()</function>, and
           <function>channel_notify()</function> are for special purposes
           and should not be implemented in a driver without discussing
-          it with the authorities (&a.cg;).</para>
+          it on the &a.multimedia;.</para>
 
         <para><function>channel_setdir()</function> is deprecated.</para>
       </sect3>



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