diff options
author | Divy Le Ray <divy@chelsio.com> | 2007-09-05 18:58:36 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 19:51:06 -0400 |
commit | 1aafee265723818d903766212015b6116885bc6f (patch) | |
tree | 276b31e5a1ac2d9f63fdd8c3cb436d3a28860c1d /drivers/net/cxgb3/common.h | |
parent | bb9366af7b4addb27156585baccadc4b6d30f223 (diff) |
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 */ | |||
438 | T3_REV_A = 0, | 438 | T3_REV_A = 0, |
439 | T3_REV_B = 2, | 439 | T3_REV_B = 2, |
440 | T3_REV_B2 = 3, | 440 | T3_REV_B2 = 3, |
441 | T3_REV_C = 4, | ||
441 | }; | 442 | }; |
442 | 443 | ||
443 | struct trace_params { | 444 | struct trace_params { |