summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorart <art@openbsd.org>2002-04-30 01:03:04 +0000
committerart <art@openbsd.org>2002-04-30 01:03:04 +0000
commitb937b246c32fe3dd9507cadba9e8d028ad6b6f11 (patch)
tree716b7235c00ed2f617f2a8578b5517a82151c989
parent- Output chain length must be equal to the byte count of the modulus length (diff)
downloadwireguard-openbsd-b937b246c32fe3dd9507cadba9e8d028ad6b6f11.tar.xz
wireguard-openbsd-b937b246c32fe3dd9507cadba9e8d028ad6b6f11.zip
dmesg logs show that many NICs run at prio 7. Bump IPL_NET to 7.
deraadt@ ok.
-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. */