On Tue, Apr 11, 2017 at 03:51:51PM +0200, Mark Kettenis wrote:
> +                     if (ISSET(sc->sc_hwflags, COM_HW_CONSOLE)) {
> +                             if (db_console)
> +                                     Debugger();
> +                             continue;
> +                     }

Should these be inside #ifdef DDB like in com(4)?

Reply via email to