diff options
author | Jaswinder Singh Rajput <jaswinderrajput@gmail.com> | 2009-01-04 16:11:25 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-01-04 16:11:25 -0800 |
commit | fee37e0d29f3ce56000f5fc564364aacb1fee4b1 (patch) | |
tree | 87afba05abb9f90c6e84ec8eb14722c77369b694 /tigon | |
parent | 31797a1c45878e91aad3515d611e31a23e0ad94a (diff) |
firmware: convert tg3 driver to request_firmware()
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 <jaswinderrajput@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tigon')
-rw-r--r-- | tigon/tg3.bin | bin | 0 -> 2668 bytes |
-rw-r--r-- | tigon/tg3_tso.bin | bin | 0 -> 7004 bytes |
-rw-r--r-- | tigon/tg3_tso5.bin | bin | 0 -> 3884 bytes |
3 files changed, 0 insertions, 0 deletions
diff --git a/tigon/tg3.bin b/tigon/tg3.bin Binary files differnew file mode 100644 index 00000000..0b8ae5ae --- /dev/null +++ b/tigon/tg3.bin diff --git a/tigon/tg3_tso.bin b/tigon/tg3_tso.bin Binary files differnew file mode 100644 index 00000000..3c481c92 --- /dev/null +++ b/tigon/tg3_tso.bin diff --git a/tigon/tg3_tso5.bin b/tigon/tg3_tso5.bin Binary files differnew file mode 100644 index 00000000..fb77f0ff --- /dev/null +++ b/tigon/tg3_tso5.bin |