projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0866d96
)
qlcnic: PCI ID addition
author
Sritej Velaga
<sritej.velaga@qlogic.com>
Thu, 26 Aug 2010 14:03:05 +0000
(14:03 +0000)
committer
David S. Miller
<davem@davemloft.net>
Fri, 27 Aug 2010 00:13:20 +0000
(17:13 -0700)
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>
drivers/net/qlcnic/qlcnic.h
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/qlcnic/qlcnic.h
b/drivers/net/qlcnic/qlcnic.h
index 0a537044d7dab73f74530c95922c75e7aaa92cbb..1f5c10bc9376cf955d07f747d2a878d298b0e090 100644
(file)
--- a/
drivers/net/qlcnic/qlcnic.h
+++ b/
drivers/net/qlcnic/qlcnic.h
@@
-1326,6
+1326,8
@@
static const struct qlcnic_brdinfo qlcnic_boards[] = {
"3200 Series Quad Port 1Gb Intelligent Ethernet Adapter"},
{0x1077, 0x8020, 0x1077, 0x20f,
"3200 Series Single Port 10Gb Intelligent Ethernet Adapter"},
+ {0x1077, 0x8020, 0x103c, 0x3733,
+ "NC523SFP 10Gb 2-port Flex-10 Server Adapter"},
{0x1077, 0x8020, 0x0, 0x0, "cLOM8214 1/10GbE Controller"},
};