From f8ce634314cf072323fbbb4bd872a4bb72ad97f3 Mon Sep 17 00:00:00 2001 From: Artur Grabowski Date: Tue, 30 Apr 2002 01:03:05 +0000 Subject: dmesg logs show that many NICs run at prio 7. Bump IPL_NET to 7. deraadt@ ok. --- sys/arch/sparc/include/psl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/sparc/include') 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. */ -- cgit v1.2.3