diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-07-23 13:18:05 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-07-23 13:18:05 +0000 |
commit | 193275208f104d335682d80b870dd63dacf3c79f (patch) | |
tree | fa5c0b9188ef36bc8beb0504200ed2f648dec1b0 /sys/dev/isa/mpu401.c | |
parent | f57734e5260a6aa92634a8d4e74c9c4159e0079d (diff) |
From NetBSD; let i386 run audio at a high IPL
Diffstat (limited to 'sys/dev/isa/mpu401.c')
-rw-r--r-- | sys/dev/isa/mpu401.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/isa/mpu401.c b/sys/dev/isa/mpu401.c index ad370234bc6..225a7a113a5 100644 --- a/sys/dev/isa/mpu401.c +++ b/sys/dev/isa/mpu401.c @@ -1,4 +1,4 @@ -/* $OpenBSD: mpu401.c,v 1.2 1999/07/20 16:36:05 deraadt Exp $ */ +/* $OpenBSD: mpu401.c,v 1.3 1999/07/23 13:18:04 niklas Exp $ */ /* $NetBSD: mpu401.c,v 1.3 1998/11/25 22:17:06 augustss Exp $ */ /* @@ -58,7 +58,9 @@ #include <dev/isa/mpu401var.h> +#ifndef splaudio #define splaudio() splbio() /* XXX found in audio_if.h normally */ +#endif #ifdef AUDIO_DEBUG #define DPRINTF(x) if (mpu401debug) printf x |