diff options
author | bmah <bmah@FreeBSD.org> | 2002-08-23 17:09:27 +0000 |
---|---|---|
committer | bmah <bmah@FreeBSD.org> | 2002-08-23 17:09:27 +0000 |
commit | 7a16e101bca61b7f9dcb2f28c3c4f669ef9278c5 (patch) | |
tree | e098c7a64f0efbc57c88b95dd387cdc6f3575589 /release | |
parent | d5413757220119f608478bbd56a2ba4f4ce46bb2 (diff) | |
download | FreeBSD-src-7a16e101bca61b7f9dcb2f28c3c4f669ef9278c5.zip FreeBSD-src-7a16e101bca61b7f9dcb2f28c3c4f669ef9278c5.tar.gz |
New release notes: sh(1) parser changes, via8233 sound driver, ich
sound driver supports ich4.
Submitted by: tjr (sh), orion (via8233, ich)
Diffstat (limited to 'release')
-rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/article.sgml | 17 | ||||
-rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/common/new.sgml | 17 |
2 files changed, 34 insertions, 0 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.sgml b/release/doc/en_US.ISO8859-1/relnotes/article.sgml index d01d053..9d772a4 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.sgml @@ -1458,6 +1458,14 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting> <programlisting role="historic">snd_maestro3_load="YES"</programlisting> + <para arch="i386">The VT8233 audio controller now has its own + driver to facilitate supporting all known revisions of the + hardware. It is loadable at boot time by adding + <literal>device pcm</literal> to the kernel configuration or + by adding <literal>snd_via8233="YES"</literal> to + <filename>/boot/loader.conf</filename>. Documentation to + support this work was provided by VIA. &merged;</para> + <para role="historic">The &man.bktr.4; driver has been updated to 2.18. This update provides a number of new features. New tuner types have been added, and improvements to the KLD module and to @@ -1485,6 +1493,9 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting> <para arch="i386" role="historic">The ich sound driver now support the SiS 7012 chipset. &merged;</para> + <para arch="i386">The ich sound driver now provides rudimentary + support for ich4 audio support. &merged;</para> + <para arch="i386">Drivers have been added to support the Direct Rendering Infrastructure, which can used to provide 3D acceleration within <application>XFree86</application>. Video @@ -3099,6 +3110,12 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting> <option>-p</option> flag to print their output in <quote>portable</quote> format. &merged;</para> + <para>&man.sh.1; no longer accepts invalid constructs as + <command><replaceable>command</replaceable> & && + <replaceable>command</replaceable></command>, <command>&& + <replaceable>command</replaceable></command>, or <command>|| + <replaceable>command</replaceable></command>.</para> + <para role="historic">&man.sockstat.1; now has <option>-c</option> and <option>-l</option> flags for listing connected and listening sockets, respectively. &merged;</para> diff --git a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml index d01d053..9d772a4 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml +++ b/release/doc/en_US.ISO8859-1/relnotes/common/new.sgml @@ -1458,6 +1458,14 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting> <programlisting role="historic">snd_maestro3_load="YES"</programlisting> + <para arch="i386">The VT8233 audio controller now has its own + driver to facilitate supporting all known revisions of the + hardware. It is loadable at boot time by adding + <literal>device pcm</literal> to the kernel configuration or + by adding <literal>snd_via8233="YES"</literal> to + <filename>/boot/loader.conf</filename>. Documentation to + support this work was provided by VIA. &merged;</para> + <para role="historic">The &man.bktr.4; driver has been updated to 2.18. This update provides a number of new features. New tuner types have been added, and improvements to the KLD module and to @@ -1485,6 +1493,9 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting> <para arch="i386" role="historic">The ich sound driver now support the SiS 7012 chipset. &merged;</para> + <para arch="i386">The ich sound driver now provides rudimentary + support for ich4 audio support. &merged;</para> + <para arch="i386">Drivers have been added to support the Direct Rendering Infrastructure, which can used to provide 3D acceleration within <application>XFree86</application>. Video @@ -3099,6 +3110,12 @@ options HZ=1000 # not compulsory but strongly recommended</programlisting> <option>-p</option> flag to print their output in <quote>portable</quote> format. &merged;</para> + <para>&man.sh.1; no longer accepts invalid constructs as + <command><replaceable>command</replaceable> & && + <replaceable>command</replaceable></command>, <command>&& + <replaceable>command</replaceable></command>, or <command>|| + <replaceable>command</replaceable></command>.</para> + <para role="historic">&man.sockstat.1; now has <option>-c</option> and <option>-l</option> flags for listing connected and listening sockets, respectively. &merged;</para> |