summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/files.isa
diff options
context:
space:
mode:
authorratchov <ratchov@openbsd.org>2015-05-11 06:46:21 +0000
committerratchov <ratchov@openbsd.org>2015-05-11 06:46:21 +0000
commitac2bb4f35e5a57326fc135134dc640899d0b5bd0 (patch)
tree1e63826ec7e7e40856b73e4c184d951aa1cec1ea /sys/dev/isa/files.isa
parentWhoops, need to pass through O_ACCMODE flags to the underlying __*_open() (diff)
downloadwireguard-openbsd-ac2bb4f35e5a57326fc135134dc640899d0b5bd0.tar.xz
wireguard-openbsd-ac2bb4f35e5a57326fc135134dc640899d0b5bd0.zip
Remove all audio format conversion code from the kernel (btw holding
the kernel_lock), as we already do better conversions in user-mode. Yet, no need for every single driver to fiddle with the conversion code as they are done transparently by common MI code. With help from armani and miod, support from mpi ok armani@
Diffstat (limited to 'sys/dev/isa/files.isa')
-rw-r--r--sys/dev/isa/files.isa14
1 files changed, 7 insertions, 7 deletions
diff --git a/sys/dev/isa/files.isa b/sys/dev/isa/files.isa
index f28f80ce6e0..565e2bfb1be 100644
--- a/sys/dev/isa/files.isa
+++ b/sys/dev/isa/files.isa
@@ -1,4 +1,4 @@
-# $OpenBSD: files.isa,v 1.117 2014/12/04 21:03:51 tedu Exp $
+# $OpenBSD: files.isa,v 1.118 2015/05/11 06:46:21 ratchov 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.
@@ -222,7 +222,7 @@ define sbdsp {}
file dev/isa/sbdsp.c sbdsp
# SoundBlaster family
-device sb: audio, isa_dma, sbdsp, mulaw, auconv, mpu, midibus
+device sb: audio, isa_dma, sbdsp, mpu, midibus
file dev/isa/sb.c sb
attach sb at isa with sb_isa
@@ -231,12 +231,12 @@ file dev/isa/sb_isa.c sb & (sb_isa | sb_isapnp)
# Soundcards based on Sierra's Aria chipset.
# Such as the Prometheus Aria 16 or the Diamond
# sonic sound.
-device aria: audio, mulaw
+device aria: audio
attach aria at isa
file dev/isa/aria.c aria
# ProAudio Spectrum
-device pas: audio, isa_dma, sbdsp, mulaw, auconv
+device pas: audio, isa_dma, sbdsp
attach pas at isa
file dev/isa/pas.c pas
@@ -250,21 +250,21 @@ file dev/isa/ics2101.c ics2101
# Microsoft Windows Sound System
-device wss: audio, isa_dma, ad1848, auconv
+device wss: audio, isa_dma, ad1848
file dev/isa/wss.c wss
attach wss at isa with wss_isa
file dev/isa/wss_isa.c wss & (wss_isa | wss_isapnp)
# ESS Technology ES1887/ES888/ES1888
-device ess {} : audio, isa_dma, mulaw, auconv, midibus
+device ess {} : audio, isa_dma, midibus
file dev/isa/ess.c ess
# Gravis UltraSound & UltraSound MAX.
# Use the "flags" keyword in a config file to specify an extra DMA
# channel for full-duplex operation.
-device gus: audio, isa_dma, ics2101, ad1848, mulaw, auconv
+device gus: audio, isa_dma, ics2101, ad1848
file dev/isa/gus.c gus
attach gus at isa with gus_isa