diff options
author | Simon L. B. Nielsen <simon@FreeBSD.org> | 2004-08-27 22:06:56 +0000 |
---|---|---|
committer | Simon L. B. Nielsen <simon@FreeBSD.org> | 2004-08-27 22:06:56 +0000 |
commit | 73ad990a0cb621bc986f9cb39ab717c8277dfa89 (patch) | |
tree | 31785436b538b347c1698fdfa2ac134dfd89cb2b /share/man/man4/snd_ds1.4 | |
parent | 82ecff453f4968a53d4b37ed0a2d5310d49e938d (diff) | |
download | src-73ad990a0cb621bc986f9cb39ab717c8277dfa89.tar.gz src-73ad990a0cb621bc986f9cb39ab717c8277dfa89.zip |
Add manual pages for several sound drivers.
Submitted by: Atte Peltomaki <koston@iki.fi>
Reviewed by: cg
MFC after: 5 days
Notes
Notes:
svn path=/head/; revision=134411
Diffstat (limited to 'share/man/man4/snd_ds1.4')
-rw-r--r-- | share/man/man4/snd_ds1.4 | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/share/man/man4/snd_ds1.4 b/share/man/man4/snd_ds1.4 new file mode 100644 index 000000000000..b1a50e6dbd0d --- /dev/null +++ b/share/man/man4/snd_ds1.4 @@ -0,0 +1,61 @@ +.\" Copyright (c) 2004 Atte Peltomaki +.\" All rights reserved. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions +.\" are met: +.\" 1. Redistributions of source code must retain the above copyright +.\" notice, this list of conditions and the following disclaimer. +.\" 2. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in the +.\" documentation and/or other materials provided with the distribution. +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND +.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE +.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +.\" SUCH DAMAGE. +.\" +.\" $FreeBSD$ +.\" +.Dd August 27, 2004 +.Dt SND_DS1 4 +.Os +.Sh NAME +.Nm snd_ds1 +.Nd "Yamaha DS-1 PCI bridge device driver" +.Sh SYNOPSIS +.Cd "device snd_ds1" +.Pp +.Sh DESCRIPTION +The +.Nm +bridge driver allows the generic audio driver +.Xr sound 4 +to attach to the Yamaha DS-1 soundcard. +.Sh HARDWARE +The +.Nm +driver supports the following soundcards: +.Pp +.Bl -bullet -compact +.It +Yamaha DS-1 +.It +Yamaha DS-1E +.El +.Sh SEE ALSO +.Xr sound 4 +.Sh HISTORY +The +.Nm +manual page first appeared in +.Fx 5.3 . +.Sh AUTHORS +.An "Cameron Grant" Aq cg@FreeBSD.org |