SoundBlaster 16 card requires both snd_sbc(4) and snd_sb16(4) drivers to

run, so add missing references to snd_sb16(4) where needed.

Found by:	Fred Wheeler <fred.wheeler@gmail.com>
This commit is contained in:
Marc Fonvieille 2005-09-16 20:59:59 +00:00
parent 5abe974444
commit b40dfb3c3d
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=25666

View file

@ -232,10 +232,11 @@
the &man.loader.8; will read this file and pass the settings
to the kernel. For example, an old
Creative &soundblaster; 16 ISA non-PnP card will use the
&man.snd.sbc.4; driver, with the following line added to
&man.snd.sbc.4; driver in conjunction with snd_sb16(4). For this card the following lines have to be added to
the kernel configuration file:</para>
<programlisting>device snd_sbc</programlisting>
<programlisting>device snd_sbc
device snd_sb16</programlisting>
<para>as well as the following in
<filename>/boot/device.hints</filename>:</para>