summaryrefslogtreecommitdiffstats
path: root/sys/dev/ofw
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2003-09-28 05:38:37 +0000
committerjake <jake@FreeBSD.org>2003-09-28 05:38:37 +0000
commiteae77f1521b3144d5191821283b440e297c74321 (patch)
tree6004d2c61e827256d17c83e164ef28165f36adfe /sys/dev/ofw
parent8133e9e87531b9c607c60b23f6ae00e4891a2173 (diff)
downloadFreeBSD-src-eae77f1521b3144d5191821283b440e297c74321.zip
FreeBSD-src-eae77f1521b3144d5191821283b440e297c74321.tar.gz
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.
Diffstat (limited to 'sys/dev/ofw')
-rw-r--r--sys/dev/ofw/ofw_console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ofw/ofw_console.c b/sys/dev/ofw/ofw_console.c
index 920733a..3a85da3 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
OpenPOWER on IntegriCloud