Add ym man page.

This commit is contained in:
augustss 1998-05-20 19:37:21 +00:00
parent 0d6591bf7b
commit e8e4ee2bfe
2 changed files with 61 additions and 2 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: isapnp.4,v 1.5 1998/02/06 06:06:48 perry Exp $
.\" $NetBSD: isapnp.4,v 1.6 1998/05/20 19:37:21 augustss Exp $
.\"
.\" Copyright (c) 1997 Jonathan Stone
.\" All rights reserved.
@ -72,6 +72,8 @@ PCnet-PnP ethernet interfaces based on the successor to the AMD LANCE chip.
Soundblaster, Soundblaster 16, and Soundblaster Pro sound cards.
.It guspnp
Gravis Ultrasound PnP sound cards.
.It ym
Yamaha OPL3-SA3 sound cards.
.El
.Pp
ISA Plug-and-Play devices also have alternate ISA drivers with
@ -97,7 +99,8 @@ the supported front-ends for other buses.
.Xr isa 4 ,
.Xr le 4 ,
.Xr sb 4 ,
.Xr guspnp 4 .
.Xr guspnp 4 ,
.Xr ym 4 .
.Sh HISTORY
The
.Nm

56
share/man/man4/ym.4 Normal file
View File

@ -0,0 +1,56 @@
.\" $NetBSD: ym.4,v 1.1 1998/05/20 19:37:21 augustss Exp $
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
.\" 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.
.\" 3. All advertising materials mentioning features or use of this software
.\" must display the following acknowledgement:
.\" This product includes software developed by the NetBSD
.\" Foundation, Inc. and its contributors.
.\" 4. Neither the name of The NetBSD Foundation nor the names of its
.\" contributors may be used to endorse or promote products derived
.\" from this software without specific prior written permission.
.\"
.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. 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 FOUNDATION 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.
.\"
.Dd April 26, 1998
.Dt YM 4
.Os NetBSD
.Sh NAME
.Nm ym
.Nd Yamaha OPL3-SA3 sound driver
.Sh SYNOPSIS
.Cd "ym* at isapnp?"
.Cd "audio* at ym?"
.Sh DESCRIPTION
The
.Nm
driver provides support Yamaha OPL3-SA3 sound devices.
.Sh BUGS
The MIDI port is not supported.
.Sh SEE ALSO
.Xr audio 4 ,
.Xr isapnp 4
.Sh HISTORY
The
.Nm
device driver appeared in
.Nx 1.4 .