Skip to content

Commit

Permalink
Display 12Gbps link speeds
Browse files Browse the repository at this point in the history
Related #5
  • Loading branch information
baruch committed May 11, 2015
1 parent ad09c69 commit a8c6a31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mptparser.c
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,7 @@ static const char *sas_topo_link_rate_to_text(uint8_t link_rate)
case MPI2_EVENT_SAS_TOPO_LR_RATE_1_5: return "RATE_1_5";
case MPI2_EVENT_SAS_TOPO_LR_RATE_3_0: return "RATE_3_0";
case MPI2_EVENT_SAS_TOPO_LR_RATE_6_0: return "RATE_6_0";
case MPI25_EVENT_SAS_TOPO_LR_RATE_12_0: return "RATE_12_0";
}

return "UNKNOWN";
Expand Down

0 comments on commit a8c6a31

Please sign in to comment.