diff options
author | Sritej Velaga <sritej.velaga@qlogic.com> | 2010-08-26 10:03:05 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-08-26 20:13:20 -0400 |
commit | e132d8d3d2b4df0895fe73c9cfad53b3a5329edf (patch) | |
tree | 59f820ec826736d4a997a0139ff97108e11d0cb6 | |
parent | 0866d96da02cccc3ca837d0d71687aba962b3f2f (diff) |
qlcnic: PCI ID addition
Added PCI ID to board info.
Signed-off-by: Sritej Velaga <sritej.velaga@qlogic.com>
Signed-off-by: Anirban Chakraborty <anirban.chakraborty@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-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 0a537044d7da..1f5c10bc9376 100644 --- a/drivers/net/qlcnic/qlcnic.h +++ b/drivers/net/qlcnic/qlcnic.h | |||
@@ -1326,6 +1326,8 @@ static const struct qlcnic_brdinfo qlcnic_boards[] = { | |||
1326 | "3200 Series Quad Port 1Gb Intelligent Ethernet Adapter"}, | 1326 | "3200 Series Quad Port 1Gb Intelligent Ethernet Adapter"}, |
1327 | {0x1077, 0x8020, 0x1077, 0x20f, | 1327 | {0x1077, 0x8020, 0x1077, 0x20f, |
1328 | "3200 Series Single Port 10Gb Intelligent Ethernet Adapter"}, | 1328 | "3200 Series Single Port 10Gb Intelligent Ethernet Adapter"}, |
1329 | {0x1077, 0x8020, 0x103c, 0x3733, | ||
1330 | "NC523SFP 10Gb 2-port Flex-10 Server Adapter"}, | ||
1329 | {0x1077, 0x8020, 0x0, 0x0, "cLOM8214 1/10GbE Controller"}, | 1331 | {0x1077, 0x8020, 0x0, 0x0, "cLOM8214 1/10GbE Controller"}, |
1330 | }; | 1332 | }; |
1331 | 1333 | ||