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.
This commit is contained in:
Jake Burkholder 2003-09-28 05:38:37 +00:00
parent 9ed151b5ec
commit 5dbb062210

View File

@ -276,7 +276,7 @@ ofw_cons_probe(struct consdev *cp)
return;
}
cp->cn_pri = CN_INTERNAL;
cp->cn_pri = CN_LOW;
}
static void