Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mvme68k/include Add IPL_SERIAL.
details: https://anonhg.NetBSD.org/src/rev/c07c5ebece86
branches: trunk
changeset: 497115:c07c5ebece86
user: scw <scw%NetBSD.org@localhost>
date: Tue Sep 19 19:31:34 2000 +0000
description:
Add IPL_SERIAL.
diffstat:
sys/arch/mvme68k/include/intr.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r a5c7d3bf0d5a -r c07c5ebece86 sys/arch/mvme68k/include/intr.h
--- a/sys/arch/mvme68k/include/intr.h Tue Sep 19 18:26:13 2000 +0000
+++ b/sys/arch/mvme68k/include/intr.h Tue Sep 19 19:31:34 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: intr.h,v 1.4 2000/08/22 19:46:30 thorpej Exp $ */
+/* $NetBSD: intr.h,v 1.5 2000/09/19 19:31:34 scw Exp $ */
/*-
* Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -52,6 +52,7 @@
#define IPL_NET 2 /* disable network interrupts */
#define IPL_TTY 3 /* disable terminal interrupts */
#define IPL_TTYNOBUF 4 /* IPL_TTY + higher ISR priority */
+#define IPL_SERIAL 4 /* disable serial interrupts */
#define IPL_CLOCK 5 /* disable clock interrupts */
#define IPL_HIGH 6 /* disable all interrupts */
Home |
Main Index |
Thread Index |
Old Index