提交 02420be6 编写于 作者: A Amit Kumar Salecha 提交者: David S. Miller

qlcnic: add ethernet identifier in board info

Added missing identifier that distinguishes between
FCOE/ISCSI/ETHERNET functions.
Signed-off-by: NRajesh K Borundia <rajesh.borundia@qlogic.com>
Signed-off-by: NAmit Kumar Salecha <amit.salecha@qlogic.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 6a902881
...@@ -1068,7 +1068,7 @@ int qlcnic_reset_context(struct qlcnic_adapter *); ...@@ -1068,7 +1068,7 @@ int qlcnic_reset_context(struct qlcnic_adapter *);
* QLOGIC Board information * QLOGIC Board information
*/ */
#define QLCNIC_MAX_BOARD_NAME_LEN 64 #define QLCNIC_MAX_BOARD_NAME_LEN 100
struct qlcnic_brdinfo { struct qlcnic_brdinfo {
unsigned short vendor; unsigned short vendor;
unsigned short device; unsigned short device;
...@@ -1078,8 +1078,12 @@ struct qlcnic_brdinfo { ...@@ -1078,8 +1078,12 @@ struct qlcnic_brdinfo {
}; };
static const struct qlcnic_brdinfo qlcnic_boards[] = { static const struct qlcnic_brdinfo qlcnic_boards[] = {
{0x1077, 0x8020, 0x1077, 0x203, "8200 Series Single Port 10GbE CNA"}, {0x1077, 0x8020, 0x1077, 0x203,
{0x1077, 0x8020, 0x1077, 0x207, "8200 Series Dual Port 10GbE CNA"}, "8200 Series Single Port 10GbE Converged Network Adapter \
(TCP/IP Networking)"},
{0x1077, 0x8020, 0x1077, 0x207,
"8200 Series Dual Port 10GbE Converged Network Adapter \
(TCP/IP Networking)"},
{0x1077, 0x8020, 0x1077, 0x20b, {0x1077, 0x8020, 0x1077, 0x20b,
"3200 Series Dual Port 10Gb Intelligent Ethernet Adapter"}, "3200 Series Dual Port 10Gb Intelligent Ethernet Adapter"},
{0x1077, 0x8020, 0x1077, 0x20c, {0x1077, 0x8020, 0x1077, 0x20c,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册