Bug #10511
loader: comconsole comc_setup should return boolean
Start date:
2019-03-07
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Description
The comc_setup() is called while console probing, init and IO. While probing, we want to have console correctly marked as [not] usable. The console init will set ACTIVE flags, we need to clear those in case of error.
However, we do not want to get our console disabled during the mode changes.
History
Updated by Electric Monk 9 months ago
- % Done changed from 90 to 100
- Status changed from In Progress to Closed
git commit fec53dd46f43e58822d823ac73a281d6f0a1e782
commit fec53dd46f43e58822d823ac73a281d6f0a1e782 Author: Toomas Soome <tsoome@me.com> Date: 2019-03-15T20:55:58.000Z 10511 loader: comconsole comc_setup should return boolean Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Dan McDonald <danmcd@joyent.com>