Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135522
b: refs/heads/master
c: 7f64926
h: refs/heads/master
v: v3
  • Loading branch information
Brice Goglin authored and David S. Miller committed Mar 24, 2009
1 parent 55540c2 commit d146031
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: de7927457a2e12d89f37b744fb258d2ae68cdb56
refs/heads/master: 7f649269c318c41030e492fc35f03d38c6e3b39b
9 changes: 9 additions & 0 deletions trunk/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 d146031

Please sign in to comment.