summaryrefslogtreecommitdiffstats
path: root/share/man/man4/snd_ich.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_ich.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_ich.4')
-rw-r--r--share/man/man4/snd_ich.413
1 files changed, 12 insertions, 1 deletions
diff --git a/share/man/man4/snd_ich.4 b/share/man/man4/snd_ich.4
index 4738441..40dddae 100644
--- a/share/man/man4/snd_ich.4
+++ b/share/man/man4/snd_ich.4
@@ -24,15 +24,26 @@
.\"
.\" $FreeBSD$
.\"
-.Dd November 14, 2005
+.Dd December 15, 2005
.Dt SND_ICH 4
.Os
.Sh NAME
.Nm snd_ich
.Nd "Intel ICH PCI 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_ich"
+.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_ich_load="YES"
+.Ed
.Sh DESCRIPTION
The
.Nm
OpenPOWER on IntegriCloud