From 7f1108670a2ba0bd92c2a3691e98bc89725e6589 Mon Sep 17 00:00:00 2001 From: Joel Sing Date: Wed, 23 Jan 2008 16:37:59 +0000 Subject: Cleanup cn_pri. Change constants to more meaningful names, rather than the hp300 related ones currently in use. CN_NORMAL becomes CN_LOWPRI, CN_INTERNAL becomes CN_MIDPRI and CN_REMOTE becomes CN_HIGHPRI. ok miod@ --- sys/arch/solbourne/solbourne/machdep.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/solbourne') diff --git a/sys/arch/solbourne/solbourne/machdep.c b/sys/arch/solbourne/solbourne/machdep.c index 9fa6c9b9976..9b5701bbb33 100644 --- a/sys/arch/solbourne/solbourne/machdep.c +++ b/sys/arch/solbourne/solbourne/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.4 2007/05/29 20:36:48 deraadt Exp $ */ +/* $OpenBSD: machdep.c,v 1.5 2008/01/23 16:37:57 jsing Exp $ */ /* OpenBSD: machdep.c,v 1.105 2005/04/11 15:13:01 deraadt Exp */ /* @@ -806,7 +806,7 @@ void earlycnprobe(struct consdev *cn) { cn->cn_dev = makedev(0, 0); - cn->cn_pri = CN_INTERNAL; + cn->cn_pri = CN_MIDPRI; } void -- cgit v1.2.3