Add OPL and xref.

This commit is contained in:
augustss 1998-08-26 12:30:51 +00:00
parent 9deb19798f
commit 885a99bbd7
4 changed files with 33 additions and 20 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: ess.4,v 1.2 1998/08/07 01:00:36 matt Exp $
.\" $NetBSD: ess.4,v 1.3 1998/08/26 12:30:51 augustss Exp $
.\" Copyright (c) 1998 The NetBSD Foundation, Inc.
.\" All rights reserved.
.\"
@ -41,7 +41,8 @@
.Cd "device ess0 at isa? port 0x220 irq 5 drq 0 drq2 1"
.Cd "device ess* at ofisa?"
.Cd "device ess* at isapnp?"
.Cd "audio* at ess?"
.Cd "audio* at ess?"
.Cd "opl* at ess?"
.Sh DESCRIPTION
The
.Nm
@ -58,4 +59,10 @@ channel also to 5.
.Xr audio 4 ,
.Xr isa 4 ,
.Xr isapnp 4 ,
.Xr ofisa 4
.Xr ofisa 4 ,
.Xr opl 4
.Sh HISTORY
The
.Nm
device driver appeared in
.Nx 1.4 .

View File

@ -1,4 +1,4 @@
.\" $NetBSD: opl.4,v 1.1 1998/08/18 08:16:56 augustss Exp $
.\" $NetBSD: opl.4,v 1.2 1998/08/26 12:30:52 augustss Exp $
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
.\" All rights reserved.
.\"
@ -38,7 +38,10 @@
.Nm opl
.Nd Yamaha OPL2 and OPL3 FM syntheziser driver
.Sh SYNOPSIS
.Cd "opl* at ess?"
.Cd "opl* at isa? port 0x388"
.Cd "opl* at sb?"
.Cd "opl* at wss?"
.Cd "midi* at opl?"
.Sh DESCRIPTION
The
@ -49,8 +52,11 @@ of producing a wide range of (mostly awful) sounds.
.Pp
Access to the device is through the MIDI driver.
.Sh SEE ALSO
.Xr ess 4 ,
.Xr isa 4 ,
.Xr midi 4 ,
.Xr sb 4
.Xr sb 4 ,
.Xr wss 4
.Sh HISTORY
The
.Nm

View File

@ -1,4 +1,4 @@
.\" $NetBSD: sb.4,v 1.15 1998/08/18 08:16:56 augustss Exp $
.\" $NetBSD: sb.4,v 1.16 1998/08/26 12:30:52 augustss Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -41,12 +41,12 @@
.Nm sb
.Nd SoundBlaster family (and compatible) audio device driver
.Sh SYNOPSIS
.Cd "sb0 at isa? port 0x220 irq 5 drq 1 drq2 5"
.Cd "sb1 at isa? port 0x240 irq 7 drq 1 flags 1"
.Cd "sb* at isapnp?"
.Cd "sb0 at isa? port 0x220 irq 5 drq 1 drq2 5"
.Cd "sb1 at isa? port 0x240 irq 7 drq 1 flags 1"
.Cd "sb* at isapnp?"
.Cd "audio* at sb?"
.Cd "midi* at sb?"
.Cd "opl* at sb?"
.Cd "midi* at sb?"
.Cd "opl* at sb?"
.Sh DESCRIPTION
The
.Nm
@ -84,8 +84,7 @@ driver, and the optional SCSI CD-ROM interface is handled by the
.Xr aic 4
driver.
.Sh BUGS
The FM synthesizer and non-SCSI CD-ROM interfaces are not
supported.
Non-SCSI CD-ROM interfaces are not supported.
.Pp
The MIDI interface on the SB hardware is braindead, and the driver
needs to busy wait while writing MIDI data. This will consume
@ -94,6 +93,7 @@ a lot of system time.
.Xr aic 4 ,
.Xr audio 4 ,
.Xr midi 4 ,
.Xr opl 4 ,
.Xr joy 4
.Sh HISTORY
The

View File

@ -1,4 +1,4 @@
.\" $NetBSD: wss.4,v 1.10 1998/07/31 16:16:29 augustss Exp $
.\" $NetBSD: wss.4,v 1.11 1998/08/26 12:30:52 augustss Exp $
.\"
.\" Copyright (c) 1995 Michael Long.
.\" All rights reserved.
@ -32,10 +32,11 @@
.Nm wss
.Nd Windows Sound System hardware driver
.Sh SYNOPSIS
.Cd "device wss0 at isa? port 0x530 irq 10 drq 0 drq2 1"
.Cd "device wss0 at isa? port 0x530 irq 10 drq 0 flags 1"
.Cd "device wss* at isapnp?"
.Cd "wss0 at isa? port 0x530 irq 10 drq 0 drq2 1"
.Cd "wss0 at isa? port 0x530 irq 10 drq 0 flags 1"
.Cd "wss* at isapnp?"
.Cd "audio* at wss?"
.Cd "opl* at wss?"
.Sh DESCRIPTION
The
.Nm
@ -59,10 +60,9 @@ and OAK OTI-601D.
Bit 2 in
.Cm flags
disables the joystick port on MAD16 hardware.
.Sh BUGS
The FM synthesizer is not supported.
.Sh SEE ALSO
.Xr audio 4 ,
.Xr isa 4 ,
.Xr isapnp 4 ,
.Xr joy 4
.Xr joy 4 ,
.Xr opl 4