diff options
| author | Jake Burkholder <jake@FreeBSD.org> | 2003-09-28 05:38:37 +0000 |
|---|---|---|
| committer | Jake Burkholder <jake@FreeBSD.org> | 2003-09-28 05:38:37 +0000 |
| commit | 5dbb06221043e6f420a521d50fdc367a3855741d (patch) | |
| tree | 6004d2c61e827256d17c83e164ef28165f36adfe /sys/dev/ofw | |
| parent | 9ed151b5ecb3b2bd1184fe0c302922c293f8fe5d (diff) | |
Notes
Diffstat (limited to 'sys/dev/ofw')
| -rw-r--r-- | sys/dev/ofw/ofw_console.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
