Skip to content

Commit

Permalink
myri10ge: update firmware headers to 1.4.41
Browse files Browse the repository at this point in the history
Update myri10ge firmware headers to firmware version 1.4.41.

Signed-off-by: Brice Goglin <brice@myri.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Brice Goglin authored and David S. Miller committed Mar 24, 2009
1 parent de79274 commit 7f64926
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions drivers/net/myri10ge/myri10ge_mcp_gen_header.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#define MCP_TYPE_ETH 0x45544820 /* "ETH " */
#define MCP_TYPE_MCP0 0x4d435030 /* "MCP0" */
#define MCP_TYPE_DFLT 0x20202020 /* " " */
#define MCP_TYPE_ETHZ 0x4554485a /* "ETHZ" */

struct mcp_gen_header {
/* the first 4 fields are filled at compile time */
Expand Down Expand Up @@ -43,7 +44,15 @@ struct mcp_gen_header {
unsigned msix_table_addr; /* start address of msix table in firmware */
unsigned bss_addr; /* start of bss */
unsigned features;
unsigned ee_hdr_addr;
/* 8 */
};

struct zmcp_info {
unsigned info_len;
unsigned zmcp_addr;
unsigned zmcp_len;
unsigned mcp_edata;
};

#endif /* __MYRI10GE_MCP_GEN_HEADER_H__ */

0 comments on commit 7f64926

Please sign in to comment.