diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2003-01-25 06:14:34 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2003-01-25 06:14:34 +0000 |
commit | b8a6d538fe9fbf2dccc1585082a8c6457b4dac7f (patch) | |
tree | b66b6fa793e07ce5716e878cdd4d052bbb8da30d /sys | |
parent | 596698a110f338899f0d3e302763b8e575262810 (diff) |
hppa provides its own IPL_AUDIO, too
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/audio_if.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/audio_if.h b/sys/dev/audio_if.h index 5620ff53e91..bab25f460cd 100644 --- a/sys/dev/audio_if.h +++ b/sys/dev/audio_if.h @@ -1,4 +1,4 @@ -/* $OpenBSD: audio_if.h,v 1.20 2002/08/26 16:20:04 mickey Exp $ */ +/* $OpenBSD: audio_if.h,v 1.21 2003/01/25 06:14:33 jason Exp $ */ /* $NetBSD: audio_if.h,v 1.24 1998/01/10 14:07:25 tv Exp $ */ /* @@ -158,7 +158,7 @@ int audioprint(void *, const char *); #define ISDEVAUDIOCTL(x) (AUDIODEV((x)) == AUDIOCTL_DEVICE) #define ISDEVMIXER(x) (AUDIODEV((x)) == MIXER_DEVICE) -#if !defined(__i386__) && !defined(__sparc64__) && !defined(__powerpc__) +#if !defined(__i386__) && !defined(__sparc64__) && !defined(__powerpc__) && !defined(__hppa__) #define splaudio splbio /* XXX */ #define IPL_AUDIO IPL_BIO /* XXX */ #endif |