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:
parent
62bdb328bb
commit
abc3f1d24b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user