Page MenuHomeFreeBSD

vt(4): Switch window when entering ddb or a panic occurs
ClosedPublic

Authored by dumbbell on Aug 24 2014, 7:27 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 16, 4:24 AM
Unknown Object (File)
Tue, Apr 9, 10:43 AM
Unknown Object (File)
Thu, Mar 28, 11:00 AM
Unknown Object (File)
Thu, Mar 28, 9:57 AM
Unknown Object (File)
Thu, Mar 28, 6:48 AM
Unknown Object (File)
Mar 19 2024, 7:43 PM
Unknown Object (File)
Jan 2 2024, 12:06 PM
Unknown Object (File)
Dec 22 2023, 10:12 AM
Subscribers
None

Details

Reviewers
ray
emaste
Summary

The patch add the cngrab/cnungrab callbacks to vt(4). Their implementation is copied from syscons.

In drm_fb_helper.c, drm_fb_helper_restore_fbdev_mode() must not be executed in a taskqueue thread when DDB is active, because the thread won't run.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

dumbbell retitled this revision from to vt(4): Switch window when entering ddb or a panic occurs.
dumbbell updated this object.
dumbbell edited the test plan for this revision. (Show Details)
dumbbell added reviewers: emaste, ray.

Yeah, it is right thing.
Please do!

ray edited edge metadata.

Looks good!

This revision is now accepted and ready to land.Aug 26 2014, 12:02 PM

Thanks, committed in r270705 and r270706!