diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2005-12-28 21:19:28 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2005-12-28 21:19:28 +0000 |
commit | 297953e6fb573d72df4579aa6a76c0c8df91ce8f (patch) | |
tree | 338719797ea2858381bf3a1ce58a8a398038cc22 /sys/arch/hp300/dev | |
parent | 723f77c0c30a28639f3a89436cae1eb16cbfba23 (diff) |
hyper, rbox and topcat not in intio space are CN_NORMAL priority, not
CN_INTERNAL.
Diffstat (limited to 'sys/arch/hp300/dev')
-rw-r--r-- | sys/arch/hp300/dev/hyper.c | 4 | ||||
-rw-r--r-- | sys/arch/hp300/dev/rbox.c | 4 | ||||
-rw-r--r-- | sys/arch/hp300/dev/topcat.c | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/hp300/dev/hyper.c b/sys/arch/hp300/dev/hyper.c index 7e414fc9fb1..cd2b930c34a 100644 --- a/sys/arch/hp300/dev/hyper.c +++ b/sys/arch/hp300/dev/hyper.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hyper.c,v 1.10 2005/11/19 01:59:36 aaron Exp $ */ +/* $OpenBSD: hyper.c,v 1.11 2005/12/28 21:19:27 miod Exp $ */ /* * Copyright (c) 2005, Miodrag Vallat. @@ -500,7 +500,7 @@ hyper_console_scan(int scode, caddr_t va, void *arg) if (fbr->id != GRFHWID || fbr->fbid != GID_HYPERION) return (0); - pri = CN_INTERNAL; + pri = CN_NORMAL; #ifdef CONSCODE /* diff --git a/sys/arch/hp300/dev/rbox.c b/sys/arch/hp300/dev/rbox.c index d6dde534539..2b9602bb8d6 100644 --- a/sys/arch/hp300/dev/rbox.c +++ b/sys/arch/hp300/dev/rbox.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rbox.c,v 1.8 2005/01/27 21:24:48 miod Exp $ */ +/* $OpenBSD: rbox.c,v 1.9 2005/12/28 21:19:27 miod Exp $ */ /* * Copyright (c) 2005, Miodrag Vallat @@ -396,7 +396,7 @@ rbox_console_scan(int scode, caddr_t va, void *arg) if (fbr->id != GRFHWID || fbr->fbid != GID_RENAISSANCE) return (0); - pri = CN_INTERNAL; + pri = CN_NORMAL; #ifdef CONSCODE /* diff --git a/sys/arch/hp300/dev/topcat.c b/sys/arch/hp300/dev/topcat.c index 3c6b6070e48..57267bfdbbe 100644 --- a/sys/arch/hp300/dev/topcat.c +++ b/sys/arch/hp300/dev/topcat.c @@ -1,4 +1,4 @@ -/* $OpenBSD: topcat.c,v 1.9 2005/01/24 21:36:39 miod Exp $ */ +/* $OpenBSD: topcat.c,v 1.10 2005/12/28 21:19:27 miod Exp $ */ /* * Copyright (c) 2005, Miodrag Vallat. @@ -525,7 +525,7 @@ topcat_console_scan(int scode, caddr_t va, void *arg) return (0); } - pri = CN_INTERNAL; + pri = CN_NORMAL; #ifdef CONSCODE /* |