Deleted Added
full compact
17c17
< __FBSDID("$FreeBSD: head/sys/boot/i386/zfsboot/zfsboot.c 241294 2012-10-06 19:48:15Z avg $");
---
> __FBSDID("$FreeBSD: head/sys/boot/i386/zfsboot/zfsboot.c 241301 2012-10-06 20:08:29Z avg $");
788,789c788,791
< if (ioctrl & IO_SERIAL)
< sio_init(115200 / comspeed);
---
> if (ioctrl & IO_SERIAL) {
> if (sio_init(115200 / comspeed) != 0)
> ioctrl &= ~IO_SERIAL;
> }