> Date: Tue, 11 Apr 2017 14:12:38 +0000
> From: Visa Hankala <[email protected]>
> 
> 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)?

Yes

Reply via email to