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:
parent
9ed151b5ec
commit
5dbb062210
@ -276,7 +276,7 @@ ofw_cons_probe(struct consdev *cp)
|
||||
return;
|
||||
}
|
||||
|
||||
cp->cn_pri = CN_INTERNAL;
|
||||
cp->cn_pri = CN_LOW;
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
x
Reference in New Issue
Block a user