Page MenuHomeFreeBSD

Optional prevention of console suspend
Needs ReviewPublic

Authored by bwidawsk on Oct 30 2018, 7:36 PM.
Tags
None
Referenced Files
F82185095: D17764.id.diff
Fri, Apr 26, 6:32 AM
F82180360: D17764.id49803.diff
Fri, Apr 26, 6:01 AM
F82146686: D17764.diff
Thu, Apr 25, 10:47 PM
Unknown Object (File)
Dec 27 2023, 4:59 PM
Unknown Object (File)
Dec 20 2023, 6:16 AM
Unknown Object (File)
Oct 29 2023, 11:39 AM
Unknown Object (File)
Aug 16 2023, 5:55 AM
Unknown Object (File)
Jul 13 2023, 12:42 PM

Details

Reviewers
jhb
Summary

Provide a way to stop suspending of console on x86 platforms. Similarmechanisms could be done for ARM and PPC devices.

Test Plan

Tested on my machine with VGA (verified the print was seen before
suspend). I don't have a machine I can test with that has a serial port.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 20516
Build 19944: arc lint + arc unit

Event Timeline

bwidawsk retitled this revision from Summary: Provide a way to stop suspending of console on x86 platforms. Similar mechanisms could be done for ARM and PPC devices. to Optional prevention of console suspend.Oct 30 2018, 7:37 PM
bwidawsk edited the summary of this revision. (Show Details)
bwidawsk edited reviewers, added: jhb; removed: imp.
bwidawsk added a subscriber: emaste.

I have two subsequent ideas which I may or may not get around to:

  1. Resume the input device when in VGA
  2. Resume the DUMPDEV (if you do not do this and panic during suspend, you cannot get core).