summaryrefslogtreecommitdiffstats
path: root/share/man/man4/snd_sbc.4
diff options
context:
space:
mode:
authorjoel <joel@FreeBSD.org>2005-12-15 20:25:41 +0000
committerjoel <joel@FreeBSD.org>2005-12-15 20:25:41 +0000
commit7317a691d63e23258d92993fc937e92e1856fec2 (patch)
tree933f92646f5806cacd53f74d501cf25902313c5e /share/man/man4/snd_sbc.4
parentdd0db6b7bf6886d87a27debc3d33ce6dd983aca7 (diff)
downloadFreeBSD-src-7317a691d63e23258d92993fc937e92e1856fec2.zip
FreeBSD-src-7317a691d63e23258d92993fc937e92e1856fec2.tar.gz
Make the SYNOPSIS section a bit more informative.
Diffstat (limited to 'share/man/man4/snd_sbc.4')
-rw-r--r--share/man/man4/snd_sbc.427
1 files changed, 20 insertions, 7 deletions
diff --git a/share/man/man4/snd_sbc.4 b/share/man/man4/snd_sbc.4
index 210cd78..6c098dc 100644
--- a/share/man/man4/snd_sbc.4
+++ b/share/man/man4/snd_sbc.4
@@ -25,23 +25,36 @@
.\"
.\" $FreeBSD$
.\"
-.Dd August 17, 2005
+.Dd December 15, 2005
.Dt SND_SBC 4
.Os
.Sh NAME
.Nm snd_sbc
.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
+kernel configuration file:
+.Bd -ragged -offset indent
.Cd "device sound"
.Cd "device snd_sbc"
+.Ed
+.Pp
+Alternatively, to load the driver as a module at boot time, place the
+following line in
+.Xr loader.conf 5 :
+.Bd -literal -offset indent
+snd_sbc_load="YES"
+.Ed
.Pp
Non-PnP cards require the following lines in
-.Pa /boot/device.hints :
-.Cd hint.sbc.0.at="isa"
-.Cd hint.sbc.0.port="0x220"
-.Cd hint.sbc.0.irq="5"
-.Cd hint.sbc.0.drq="1"
-.Cd hint.sbc.0.flags="0x15"
+.Xr device.hints 5 :
+.Bd -literal -offset indent
+hint.sbc.0.at="isa"
+hint.sbc.0.port="0x220"
+hint.sbc.0.irq="5"
+hint.sbc.0.drq="1"
+hint.sbc.0.flags="0x15"
+.Ed
.Sh DESCRIPTION
The
.Nm
OpenPOWER on IntegriCloud