on 17/12/2011 17:08 Andriy Gapon said the following: > +void > +cngrab() > +{ > + struct cn_device *cnd; > + struct consdev *cn; > + > + STAILQ_FOREACH(cnd, &cn_devlist, cnd_next) { > + cn = cnd->cnd_cn; > + if (!kdb_active || !(cn->cn_flags & CN_FLAG_NODEBUG)) > + cn->cn_ops->cn_grab(cn); > + } > +}
BTW, it seems that CN_FLAG_NODEBUG is not set for any of the current console drivers. A candidate for removal? -- Andriy Gapon _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"