summaryrefslogtreecommitdiffstats
path: root/share/man/man4/snd_sbc.4
diff options
context:
space:
mode:
authorjoel <joel@FreeBSD.org>2007-02-17 10:30:00 +0000
committerjoel <joel@FreeBSD.org>2007-02-17 10:30:00 +0000
commitc36ca004ca39a8ab2316e0dad750c9dd11a93db7 (patch)
tree8f7ca78738cdd5a9701edd4bf1db6396e9ecee8e /share/man/man4/snd_sbc.4
parent368de56c4b8076de85f4f9c83a583d00b6651bff (diff)
downloadFreeBSD-src-c36ca004ca39a8ab2316e0dad750c9dd11a93db7.zip
FreeBSD-src-c36ca004ca39a8ab2316e0dad750c9dd11a93db7.tar.gz
Link snd_sb16.4 and snd_sb8.4 to snd_sbc.4.
Submitted by: ariff
Diffstat (limited to 'share/man/man4/snd_sbc.4')
-rw-r--r--share/man/man4/snd_sbc.415
1 files changed, 11 insertions, 4 deletions
diff --git a/share/man/man4/snd_sbc.4 b/share/man/man4/snd_sbc.4
index 2c58ba5..d953c3e 100644
--- a/share/man/man4/snd_sbc.4
+++ b/share/man/man4/snd_sbc.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
OpenPOWER on IntegriCloud