aboutsummaryrefslogtreecommitdiff
path: root/share/man/man4/snd_mss.4
diff options
context:
space:
mode:
authorJoel Dahl <joel@FreeBSD.org>2005-12-01 12:58:51 +0000
committerJoel Dahl <joel@FreeBSD.org>2005-12-01 12:58:51 +0000
commit89a50c24d9c179d506440af07bf62a8d7e66d260 (patch)
treecf44f4162d4a2ca07f06e9da6750a1dc7df73e12 /share/man/man4/snd_mss.4
parent77e718f7737732665c489a6a4b2dbaf6acc51b0c (diff)
downloadsrc-89a50c24d9c179d506440af07bf62a8d7e66d260.tar.gz
src-89a50c24d9c179d506440af07bf62a8d7e66d260.zip
Make the SYNOPSIS section a bit more informative.
Notes
Notes: svn path=/head/; revision=152984
Diffstat (limited to 'share/man/man4/snd_mss.4')
-rw-r--r--share/man/man4/snd_mss.425
1 files changed, 19 insertions, 6 deletions
diff --git a/share/man/man4/snd_mss.4 b/share/man/man4/snd_mss.4
index 821fc831bcf6..76ef18339c6b 100644
--- a/share/man/man4/snd_mss.4
+++ b/share/man/man4/snd_mss.4
@@ -24,22 +24,35 @@
.\"
.\" $FreeBSD$
.\"
-.Dd November 28, 2005
+.Dd December 1, 2005
.Dt SND_MSS 4
.Os
.Sh NAME
.Nm snd_mss
.Nd "Microsoft Sound System ISA PnP/non-PnP 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_mss"
+.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_mss_load="YES"
+.Ed
.Pp
Non-PnP cards require the following lines in
-.Pa /boot/device.hints :
-.Cd hint.pcm.0.at="isa"
-.Cd hint.pcm.0.irq="10"
-.Cd hint.pcm.0.drq="1"
-.Cd hint.pcm.0.flags="0x0"
+.Xr device.hints 5 :
+.Bd -literal -offset indent
+hint.pcm.0.at="isa"
+hint.pcm.0.irq="10"
+hint.pcm.0.drq="1"
+hint.pcm.0.flags="0x0"
+.Ed
.Sh DESCRIPTION
The
.Nm