Link snd_sb16.4 and snd_sb8.4 to snd_sbc.4.
Submitted by: ariff
This commit is contained in:
parent
5a86fe5361
commit
4704be40c8
@ -493,6 +493,8 @@ MLINKS+=sl.4 if_sl.4
|
||||
MLINKS+=smp.4 SMP.4
|
||||
MLINKS+=sn.4 if_sn.4
|
||||
MLINKS+=snd_envy24.4 snd_ak452x.4
|
||||
MLINKS+=snd_sbc.4 snd_sb16.4 \
|
||||
snd_sbc.4 snd_sb8.4
|
||||
MLINKS+=${_spkr.4} ${_speaker.4}
|
||||
MLINKS+=splash.4 screensaver.4
|
||||
MLINKS+=ste.4 if_ste.4
|
||||
|
@ -25,11 +25,13 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd December 15, 2005
|
||||
.Dd February 17, 2007
|
||||
.Dt SND_SBC 4
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm snd_sbc
|
||||
.Nm snd_sbc ,
|
||||
.Nm snd_sb16 ,
|
||||
.Nm snd_sb8
|
||||
.Nd Creative Sound Blaster ISA and compatible bridge device driver
|
||||
.Sh SYNOPSIS
|
||||
To compile this driver into the kernel, place the following lines in your
|
||||
@ -37,13 +39,17 @@ kernel configuration file:
|
||||
.Bd -ragged -offset indent
|
||||
.Cd "device sound"
|
||||
.Cd "device snd_sbc"
|
||||
.Cd "device snd_sb16"
|
||||
.Cd "device snd_sb8"
|
||||
.Ed
|
||||
.Pp
|
||||
Alternatively, to load the driver as a module at boot time, place the
|
||||
following line in
|
||||
following lines in
|
||||
.Xr loader.conf 5 :
|
||||
.Bd -literal -offset indent
|
||||
snd_sbc_load="YES"
|
||||
snd_sb16_load="YES"
|
||||
snd_sb8_load="YES"
|
||||
.Ed
|
||||
.Pp
|
||||
Non-PnP cards require the following lines in
|
||||
@ -60,7 +66,8 @@ The
|
||||
.Nm
|
||||
bridge driver allows the generic audio driver
|
||||
.Xr sound 4
|
||||
to attach to Creative Sound Blaster ISA compatible audio cards.
|
||||
to attach to Creative Sound Blaster ISA (mostly SB8 and SB16, known as
|
||||
SoundBlaster Pro) compatible audio cards.
|
||||
.Pp
|
||||
The value of flags specifies the secondary DMA channel.
|
||||
If the secondary
|
||||
|
Loading…
x
Reference in New Issue
Block a user