Add a driver for the Ensoniq AudioPCI sound card. The driver still

needs some testing, but it seems to produce sound.  The driver was written
by me, but since I don't have the hardware the debugging and testing was
done by Andreas Gustafsson <gson@araneus.fi>, Chuck Cranor
<chuck@maria.wustl.edu>, and Phil Nelson <phil@cs.wwu.edu>.  Thanks.
This commit is contained in:
augustss 1998-05-01 21:54:33 +00:00
parent dd0142f10f
commit 6cb1f6c5b1
2 changed files with 1246 additions and 1 deletions

1240
sys/dev/pci/eap.c Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,4 @@
# $NetBSD: files.pci,v 1.35 1998/04/15 20:17:17 drochner Exp $
# $NetBSD: files.pci,v 1.36 1998/05/01 21:54:33 augustss Exp $
#
# Config file and device description for machine-independent PCI code.
# Included by ports that need it. Requires that the SCSI files be
@ -103,3 +103,8 @@ file dev/pci/tga.c tga needs-flag
file dev/pci/tga_conf.c tga
file dev/pci/tga_bt463.c tga
file dev/pci/tga_bt485.c tga
# Ensoniq AudioPCI S5016
device eap: audio, auconv, mulaw
attach eap at pci
file dev/pci/eap.c eap