Actions
Bug #2601
closedkctl_isadep.c should support four serial consoles
Start date:
2012-04-08
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
Description
The file:
usr/src/cmd/mdb/intel/kmdb/kctl/kctl_isadep.c
uses an associative array to store four console properties:
input-device, output-device, ttya-mode, ttyb-mode
It should be enhanced to store ttyc-mode and ttyd-mode
as well. This would allow:
usr/src/cmd/mdb/common/kmdb/kmdb_promif.c
to obtain properties for all four serial consoles.
Actions