summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/mpu401.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/isa/mpu401.c')
-rw-r--r--sys/dev/isa/mpu401.c4
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