Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/sun2/include Now define IPL_BIO.



details:   https://anonhg.NetBSD.org/src/rev/f51af398fd29
branches:  trunk
changeset: 508702:f51af398fd29
user:      fredette <fredette%NetBSD.org@localhost>
date:      Wed Apr 18 03:30:14 2001 +0000

description:
Now define IPL_BIO.

diffstat:

 sys/arch/sun2/include/intr.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r e7d2a0bf916d -r f51af398fd29 sys/arch/sun2/include/intr.h
--- a/sys/arch/sun2/include/intr.h      Wed Apr 18 03:19:21 2001 +0000
+++ b/sys/arch/sun2/include/intr.h      Wed Apr 18 03:30:14 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: intr.h,v 1.1 2001/04/06 13:13:03 fredette Exp $        */
+/*     $NetBSD: intr.h,v 1.2 2001/04/18 03:30:14 fredette Exp $        */
 
 /*
  * Copyright (c) 2001 Matt Fredette.
@@ -48,6 +48,7 @@
 #define IPL_SOFTNET            _IPL_SOFT_LEVEL1
 #define IPL_SOFTCLOCK          _IPL_SOFT_LEVEL1
 #define IPL_SOFTSERIAL         _IPL_SOFT_LEVEL3
+#define        IPL_BIO                 2
 #define        IPL_NET                 3
 #define        IPL_CLOCK               5
 #define        IPL_SERIAL              6



Home | Main Index | Thread Index | Old Index