Print the correct speed when speed is less than 1MB/s.
Fixed in cam_xpt.c, r1.81 Submitted by: Gerd Knops <gerti@bitart.com>
This commit is contained in:
parent
5e4a74ec02
commit
f1f05bbb10
@ -911,7 +911,7 @@ scsixferrate(struct cam_device *device)
|
||||
mb, speed % 1000);
|
||||
else
|
||||
fprintf(stdout, "%dKB/s transfers ",
|
||||
(speed % 1000) * 1000);
|
||||
speed);
|
||||
|
||||
if (((ccb->cts.valid & CCB_TRANS_SYNC_OFFSET_VALID) != 0)
|
||||
&& (ccb->cts.sync_offset != 0))
|
||||
|
Loading…
Reference in New Issue
Block a user