2008-04-30 17:10:46 +04:00
|
|
|
.\" $NetBSD: eap.4,v 1.17 2008/04/30 13:10:53 martin Exp $
|
1999-04-14 00:25:28 +04:00
|
|
|
.\"
|
|
|
|
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
|
1998-05-02 02:00:37 +04:00
|
|
|
.\" All rights reserved.
|
|
|
|
.\"
|
1999-04-14 00:25:28 +04:00
|
|
|
.\" This code is derived from software contributed to The NetBSD Foundation
|
|
|
|
.\" by Lennart Augustsson.
|
|
|
|
.\"
|
1998-05-02 02:00:37 +04:00
|
|
|
.\" 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 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
|
1999-04-14 00:25:28 +04:00
|
|
|
.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
|
1998-05-02 02:00:37 +04:00
|
|
|
.\" 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.
|
|
|
|
.\"
|
2006-08-01 15:25:40 +04:00
|
|
|
.Dd July 22, 2006
|
1998-05-02 02:00:37 +04:00
|
|
|
.Dt EAP 4
|
1999-03-16 04:19:14 +03:00
|
|
|
.Os
|
1998-05-02 02:00:37 +04:00
|
|
|
.Sh NAME
|
|
|
|
.Nm eap
|
1999-12-16 01:07:30 +03:00
|
|
|
.Nd AudioPCI audio device driver
|
1998-05-02 02:00:37 +04:00
|
|
|
.Sh SYNOPSIS
|
1998-12-08 17:15:27 +03:00
|
|
|
.Cd "eap* at pci? dev ? function ?"
|
2005-06-22 08:19:09 +04:00
|
|
|
.Cd "audio* at audiobus?"
|
2006-08-01 15:25:40 +04:00
|
|
|
.Cd "joy* at eap?"
|
1999-10-30 03:06:25 +04:00
|
|
|
.Cd "midi* at eap?"
|
2002-11-04 19:37:04 +03:00
|
|
|
.Cd "options EAP_USE_BOTH_DACS"
|
1998-05-02 02:00:37 +04:00
|
|
|
.Sh DESCRIPTION
|
|
|
|
The
|
|
|
|
.Nm
|
1999-11-02 05:53:57 +03:00
|
|
|
driver provides support for the Ensoniq AudioPCI and Creative Labs
|
2002-11-04 20:07:44 +03:00
|
|
|
SoundBlaster PCI series of audio cards.
|
|
|
|
All models based on the ES1370, ES1371, and ES1373 chips are supported.
|
|
|
|
.Pp
|
|
|
|
By specifying:
|
|
|
|
.Bd -unfilled -offset indent
|
|
|
|
options EAP_USE_BOTH_DACS
|
|
|
|
.Ed
|
|
|
|
.Pp
|
|
|
|
a second audio device is attached.
|
|
|
|
You can use it simply by directing audio output to it.
|
|
|
|
This way it is possible for two different programs to use the "same"
|
|
|
|
audio device simultaneously.
|
1998-05-02 02:00:37 +04:00
|
|
|
.Sh SEE ALSO
|
2005-06-22 08:19:09 +04:00
|
|
|
.Xr ac97 4 ,
|
1998-05-02 02:00:37 +04:00
|
|
|
.Xr audio 4 ,
|
2006-08-01 15:25:40 +04:00
|
|
|
.Xr joy 4 ,
|
1999-12-06 17:52:08 +03:00
|
|
|
.Xr midi 4 ,
|
1998-05-02 02:00:37 +04:00
|
|
|
.Xr pci 4
|
|
|
|
.Sh HISTORY
|
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
device driver appeared in
|
|
|
|
.Nx 1.4 .
|
2006-08-01 15:25:40 +04:00
|
|
|
.Sh CAVEATS
|
|
|
|
The joystick port hardware works by emulating a legacy
|
|
|
|
.Xr isa 4
|
|
|
|
joystick port, bypassing the
|
|
|
|
.Xr pci 4
|
|
|
|
bus method for address allocation.
|
|
|
|
This is unlikely to work on PCI busses other than the primary one.
|
|
|
|
There is also a possibility for conflicts with real ISA devices
|
|
|
|
because the PCI bus is probed before ISA.
|
|
|
|
Use with caution.
|