Stop serial console and gdb serial port from getting all screwed up.

PR: 65278
MFC in: 3 days
Submitted by: ups@
This commit is contained in:
Julian Elischer 2007-12-05 05:16:56 +00:00
parent 62bdb328bb
commit abc3f1d24b

View File

@ -2443,7 +2443,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)