Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man4 Manual page for Yamaha YMF724/740/744/754 PCI...
details: https://anonhg.NetBSD.org/src/rev/0c2ff9a9c25c
branches: trunk
changeset: 507722:0c2ff9a9c25c
user: minoura <minoura%NetBSD.org@localhost>
date: Fri Mar 30 14:34:27 2001 +0000
description:
Manual page for Yamaha YMF724/740/744/754 PCI audio driver.
diffstat:
share/man/man4/Makefile | 4 +-
share/man/man4/audio.4 | 5 ++-
share/man/man4/mpu.4 | 4 ++-
share/man/man4/opl.4 | 4 ++-
share/man/man4/pci.4 | 7 ++++-
share/man/man4/yds.4 | 57 +++++++++++++++++++++++++++++++++++++++++++++++++
6 files changed, 73 insertions(+), 8 deletions(-)
diffs (176 lines):
diff -r 2ced30adf758 -r 0c2ff9a9c25c share/man/man4/Makefile
--- a/share/man/man4/Makefile Fri Mar 30 14:32:08 2001 +0000
+++ b/share/man/man4/Makefile Fri Mar 30 14:34:27 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.187 2001/03/30 13:55:38 kleink Exp $
+# $NetBSD: Makefile,v 1.188 2001/03/30 14:34:27 minoura Exp $
# @(#)Makefile 8.1 (Berkeley) 6/18/93
MAN= adv.4 adw.4 ahb.4 ahc.4 an.4 aria.4 atalk.4 audio.4 auich.4 auvia.4 \
@@ -19,7 +19,7 @@
ti.4 tl.4 tlp.4 tlphy.4 tp.4 tr.4 tty.4 tun.4 tqphy.4 twe.4 \
udp.4 uha.4 uk.4 ukphy.4 unix.4 vga.4 vlan.4 vnd.4 vr.4 wd.4 \
wdc.4 wi.4 wscons.4 wsdisplay.4 wskbd.4 wsmouse.4 \
- wsmux.4 ym.4 zero.4 zstty.4
+ wsmux.4 yds.4 ym.4 zero.4 zstty.4
# USB devices
MAN+= uaudio.4 ucom.4 uftdi.4 ugen.4 uhid.4 ukbd.4 ulpt.4 \
diff -r 2ced30adf758 -r 0c2ff9a9c25c share/man/man4/audio.4
--- a/share/man/man4/audio.4 Fri Mar 30 14:32:08 2001 +0000
+++ b/share/man/man4/audio.4 Fri Mar 30 14:34:27 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: audio.4,v 1.37 2001/01/22 01:28:54 augustss Exp $
+.\" $NetBSD: audio.4,v 1.38 2001/03/30 14:34:27 minoura Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -659,7 +659,8 @@
.Xr esm 4 ,
.Xr eso 4 ,
.Xr fms 4 ,
-.Xr sv 4 .
+.Xr sv 4 ,
+.Xr yds 4 .
.br
For ports using USB:
.Xr uaudio 4 .
diff -r 2ced30adf758 -r 0c2ff9a9c25c share/man/man4/mpu.4
--- a/share/man/man4/mpu.4 Fri Mar 30 14:32:08 2001 +0000
+++ b/share/man/man4/mpu.4 Fri Mar 30 14:34:27 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: mpu.4,v 1.4 1999/11/15 18:55:28 augustss Exp $
+.\" $NetBSD: mpu.4,v 1.5 2001/03/30 14:34:27 minoura Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -46,6 +46,7 @@
.Cd "mpu* at fms?"
.Cd "mpu* at sb?"
.Cd "mpu* at ym?"
+.Cd "mpu* at yds?"
.Cd "midi* at mpu?"
.Sh DESCRIPTION
The
@@ -65,6 +66,7 @@
.Xr isa 4 ,
.Xr midi 4 ,
.Xr sb 4 ,
+.Xr yds 4 ,
.Xr ym 4
.Sh HISTORY
The
diff -r 2ced30adf758 -r 0c2ff9a9c25c share/man/man4/opl.4
--- a/share/man/man4/opl.4 Fri Mar 30 14:32:08 2001 +0000
+++ b/share/man/man4/opl.4 Fri Mar 30 14:34:27 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: opl.4,v 1.13 2000/07/24 11:55:52 ad Exp $
+.\" $NetBSD: opl.4,v 1.14 2001/03/30 14:34:27 minoura Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -48,6 +48,7 @@
.Cd "opl* at sb?"
.Cd "opl* at sv?"
.Cd "opl* at wss?"
+.Cd "opl* at yds?"
.Cd "opl* at ym?"
.Cd "midi* at opl?"
.Sh DESCRIPTION
@@ -74,6 +75,7 @@
.Xr sb 4 ,
.Xr sv 4 ,
.Xr wss 4 ,
+.Xr yds 4 ,
.Xr ym 4
.Sh HISTORY
The
diff -r 2ced30adf758 -r 0c2ff9a9c25c share/man/man4/pci.4
--- a/share/man/man4/pci.4 Fri Mar 30 14:32:08 2001 +0000
+++ b/share/man/man4/pci.4 Fri Mar 30 14:34:27 2001 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: pci.4,v 1.44 2001/03/30 13:57:07 kleink Exp $
+.\" $NetBSD: pci.4,v 1.45 2001/03/30 14:34:27 minoura Exp $
.\"
.\" Copyright (c) 1997 Jason R. Thorpe. All rights reserved.
.\" Copyright (c) 1997 Jonathan Stone
@@ -234,6 +234,8 @@
NeoMagic MagicMedia 256 audio device.
.It sv
S3 SonicVibes audio device.
+.It yds
+Yamaha YMF724/740/744/754-based audio device.
.El
.Pp
.Ss Bridges
@@ -333,7 +335,8 @@
.Xr vga 4 ,
.Xr viapm 4 ,
.Xr vr 4 ,
-.Xr wscons 4
+.Xr wscons 4 ,
+.Xr yds 4
.Sh HISTORY
The machine-independent
.Tn PCI
diff -r 2ced30adf758 -r 0c2ff9a9c25c share/man/man4/yds.4
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/yds.4 Fri Mar 30 14:34:27 2001 +0000
@@ -0,0 +1,57 @@
+.\" $NetBSD: yds.4,v 1.1 2001/03/30 14:34:27 minoura Exp $
+.\"
+.\" Copyright (C) 2001 Minoura Makoto.
+.\" 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 ``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 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.
+.\"
+.Dd Mar 28, 2001
+.Dt YDS 4
+.Os
+.Sh NAME
+.Nm yds
+.Nd Yamaha DS-1 series PCI audio controller device driver
+.Sh SYNOPSIS
+.Cd "yds* at pci? dev ? function ?"
+.Cd "audio* at yds?"
+.Cd "mpu* at yds?"
+.Cd "opl* at yds?"
+.Sh DESCRIPTION
+The
+.Nm
+device driver supports built-in sound devices and sound cards based on
+Yamaha YMF724/740/744/754 PCI audio controller chip, also known as
+DS-1 series.
+.Sh BUGS
+The game port is not supported.
+.Pp
+The volume of the OPL part is fixed.
+.Sh SEE ALSO
+.Xr audio 4 ,
+.Xr mpu 4 ,
+.Xr opl 4 ,
+.Xr pci 4
+.Sh HISTORY
+The
+.Nm
+device driver appeared in
+.Nx 1.6 .
Home |
Main Index |
Thread Index |
Old Index