Commit 2226e73
committed
panel: name the drive being imaged in the initiator summary
"Imaging SCSI ID 5 at 1337 kB/s" does not answer what it is imaging. The
identity is in the per-target table behind GET_INITIATOR_STATUS, which is async
and so is exactly the thing an imaging board cannot deliver - the panel and the
web UI were left with a rate and nothing else.
Carry the current target's type, vendor, product and size in the summary, which
the ISR answers. It is a few more bytes on a command that already reads the
same target's sector counts for the progress figure.1 parent 49da728 commit 2226e73
2 files changed
Lines changed: 19 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
802 | 802 | | |
803 | 803 | | |
804 | 804 | | |
805 | | - | |
806 | | - | |
| 805 | + | |
| 806 | + | |
| 807 | + | |
| 808 | + | |
| 809 | + | |
| 810 | + | |
| 811 | + | |
| 812 | + | |
| 813 | + | |
| 814 | + | |
807 | 815 | | |
808 | 816 | | |
809 | 817 | | |
| |||
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
59 | 68 | | |
60 | 69 | | |
61 | 70 | | |
| |||
0 commit comments