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