Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amiga/include defined IPL_BIO, IPL_NET and IPL_TTY ...
details: https://anonhg.NetBSD.org/src/rev/8e89a5f89ae1
branches: trunk
changeset: 480550:8e89a5f89ae1
user: aymeric <aymeric%NetBSD.org@localhost>
date: Sat Jan 15 15:04:21 2000 +0000
description:
defined IPL_BIO, IPL_NET and IPL_TTY for soon to be integrated PCMCIA code
diffstat:
sys/arch/amiga/include/intr.h | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r 9de12ca34b5a -r 8e89a5f89ae1 sys/arch/amiga/include/intr.h
--- a/sys/arch/amiga/include/intr.h Sat Jan 15 14:47:25 2000 +0000
+++ b/sys/arch/amiga/include/intr.h Sat Jan 15 15:04:21 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: intr.h,v 1.8 1999/02/16 23:34:12 is Exp $ */
+/* $NetBSD: intr.h,v 1.9 2000/01/15 15:04:21 aymeric Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -52,6 +52,12 @@
#define IPL_SOFTSERIAL 1
#define IPL_SOFTNET 1
+/* not used yet, should reflect psl.h */
+#define IPL_BIO 3
+#define IPL_NET 3
+#define IPL_TTY 4
+
+
#ifdef splaudio
#undef splaudio
#define splaudio spl6
Home |
Main Index |
Thread Index |
Old Index