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)
Wed, Jan 8, 4:55 AM
Unknown Object (File)
Thu, Jan 2, 4:13 AM
Unknown Object (File)
Thu, Jan 2, 4:08 AM
Unknown Object (File)
Oct 9 2024, 11:50 AM
Unknown Object (File)
Oct 5 2024, 5:00 AM
Unknown Object (File)
Oct 2 2024, 9:34 PM
Unknown Object (File)
Oct 2 2024, 2:19 PM
Unknown Object (File)
Oct 1 2024, 10:03 PM
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!