Link snd_sb16.4 and snd_sb8.4 to snd_sbc.4.

Submitted by:	ariff
This commit is contained in:
Joel Dahl 2007-02-17 10:30:00 +00:00
parent 5a86fe5361
commit 4704be40c8
2 changed files with 13 additions and 4 deletions

View File

@ -493,6 +493,8 @@ MLINKS+=sl.4 if_sl.4
MLINKS+=smp.4 SMP.4 MLINKS+=smp.4 SMP.4
MLINKS+=sn.4 if_sn.4 MLINKS+=sn.4 if_sn.4
MLINKS+=snd_envy24.4 snd_ak452x.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+=${_spkr.4} ${_speaker.4}
MLINKS+=splash.4 screensaver.4 MLINKS+=splash.4 screensaver.4
MLINKS+=ste.4 if_ste.4 MLINKS+=ste.4 if_ste.4

View File

@ -25,11 +25,13 @@
.\" .\"
.\" $FreeBSD$ .\" $FreeBSD$
.\" .\"
.Dd December 15, 2005 .Dd February 17, 2007
.Dt SND_SBC 4 .Dt SND_SBC 4
.Os .Os
.Sh NAME .Sh NAME
.Nm snd_sbc .Nm snd_sbc ,
.Nm snd_sb16 ,
.Nm snd_sb8
.Nd Creative Sound Blaster ISA and compatible bridge device driver .Nd Creative Sound Blaster ISA and compatible bridge device driver
.Sh SYNOPSIS .Sh SYNOPSIS
To compile this driver into the kernel, place the following lines in your To compile this driver into the kernel, place the following lines in your
@ -37,13 +39,17 @@ kernel configuration file:
.Bd -ragged -offset indent .Bd -ragged -offset indent
.Cd "device sound" .Cd "device sound"
.Cd "device snd_sbc" .Cd "device snd_sbc"
.Cd "device snd_sb16"
.Cd "device snd_sb8"
.Ed .Ed
.Pp .Pp
Alternatively, to load the driver as a module at boot time, place the Alternatively, to load the driver as a module at boot time, place the
following line in following lines in
.Xr loader.conf 5 : .Xr loader.conf 5 :
.Bd -literal -offset indent .Bd -literal -offset indent
snd_sbc_load="YES" snd_sbc_load="YES"
snd_sb16_load="YES"
snd_sb8_load="YES"
.Ed .Ed
.Pp .Pp
Non-PnP cards require the following lines in Non-PnP cards require the following lines in
@ -60,7 +66,8 @@ The
.Nm .Nm
bridge driver allows the generic audio driver bridge driver allows the generic audio driver
.Xr sound 4 .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 .Pp
The value of flags specifies the secondary DMA channel. The value of flags specifies the secondary DMA channel.
If the secondary If the secondary