diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-06-22 16:20:05 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-06-22 16:20:05 +0000 |
commit | a601110ffc694a533e5b4f168b2e10cf9d3ddbf0 (patch) | |
tree | 1f48ce560ee0fb7857b6873f482a6c47d39f1926 /sys/dev/isa/files.isa | |
parent | 528d286197b15f29a45f19428713e168139ab154 (diff) |
ESS audio driver ported from NetBSD, some mixer problems with X-based mixers
otherwise OK (mixerctl works quite OK, very strange).
At the moment it is polled only, but it works quite OK that way too.
Diffstat (limited to 'sys/dev/isa/files.isa')
-rw-r--r-- | sys/dev/isa/files.isa | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sys/dev/isa/files.isa b/sys/dev/isa/files.isa index 415610fd485..bed6e32209b 100644 --- a/sys/dev/isa/files.isa +++ b/sys/dev/isa/files.isa @@ -1,4 +1,4 @@ -# $OpenBSD: files.isa,v 1.52 1999/03/02 08:12:44 deraadt Exp $ +# $OpenBSD: files.isa,v 1.53 1999/06/22 16:20:04 niklas Exp $ # $NetBSD: files.isa,v 1.21 1996/05/16 03:45:55 mycroft Exp $ # # Config file and device description for machine-independent ISA code. @@ -283,6 +283,13 @@ file dev/isa/wss.c wss needs-flag attach wss at isa with wss_isa file dev/isa/wss_isa.c wss & (wss_isa | wss_isapnp) needs-flag +# ESS Technology ES1887/ES888/ES1888 +device ess { } : audio, isa_dma, mulaw, auconv, midibus +file dev/isa/ess.c ess needs-flag + +attach opl at ess with opl_ess +file dev/isa/opl_ess.c opl_ess + # Gravis UltraSound & UltraSound MAX. # Use the "flags" keyword in a config file to specify an extra DMA # channel for full-duplex operation. |