diff options
Diffstat (limited to 'sys/arch/zaurus/include/intr.h')
-rw-r--r-- | sys/arch/zaurus/include/intr.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sys/arch/zaurus/include/intr.h b/sys/arch/zaurus/include/intr.h index 24fe0fb3e11..2545a62309b 100644 --- a/sys/arch/zaurus/include/intr.h +++ b/sys/arch/zaurus/include/intr.h @@ -1,4 +1,4 @@ -/* $OpenBSD: intr.h,v 1.7 2007/05/15 05:26:45 miod Exp $ */ +/* $OpenBSD: intr.h,v 1.8 2009/04/08 21:19:31 kettenis Exp $ */ /* $NetBSD: intr.h,v 1.12 2003/06/16 20:00:59 thorpej Exp $ */ /* @@ -49,16 +49,15 @@ #define IPL_SOFTNET 3 /* software network interrupt */ #define IPL_BIO 4 /* block I/O */ #define IPL_NET 5 /* network */ -#define IPL_SOFTSERIAL 6 /* software serial interrupt */ +#define IPL_SOFTTTY 6 /* software serial interrupt */ #define IPL_TTY 7 /* terminals */ #define IPL_VM 8 /* memory allocation */ #define IPL_AUDIO 9 /* audio device */ #define IPL_CLOCK 10 /* clock interrupt */ #define IPL_STATCLOCK 11 /* statistics clock interrupt */ #define IPL_HIGH 12 /* everything */ -#define IPL_SERIAL 13 /* serial device */ -#define NIPL 14 +#define NIPL 13 /* Interrupt sharing types. */ #define IST_NONE 0 /* none */ |