diff options
author | Niels Provos <provos@cvs.openbsd.org> | 1998-06-02 23:12:32 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 1998-06-02 23:12:32 +0000 |
commit | 632296943c17061a83a6e5885d398b00d4e44222 (patch) | |
tree | fc7bd3cd61fc13fc37b9de5469732090ead81e71 /sys/dev/pci/files.pci | |
parent | c122d996195c4b01a7884fd5176b4d707ab135e4 (diff) |
From NetBSD, Lennart Augustsson <augustss@cs.chalmers.se>:
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.
Diffstat (limited to 'sys/dev/pci/files.pci')
-rw-r--r-- | sys/dev/pci/files.pci | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index 435e638c097..4dc509c1e3c 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $OpenBSD: files.pci,v 1.15 1998/03/24 03:26:47 deraadt Exp $ +# $OpenBSD: files.pci,v 1.16 1998/06/02 23:12:31 provos Exp $ # $NetBSD: files.pci,v 1.20 1996/09/24 17:47:15 christos Exp $ # # Config.new file and device description for machine-independent PCI code. @@ -25,6 +25,11 @@ file dev/ic/smc93cx6.c ahc_pci attach bha at pci with bha_pci file dev/pci/bha_pci.c bha_pci +# Ensoniq AudioPCI S5016 +device eap: audio, auconv, mulaw +attach eap at pci +file dev/pci/eap.c eap + # Qlogic ISP 10x0 (PCI) family # device declaration in sys/conf/files attach isp at pci with isp_pci |