Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/arch/sparc/include/psl.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/sparc/include/psl.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.6 retrieving revision 1.7 diff -u -p -r1.6 -r1.7 --- src/sys/arch/sparc/include/psl.h 1995/03/28 18:20:07 1.6 +++ src/sys/arch/sparc/include/psl.h 1995/08/13 00:29:56 1.7 @@ -1,4 +1,4 @@ -/* $NetBSD: psl.h,v 1.6 1995/03/28 18:20:07 jtc Exp $ */ +/* $NetBSD: psl.h,v 1.7 1995/08/13 00:29:56 mycroft Exp $ */ /* * Copyright (c) 1992, 1993 @@ -133,8 +133,12 @@ static __inline int name() { \ } SPL(splsoftint, 1) -#define splnet splsoftint -#define splsoftclock splsoftint +#define splsoftclock splsoftint +#define splsoftnet splsoftint + +/* network hardware interrupts are at level 6 */ +#define PIL_NET 6 +SPL(splnet, PIL_NET) /* tty input runs at software level 6 */ #define PIL_TTY 6