diff options
author | 2015-05-11 06:46:21 +0000 | |
---|---|---|
committer | 2015-05-11 06:46:21 +0000 | |
commit | ac2bb4f35e5a57326fc135134dc640899d0b5bd0 (patch) | |
tree | 1e63826ec7e7e40856b73e4c184d951aa1cec1ea /sys/arch/sgi/hpc/files.hpc | |
parent | Whoops, need to pass through O_ACCMODE flags to the underlying __*_open() (diff) | |
download | wireguard-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/arch/sgi/hpc/files.hpc')
-rw-r--r-- | sys/arch/sgi/hpc/files.hpc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sgi/hpc/files.hpc b/sys/arch/sgi/hpc/files.hpc index 43065f22e26..8bee3cac6fa 100644 --- a/sys/arch/sgi/hpc/files.hpc +++ b/sys/arch/sgi/hpc/files.hpc @@ -1,4 +1,4 @@ -# $OpenBSD: files.hpc,v 1.5 2014/04/18 21:55:24 jasper Exp $ +# $OpenBSD: files.hpc,v 1.6 2015/05/11 06:46:21 ratchov Exp $ # $NetBSD: files.hpc,v 1.14 2009/05/14 01:10:19 macallan Exp $ # IP20 RTC @@ -22,7 +22,7 @@ device wdsc: wd33c93ctrl, scsi, hpcdma attach wdsc at hpc file arch/sgi/hpc/wdsc.c wdsc -device haltwo: audio, auconv, mulaw +device haltwo: audio attach haltwo at hpc file arch/sgi/hpc/haltwo.c haltwo |