diff options
Diffstat (limited to 'sys/arch/sh/dev/scif.c')
-rw-r--r-- | sys/arch/sh/dev/scif.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/sh/dev/scif.c b/sys/arch/sh/dev/scif.c index 70966381bc2..034c185197e 100644 --- a/sys/arch/sh/dev/scif.c +++ b/sys/arch/sh/dev/scif.c @@ -1,4 +1,4 @@ -/* $OpenBSD: scif.c,v 1.4 2006/11/20 17:53:16 drahn Exp $ */ +/* $OpenBSD: scif.c,v 1.5 2008/01/23 16:37:58 jsing Exp $ */ /* $NetBSD: scif.c,v 1.47 2006/07/23 22:06:06 ad Exp $ */ /*- @@ -1360,9 +1360,9 @@ scifcnprobe(struct consdev *cp) cp->cn_dev = makedev(maj, 0); #ifdef SCIFCONSOLE - cp->cn_pri = CN_REMOTE; + cp->cn_pri = CN_HIGHPRI; #else - cp->cn_pri = CN_NORMAL; + cp->cn_pri = CN_LOWPRI; #endif } |