summaryrefslogtreecommitdiffstats
path: root/share/man/man4/snd_csa.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_csa.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_csa.4')
-rw-r--r--share/man/man4/snd_csa.413
1 files changed, 12 insertions, 1 deletions
diff --git a/share/man/man4/snd_csa.4 b/share/man/man4/snd_csa.4
index 4184c71..415ac15 100644
--- a/share/man/man4/snd_csa.4
+++ b/share/man/man4/snd_csa.4
@@ -25,15 +25,26 @@
.\"
.\" $FreeBSD$
.\"
-.Dd August 18, 2005
+.Dd December 15, 2005
.Dt SND_CSA 4
.Os
.Sh NAME
.Nm snd_csa
.Nd Crystal Semiconductor CS461x/462x/4280 PCI 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_csa"
+.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_csa_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
OpenPOWER on IntegriCloud