summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2002-04-30 01:03:05 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2002-04-30 01:03:05 +0000
commitf8ce634314cf072323fbbb4bd872a4bb72ad97f3 (patch)
tree4c7561baa20b2f44e65720881835fd5605d13a10 /sys
parent16c4cf13c83edf6108b945d25175c11ff2215f99 (diff)
dmesg logs show that many NICs run at prio 7. Bump IPL_NET to 7.
deraadt@ ok.
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/sparc/include/psl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc/include/psl.h b/sys/arch/sparc/include/psl.h
index 6d3e4c56248..556559353f9 100644
--- a/sys/arch/sparc/include/psl.h
+++ b/sys/arch/sparc/include/psl.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: psl.h,v 1.11 2002/04/29 07:35:22 miod Exp $ */
+/* $OpenBSD: psl.h,v 1.12 2002/04/30 01:03:04 art Exp $ */
/* $NetBSD: psl.h,v 1.12 1997/03/10 21:49:11 pk Exp $ */
/*
@@ -85,8 +85,8 @@
#define IPL_AUSOFT 4 /* audio soft interrupts */
#define IPL_FDSOFT 4 /* floppy soft interrupts */
#define IPL_BIO 5 /* block devices are at 5 and below */
-#define IPL_NET 6 /* network hardware at 6 or below */
#define IPL_TTY 6 /* tty soft interrupts */
+#define IPL_NET 7 /* network hardware at 7 or below */
#define IPL_VM 7 /* max(BIO, NET, TTY) */
#define IPL_CLOCK 10 /* hardclock() */
#define IPL_FD 11 /* hard floppy interrupts. */