diff options
| author | Sritej Velaga <[email protected]> | 2011-07-14 03:16:51 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2011-07-14 08:49:44 -0700 |
| commit | a941fef81b48179ea64728034f3ed5cda2336987 (patch) | |
| tree | da99c2fb2514bb924f4b419cc2123c8fa81ac302 | |
| parent | 7b749ff4dfba109d25a6b4fd011ee78877831e86 (diff) | |
qlcnic: updated supported cards information
Added QME8242-k 10GbE Dual Port Mezzanine Card to supported card info.
Signed-off-by: Sritej Velaga <[email protected]>
Signed-off-by: Amit Kumar Salecha <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
| -rw-r--r-- | drivers/net/qlcnic/qlcnic.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/qlcnic/qlcnic.h b/drivers/net/qlcnic/qlcnic.h index 9899a7947718..7c0d6ee1697e 100644 --- a/drivers/net/qlcnic/qlcnic.h +++ b/drivers/net/qlcnic/qlcnic.h @@ -1510,6 +1510,8 @@ static const struct qlcnic_brdinfo qlcnic_boards[] = { "NC523SFP 10Gb 2-port Server Adapter"}, {0x1077, 0x8020, 0x103c, 0x3346, "CN1000Q Dual Port Converged Network Adapter"}, + {0x1077, 0x8020, 0x1077, 0x210, + "QME8242-k 10GbE Dual Port Mezzanine Card"}, {0x1077, 0x8020, 0x0, 0x0, "cLOM8214 1/10GbE Controller"}, }; |