Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev XXX avoid redefiing splaudio and IPL_AUDIO on the sp...
details: https://anonhg.NetBSD.org/src/rev/0996e77eedbc
branches: trunk
changeset: 473488:0996e77eedbc
user: mrg <mrg%NetBSD.org@localhost>
date: Sat Jun 05 14:26:07 1999 +0000
description:
XXX avoid redefiing splaudio and IPL_AUDIO on the sparc XXX
diffstat:
sys/dev/audio_if.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 8770f036fbf1 -r 0996e77eedbc sys/dev/audio_if.h
--- a/sys/dev/audio_if.h Sat Jun 05 14:19:44 1999 +0000
+++ b/sys/dev/audio_if.h Sat Jun 05 14:26:07 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: audio_if.h,v 1.31 1999/02/17 02:37:39 mycroft Exp $ */
+/* $NetBSD: audio_if.h,v 1.32 1999/06/05 14:26:07 mrg Exp $ */
/*
* Copyright (c) 1994 Havard Eidnes.
@@ -152,7 +152,7 @@
#define ISDEVAUDIOCTL(x) (AUDIODEV((x)) == AUDIOCTL_DEVICE)
#define ISDEVMIXER(x) (AUDIODEV((x)) == MIXER_DEVICE)
-#if !defined(__i386__) && !defined(__arm32__)
+#if !defined(__i386__) && !defined(__arm32__) && !defined(__sparc__)
#define splaudio splbio /* XXX */
#define IPL_AUDIO IPL_BIO /* XXX */
#endif
Home |
Main Index |
Thread Index |
Old Index