summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2008-02-29 05:09:15 +0000
committernyan <nyan@FreeBSD.org>2008-02-29 05:09:15 +0000
commit64ec50ef9ad5ff23f809b35f217ef21e80866f54 (patch)
treef18d3c070aa95f14dadd7ae54110c15ebd9fce03 /sys/pc98/cbus
parentd5b129f63048a5f9a102f87bdad70817d86be896 (diff)
downloadFreeBSD-src-64ec50ef9ad5ff23f809b35f217ef21e80866f54.zip
FreeBSD-src-64ec50ef9ad5ff23f809b35f217ef21e80866f54.tar.gz
Merged from sys/dev/sio/sio.c revision 1.472
Stop serial console and gdb serial port from getting all screwed up.
Diffstat (limited to 'sys/pc98/cbus')
-rw-r--r--sys/pc98/cbus/sio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pc98/cbus/sio.c b/sys/pc98/cbus/sio.c
index 6533a53..d0173af 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)
OpenPOWER on IntegriCloud