* [PATCH 2.6.27] cxgb3: Allow 64KB firmware images.
@ 2008-07-26 20:40 Steve Wise
2008-07-29 1:25 ` Divy Le Ray
2008-07-29 21:49 ` Jeff Garzik
0 siblings, 2 replies; 3+ messages in thread
From: Steve Wise @ 2008-07-26 20:40 UTC (permalink / raw)
To: jeff; +Cc: netdev, divy, rdreier
Jeff,
This small patch is needed to allow loading the 7.0 firmware, which is
required for 2.6.27. Any chance of this making 2.6.27-rc1?
Thanks,
Steve.
----
cxgb3: Allow 64KB firmware images.
Starting with FW version 7.0, the driver needs to allow larger images.
Signed-off-by: Steve Wise <swise@opengridcomputing.com>
---
drivers/net/cxgb3/t3_hw.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/net/cxgb3/t3_hw.c b/drivers/net/cxgb3/t3_hw.c
index 47d5178..04c0e90 100644
--- a/drivers/net/cxgb3/t3_hw.c
+++ b/drivers/net/cxgb3/t3_hw.c
@@ -683,7 +683,7 @@ enum {
SF_ERASE_SECTOR = 0xd8, /* erase sector */
FW_FLASH_BOOT_ADDR = 0x70000, /* start address of FW in flash */
- FW_VERS_ADDR = 0x77ffc, /* flash address holding FW version */
+ FW_VERS_ADDR = 0x7fffc, /* flash address holding FW version */
FW_MIN_SIZE = 8 /* at least version and csum */
};
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 2.6.27] cxgb3: Allow 64KB firmware images.
2008-07-26 20:40 [PATCH 2.6.27] cxgb3: Allow 64KB firmware images Steve Wise
@ 2008-07-29 1:25 ` Divy Le Ray
2008-07-29 21:49 ` Jeff Garzik
1 sibling, 0 replies; 3+ messages in thread
From: Divy Le Ray @ 2008-07-29 1:25 UTC (permalink / raw)
To: Steve Wise; +Cc: jeff, netdev, rdreier
On Saturday 26 July 2008 01:40:56 pm Steve Wise wrote:
> Jeff,
>
> This small patch is needed to allow loading the 7.0 firmware, which is
> required for 2.6.27. Any chance of this making 2.6.27-rc1?
>
> Thanks,
>
> Steve.
>
> ----
> cxgb3: Allow 64KB firmware images.
>
> Starting with FW version 7.0, the driver needs to allow larger images.
>
> Signed-off-by: Steve Wise <swise@opengridcomputing.com>
Acked-by: Divy Le Ray <divy@chelsio.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 2.6.27] cxgb3: Allow 64KB firmware images.
2008-07-26 20:40 [PATCH 2.6.27] cxgb3: Allow 64KB firmware images Steve Wise
2008-07-29 1:25 ` Divy Le Ray
@ 2008-07-29 21:49 ` Jeff Garzik
1 sibling, 0 replies; 3+ messages in thread
From: Jeff Garzik @ 2008-07-29 21:49 UTC (permalink / raw)
To: Steve Wise; +Cc: netdev, divy, rdreier
Steve Wise wrote:
> Jeff,
>
> This small patch is needed to allow loading the 7.0 firmware, which is
> required for 2.6.27. Any chance of this making 2.6.27-rc1?
>
> Thanks,
>
> Steve.
>
> ----
> cxgb3: Allow 64KB firmware images.
>
> Starting with FW version 7.0, the driver needs to allow larger images.
>
> Signed-off-by: Steve Wise <swise@opengridcomputing.com>
applied
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-07-29 21:49 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-26 20:40 [PATCH 2.6.27] cxgb3: Allow 64KB firmware images Steve Wise
2008-07-29 1:25 ` Divy Le Ray
2008-07-29 21:49 ` Jeff Garzik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).