diff options
author | Divy Le Ray <divy@chelsio.com> | 2007-09-06 00:58:36 +0200 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-11 01:51:06 +0200 |
commit | 1aafee265723818d903766212015b6116885bc6f (patch) | |
tree | 276b31e5a1ac2d9f63fdd8c3cb436d3a28860c1d /drivers/net/cxgb3/common.h | |
parent | cxgb3 - CQ context operations time out too soon. (diff) | |
download | linux-1aafee265723818d903766212015b6116885bc6f.tar.xz linux-1aafee265723818d903766212015b6116885bc6f.zip |
cxgb3 - Add T3C rev
add driver recognition for T3C rev board.
Signed-off-by: Divy Le Ray <divy@chelsio.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/cxgb3/common.h')
-rw-r--r-- | drivers/net/cxgb3/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/cxgb3/common.h b/drivers/net/cxgb3/common.h index 7e9e43d1074e..d3f276c2c01d 100644 --- a/drivers/net/cxgb3/common.h +++ b/drivers/net/cxgb3/common.h @@ -438,6 +438,7 @@ enum { /* chip revisions */ T3_REV_A = 0, T3_REV_B = 2, T3_REV_B2 = 3, + T3_REV_C = 4, }; struct trace_params { |