Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/dev Pull in rev 1.8 -> 1.9. Rather than special cas...
details: https://anonhg.NetBSD.org/src/rev/3294fe859727
branches: netbsd-1-5
changeset: 488695:3294fe859727
user: wrstuden <wrstuden%NetBSD.org@localhost>
date: Mon Jul 24 23:10:11 2000 +0000
description:
Pull in rev 1.8 -> 1.9. Rather than special case ports which have
an IPL_AUDIO, test for it. Approved by thorpej.
diffstat:
sys/dev/midi_if.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 2665469db75a -r 3294fe859727 sys/dev/midi_if.h
--- a/sys/dev/midi_if.h Mon Jul 24 23:05:08 2000 +0000
+++ b/sys/dev/midi_if.h Mon Jul 24 23:10:11 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: midi_if.h,v 1.8 2000/03/21 18:05:55 garbled Exp $ */
+/* $NetBSD: midi_if.h,v 1.8.4.1 2000/07/24 23:10:11 wrstuden Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -67,7 +67,7 @@
void midi_getinfo __P((dev_t, struct midi_info *));
int midi_writebytes __P((int, u_char *, int));
-#if !defined(__i386__) && !defined(__arm32__) && !defined(prep)
+#if !defined(IPL_AUDIO)
#define splaudio splbio /* XXX */
#define IPL_AUDIO IPL_BIO /* XXX */
#endif
Home |
Main Index |
Thread Index |
Old Index