2003-01-05 23:58:38 +03:00
|
|
|
.\" $NetBSD: wss.4,v 1.18 2003/01/05 20:58:40 jmcneill Exp $
|
1995-11-13 12:44:13 +03:00
|
|
|
.\"
|
|
|
|
.\" Copyright (c) 1995 Michael Long.
|
|
|
|
.\" 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. The name of the author may not be used to endorse or promote products
|
|
|
|
.\" derived from this software without specific prior written permission.
|
|
|
|
.\"
|
|
|
|
.\" 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 November 8, 1995
|
1997-02-24 01:20:20 +03:00
|
|
|
.Dt WSS 4
|
1999-03-16 04:19:14 +03:00
|
|
|
.Os
|
1995-11-13 12:44:13 +03:00
|
|
|
.Sh NAME
|
|
|
|
.Nm wss
|
1999-12-16 01:07:30 +03:00
|
|
|
.Nd Windows Sound System hardware audio driver
|
1995-11-13 12:44:13 +03:00
|
|
|
.Sh SYNOPSIS
|
1998-08-26 16:30:51 +04:00
|
|
|
.Cd "wss0 at isa? port 0x530 irq 10 drq 0 drq2 1"
|
|
|
|
.Cd "wss0 at isa? port 0x530 irq 10 drq 0 flags 1"
|
2003-01-05 23:58:38 +03:00
|
|
|
.Cd "wss* at acpi?"
|
1998-08-26 16:30:51 +04:00
|
|
|
.Cd "wss* at isapnp?"
|
1999-11-14 20:02:20 +03:00
|
|
|
.Cd "wss* at pnpbios? index ?"
|
1997-10-06 01:42:08 +04:00
|
|
|
.Cd "audio* at wss?"
|
1998-08-26 16:30:51 +04:00
|
|
|
.Cd "opl* at wss?"
|
1995-11-13 12:44:13 +03:00
|
|
|
.Sh DESCRIPTION
|
|
|
|
The
|
|
|
|
.Nm
|
2001-04-02 00:27:50 +04:00
|
|
|
driver supports Microsoft's Windows Sound System, the MAD16 chip based
|
|
|
|
hardware, and their clones.
|
1995-11-13 12:44:13 +03:00
|
|
|
.Pp
|
|
|
|
The base I/O port is set by a jumper on the board; valid choices are
|
1998-01-19 23:22:30 +03:00
|
|
|
0x530, 0x604, 0xE80, or 0xF40.
|
1995-11-13 12:44:13 +03:00
|
|
|
Both IRQ and DMA channels are software programmable.
|
|
|
|
The IRQ may be set to 7, 9, 10, or 11, and
|
|
|
|
the DMA channel may be set to 0, 1, or 3.
|
1997-04-06 04:33:34 +04:00
|
|
|
.Pp
|
2001-09-12 02:52:52 +04:00
|
|
|
The device
|
1997-04-06 04:33:34 +04:00
|
|
|
.Cm flags
|
2001-04-02 00:27:50 +04:00
|
|
|
must have bit 0 (value 1) set to enable the MAD16 support. This is to
|
|
|
|
avoid potential conflicts with other devices when probing the MAD16
|
|
|
|
because it requires use of extra I/O ports not in the base port range.
|
|
|
|
Chips needing this flag include the OPTi 82C928, 82C929, 82C831, and
|
|
|
|
the OAK OTI-601D. Setting bit 1 (value 2) in
|
1998-01-19 23:14:45 +03:00
|
|
|
.Cm flags
|
|
|
|
disables the joystick port on MAD16 hardware.
|
1995-11-13 12:44:13 +03:00
|
|
|
.Sh SEE ALSO
|
2003-01-05 23:58:38 +03:00
|
|
|
.Xr acpi 4 ,
|
1995-11-13 12:44:13 +03:00
|
|
|
.Xr audio 4 ,
|
1998-06-25 14:10:23 +04:00
|
|
|
.Xr isa 4 ,
|
1998-07-31 20:16:28 +04:00
|
|
|
.Xr isapnp 4 ,
|
1998-08-26 16:30:51 +04:00
|
|
|
.Xr joy 4 ,
|
1999-11-14 20:02:20 +03:00
|
|
|
.Xr opl 4 ,
|
|
|
|
.Xr pnpbios 4
|