diff --git a/sys/pc98/cbus/sio.c b/sys/pc98/cbus/sio.c index 6533a5386e2..d0173afa498 100644 --- a/sys/pc98/cbus/sio.c +++ b/sys/pc98/cbus/sio.c @@ -3624,7 +3624,7 @@ sio_cnprobe(cp) continue; iobase = port; s = spltty(); - if (boothowto & RB_SERIAL) { + if ((boothowto & RB_SERIAL) && COM_CONSOLE(flags)) { boot_speed = siocngetspeed(iobase, comdefaultrclk); if (boot_speed)