Add Ensoniq AudioPCI driver.
This commit is contained in:
parent
6cb1f6c5b1
commit
7458164379
56
share/man/man4/eap.4
Normal file
56
share/man/man4/eap.4
Normal file
@ -0,0 +1,56 @@
|
||||
.\" $NetBSD: eap.4,v 1.1 1998/05/01 22:03:59 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 EAP 4
|
||||
.Os NetBSD
|
||||
.Sh NAME
|
||||
.Nm eap
|
||||
.Nd Ensoniq AudioPCI device driver
|
||||
.Sh SYNOPSIS
|
||||
.Cd "eap* at pci?"
|
||||
.Cd "audio* at eap?"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
driver provides support Ensoniq AudioPCI sound card.
|
||||
.Sh BUGS
|
||||
The "FM" DAC and MIDI port are not supported.
|
||||
.Sh SEE ALSO
|
||||
.Xr audio 4 ,
|
||||
.Xr pci 4
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
device driver appeared in
|
||||
.Nx 1.4 .
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.147 1998/04/20 10:58:01 drochner Exp $
|
||||
# $NetBSD: GENERIC,v 1.148 1998/05/01 22:00:37 augustss Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
@ -387,6 +387,9 @@ nsphy* at mii? dev ? # NS and compatible PHYs
|
||||
|
||||
# Audio Devices
|
||||
|
||||
# PCI audio devices
|
||||
eap* at pci? dev ? function ? # Ensoniq AudioPCI
|
||||
|
||||
# ISA Plug-and-Play audio devices
|
||||
guspnp* at isapnp? # Gravis Ultra Sound PnP audio
|
||||
sb* at isapnp? # SoundBlaster-compatible audio
|
||||
@ -400,6 +403,7 @@ sb0 at isa? port 0x220 irq 7 drq 1 drq2 5 # SoundBlaster
|
||||
wss0 at isa? port 0x530 irq 10 drq 0 drq2 1 # Windows Sound System
|
||||
|
||||
# Audio support
|
||||
audio* at eap?
|
||||
audio* at gus?
|
||||
audio* at guspnp?
|
||||
audio* at pas?
|
||||
|
Loading…
Reference in New Issue
Block a user