Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 183785
b: refs/heads/master
c: 02420be
h: refs/heads/master
i:
  183783: f674d84
v: v3
  • Loading branch information
Amit Kumar Salecha authored and David S. Miller committed Feb 2, 2010
1 parent 783c11f commit 0640fa6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6a902881cc6993f136906559ca04b6a4c9e260fc
refs/heads/master: 02420be6fc5fc63526aca43b5bfc571547a1c926
10 changes: 7 additions & 3 deletions trunk/drivers/net/qlcnic/qlcnic.h
Original file line number Diff line number Diff line change
Expand Up @@ -1068,7 +1068,7 @@ int qlcnic_reset_context(struct qlcnic_adapter *);
* QLOGIC Board information
*/

#define QLCNIC_MAX_BOARD_NAME_LEN 64
#define QLCNIC_MAX_BOARD_NAME_LEN 100
struct qlcnic_brdinfo {
unsigned short vendor;
unsigned short device;
Expand All @@ -1078,8 +1078,12 @@ struct qlcnic_brdinfo {
};

static const struct qlcnic_brdinfo qlcnic_boards[] = {
{0x1077, 0x8020, 0x1077, 0x203, "8200 Series Single Port 10GbE CNA"},
{0x1077, 0x8020, 0x1077, 0x207, "8200 Series Dual Port 10GbE CNA"},
{0x1077, 0x8020, 0x1077, 0x203,
"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,
"3200 Series Dual Port 10Gb Intelligent Ethernet Adapter"},
{0x1077, 0x8020, 0x1077, 0x20c,
Expand Down

0 comments on commit 0640fa6

Please sign in to comment.