Page MenuHomeFreeBSD

Optional prevention of console suspend
Needs ReviewPublic

Authored by bwidawsk on Oct 30 2018, 7:36 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sep 13 2024, 7:14 AM
Unknown Object (File)
Sep 9 2024, 6:37 PM
Unknown Object (File)
Aug 12 2024, 12:00 AM
Unknown Object (File)
Jun 8 2024, 2:59 PM
Unknown Object (File)
May 19 2024, 4:16 PM
Unknown Object (File)
May 7 2024, 12:46 PM
Unknown Object (File)
Apr 26 2024, 6:32 AM
Unknown Object (File)
Apr 26 2024, 6:01 AM

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).