diff options
| author | Julian Elischer <julian@FreeBSD.org> | 2007-12-05 05:16:56 +0000 |
|---|---|---|
| committer | Julian Elischer <julian@FreeBSD.org> | 2007-12-05 05:16:56 +0000 |
| commit | abc3f1d24bb366f0c813ae7f177a81e11649889d (patch) | |
| tree | 34cb3502dcdecb02758011fdf67e28206e1a5088 /sys/dev/sio | |
| parent | 62bdb328bbc2949226ffd6961ba6e3963eac5fad (diff) | |
Notes
Diffstat (limited to 'sys/dev/sio')
| -rw-r--r-- | sys/dev/sio/sio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/sio/sio.c b/sys/dev/sio/sio.c index 04d10ef8e509..3db7f591a426 100644 --- a/sys/dev/sio/sio.c +++ b/sys/dev/sio/sio.c @@ -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) |
