| Submitter | Brice Goglin |
|---|---|
| Date | Nov. 22, 2008, 9:23 a.m. |
| Message ID | <4927CF7E.60207@myri.com> |
| Download | mbox | patch |
| Permalink | /patch/10212/ |
| State | Accepted |
| Delegated to: | David Miller |
| Headers | show |
Comments
From: Brice Goglin <brice@myri.com> Date: Sat, 22 Nov 2008 10:23:10 +0100 > Update myri10ge firmware headers. > > Signed-off-by: Brice Goglin <brice@myri.com> Applied. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Patch
--- linux-tmp/drivers/net/myri10ge/myri10ge_mcp_gen_header.h 2008-11-22 10:06:58.000000000 +0100 +++ net-next-2.6/drivers/net/myri10ge/myri10ge_mcp_gen_header.h 2008-10-29 10:25:24.000000000 +0100 @@ -41,6 +41,7 @@ unsigned short handoff_id_major; /* must be equal */ unsigned short handoff_id_caps; /* bitfield: new mcp must have superset */ unsigned msix_table_addr; /* start address of msix table in firmware */ + unsigned bss_addr; /* start of bss */ /* 8 */ };
Update myri10ge firmware headers. Signed-off-by: Brice Goglin <brice@myri.com> -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html