Re: [PATCH -net-next 3/4] firmware: convert tg3 driver to request_firmware()
From: David Miller <davem@davemloft.net>
Date: 2009-01-05 00:11:52
Also in:
linux-next, lkml
From: David Miller <davem@davemloft.net>
Date: 2009-01-05 00:11:52
Also in:
linux-next, lkml
From: Jaswinder Singh Rajput <redacted> Date: Tue, 30 Dec 2008 14:11:37 +0530
Firmware blob looks like this...
u8 firmware_major
u8 firmware_minor
u8 firmware_fix
u8 pad
__be32 start_address
__be32 length (total, including BSS sections to be zeroed)
data... (in __be32 words, which is native for the firmware)
Signed-off-by: Jaswinder Singh Rajput <redacted>I'm simply tired of fighting this, so applied.