Testing Done: |
|
---|
7677 kmdb: intel system console value can not be screen
Review Request #298 — Created Dec. 19, 2016 and submitted
Information | |
---|---|
tsoome | |
illumos-gate | |
7677 | |
eee56e7... | |
Reviewers | |
general | |
7677 kmdb: intel system console value can not be screen
boot -k to enable kmdb;
verify the terminal type in kmdb (::term will print your current terminal, which is different if you are using mdb -k):
> mdb::print struct mdb m_promif | ::print struct kmdb_promif { pif_oterm = 0xfffffffffbd82298 "sun-color"
-
-
usr/src/cmd/mdb/intel/kmdb/kmdb_promif_isadep.c (Diff revision 1) This makes the comment somewhat redundant. How about the following?
The property "output-device" is based on either "output-device" or "console" properties from actual system, and needs to come from out property cache, so we can't use the official promif one.
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 2 (+16 -3) |
Change Summary:
removed pragma ident
Commit: |
|
||||
---|---|---|---|---|---|
Diff: |
Revision 3 (+16 -5) |