提交 1aafee26 编写于 作者: D Divy Le Ray 提交者: David S. Miller

cxgb3 - Add T3C rev

add driver recognition for T3C rev board.
Signed-off-by: NDivy Le Ray <divy@chelsio.com>
Signed-off-by: NJeff Garzik <jeff@garzik.org>
上级 bb9366af
...@@ -438,6 +438,7 @@ enum { /* chip revisions */ ...@@ -438,6 +438,7 @@ enum { /* chip revisions */
T3_REV_A = 0, T3_REV_A = 0,
T3_REV_B = 2, T3_REV_B = 2,
T3_REV_B2 = 3, T3_REV_B2 = 3,
T3_REV_C = 4,
}; };
struct trace_params { struct trace_params {
......
...@@ -733,6 +733,9 @@ static inline char t3rev2char(struct adapter *adapter) ...@@ -733,6 +733,9 @@ static inline char t3rev2char(struct adapter *adapter)
case T3_REV_B2: case T3_REV_B2:
rev = 'b'; rev = 'b';
break; break;
case T3_REV_C:
rev = 'c';
break;
} }
return rev; return rev;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册