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/dreamcast/include/intr.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/dreamcast/include/intr.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.4.22.2 retrieving revision 1.4.22.3 diff -u -p -r1.4.22.2 -r1.4.22.3 --- src/sys/arch/dreamcast/include/intr.h 2007/02/26 09:06:16 1.4.22.2 +++ src/sys/arch/dreamcast/include/intr.h 2007/12/07 17:24:29 1.4.22.3 @@ -1,4 +1,4 @@ -/* $NetBSD: intr.h,v 1.4.22.2 2007/02/26 09:06:16 yamt Exp $ */ +/* $NetBSD: intr.h,v 1.4.22.3 2007/12/07 17:24:29 yamt Exp $ */ /*- * Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -42,16 +42,9 @@ #define _INTR_N 10 /* TMU0, TMU1, TMU2, SCIF * 4, IRL * 3 */ /* Interrupt priority levels */ -#define IPL_BIO 9 /* block I/O (IRL9) */ -#define IPL_NET 11 /* network (IRL11) */ -#define IPL_TTY 12 /* terminal (IRL13) */ -#define IPL_VM IPL_TTY -#define IPL_SERIAL 12 /* serial */ -#define IPL_CLOCK 14 /* clock */ -#define IPL_STATCLOCK IPL_CLOCK -#define IPL_SCHED IPL_CLOCK -#define IPL_HIGH 15 /* everything */ -#define IPL_LOCK IPL_HIGH +#define IPL_VM 12 +#define IPL_SCHED 14 +#define IPL_HIGH 15 typedef uint8_t ipl_t; typedef struct {