Notify DRM about panic or kdb enter happen. So we can see kernel messages in

that case.
To investigate: Return from kdb is broken, seems due to locks usage. TODO

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
ray 2013-11-04 09:01:52 +00:00
parent 3ec83506b8
commit 71ed33b8c0

View File

@ -724,6 +724,8 @@ vtterm_done(struct terminal *tm)
if (vd->vd_curwindow != vw) {
vd->vd_curwindow = vw;
vd->vd_flags |= VDF_INVALID;
if (vd->vd_driver->vd_postswitch)
vd->vd_driver->vd_postswitch(vd);
}
vd->vd_flags &= ~VDF_SPLASH;
vt_flush(vd);