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:
parent
5abe974444
commit
b40dfb3c3d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=25666
1 changed files with 3 additions and 2 deletions
|
|
@ -232,10 +232,11 @@
|
||||||
the &man.loader.8; will read this file and pass the settings
|
the &man.loader.8; will read this file and pass the settings
|
||||||
to the kernel. For example, an old
|
to the kernel. For example, an old
|
||||||
Creative &soundblaster; 16 ISA non-PnP card will use the
|
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>
|
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
|
<para>as well as the following in
|
||||||
<filename>/boot/device.hints</filename>:</para>
|
<filename>/boot/device.hints</filename>:</para>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue