Force to use serial console when no graphic board is found.
authoraoyama <aoyama@openbsd.org>
Sun, 25 Jul 2021 07:12:51 +0000 (07:12 +0000)
committeraoyama <aoyama@openbsd.org>
Sun, 25 Jul 2021 07:12:51 +0000 (07:12 +0000)
commit460fd447b4044fe4d7efeeecca66bb41765355b3
tree28b61b07793f2017a390e510862ebb300a00a6dd
parent43a723fb64dce7efff152b6d6ee732eb3c9ba87f
Force to use serial console when no graphic board is found.

If no graphic board is found, LUNA's ROM monitor forces to use serial
console even though DIP switch setting is 'use graphic console'.

For the consistency, change the the kernel behavior the same as ROM
monitor does.

Tested on my LUNA-88K2.
sys/arch/luna88k/luna88k/locore0.S
sys/arch/luna88k/luna88k/machdep.c