From 5dbb06221043e6f420a521d50fdc367a3855741d Mon Sep 17 00:00:00 2001 From: Jake Burkholder Date: Sun, 28 Sep 2003 05:38:37 +0000 Subject: [PATCH] Make ofw_console a low priority console device, so that uart will be preferred in all cases, even if the "remote" bit is not set. --- sys/dev/ofw/ofw_console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/ofw/ofw_console.c b/sys/dev/ofw/ofw_console.c index 920733a61d91..3a85da35eb7d 100644 --- a/sys/dev/ofw/ofw_console.c +++ b/sys/dev/ofw/ofw_console.c @@ -276,7 +276,7 @@ ofw_cons_probe(struct consdev *cp) return; } - cp->cn_pri = CN_INTERNAL; + cp->cn_pri = CN_LOW; } static void