Add the following supported Midi devices, including notes that they
are only supported in FreeBSD-CURRENT at the moment. SB Midi Port SB OPL3 16550 UART CS461x Midi Port OSS-compatible sequencer
This commit is contained in:
parent
2d8415a9de
commit
577925dff6
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=7605
2 changed files with 40 additions and 6 deletions
en_US.ISO8859-1/books/handbook/install
en_US.ISO_8859-1/books/handbook/install
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/install/chapter.sgml,v 1.49 2000/07/01 17:05:02 alex Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/install/chapter.sgml,v 1.50 2000/07/08 03:09:59 dannyboy Exp $
|
||||
-->
|
||||
|
||||
<chapter id="install">
|
||||
|
@ -1410,9 +1410,16 @@ ftp:*:99:99::0:0:FTP:/cdrom:/nonexistent</programlisting>
|
|||
<sect2 id="install-sound">
|
||||
<title>Sound Devices</title>
|
||||
|
||||
<para>The following soundcards or codecs are supported:</para>
|
||||
<para>The following soundcards or codecs are supported (devices marked
|
||||
'experimental' are only supported in FreeBSD-CURRENT and might
|
||||
work only unstably):</para>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>16550 UART (Midi) (experimental, needs a trick in the hints
|
||||
file)</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Advance Asound 100, 110 and Logic ALS120</para>
|
||||
</listitem>
|
||||
|
@ -1431,7 +1438,13 @@ ftp:*:99:99::0:0:FTP:/cdrom:/nonexistent</programlisting>
|
|||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Crystal Semiconductor CS461x/462x Audio Accelerator</para>
|
||||
<para>Creative Labs SB Midi Port (experimental), SB OPL3
|
||||
Synthesizer (experimental)</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Crystal Semiconductor CS461x/462x Audio Accelerator,
|
||||
the support for the CS461x Midi port is experimental</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
@ -1462,6 +1475,10 @@ ftp:*:99:99::0:0:FTP:/cdrom:/nonexistent</programlisting>
|
|||
<para>OPTi931 (ISA)</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>OSS-compatible sequencer (Midi) (experimental)</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Trident 4DWave DX/NX (PCI)</para>
|
||||
</listitem>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/install/chapter.sgml,v 1.49 2000/07/01 17:05:02 alex Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/install/chapter.sgml,v 1.50 2000/07/08 03:09:59 dannyboy Exp $
|
||||
-->
|
||||
|
||||
<chapter id="install">
|
||||
|
@ -1410,9 +1410,16 @@ ftp:*:99:99::0:0:FTP:/cdrom:/nonexistent</programlisting>
|
|||
<sect2 id="install-sound">
|
||||
<title>Sound Devices</title>
|
||||
|
||||
<para>The following soundcards or codecs are supported:</para>
|
||||
<para>The following soundcards or codecs are supported (devices marked
|
||||
'experimental' are only supported in FreeBSD-CURRENT and might
|
||||
work only unstably):</para>
|
||||
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>16550 UART (Midi) (experimental, needs a trick in the hints
|
||||
file)</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Advance Asound 100, 110 and Logic ALS120</para>
|
||||
</listitem>
|
||||
|
@ -1431,7 +1438,13 @@ ftp:*:99:99::0:0:FTP:/cdrom:/nonexistent</programlisting>
|
|||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Crystal Semiconductor CS461x/462x Audio Accelerator</para>
|
||||
<para>Creative Labs SB Midi Port (experimental), SB OPL3
|
||||
Synthesizer (experimental)</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Crystal Semiconductor CS461x/462x Audio Accelerator,
|
||||
the support for the CS461x Midi port is experimental</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
@ -1462,6 +1475,10 @@ ftp:*:99:99::0:0:FTP:/cdrom:/nonexistent</programlisting>
|
|||
<para>OPTi931 (ISA)</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>OSS-compatible sequencer (Midi) (experimental)</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>Trident 4DWave DX/NX (PCI)</para>
|
||||
</listitem>
|
||||
|
|
Loading…
Reference in a new issue