summaryrefslogtreecommitdiff
path: root/tigon
diff options
context:
space:
mode:
authorJaswinder Singh Rajput <jaswinderrajput@gmail.com>2009-01-04 16:11:25 -0800
committerDavid S. Miller <davem@davemloft.net>2009-01-04 16:11:25 -0800
commitfee37e0d29f3ce56000f5fc564364aacb1fee4b1 (patch)
tree87afba05abb9f90c6e84ec8eb14722c77369b694 /tigon
parent31797a1c45878e91aad3515d611e31a23e0ad94a (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.binbin0 -> 2668 bytes
-rw-r--r--tigon/tg3_tso.binbin0 -> 7004 bytes
-rw-r--r--tigon/tg3_tso5.binbin0 -> 3884 bytes
3 files changed, 0 insertions, 0 deletions
diff --git a/tigon/tg3.bin b/tigon/tg3.bin
new file mode 100644
index 0000000..0b8ae5a
--- /dev/null
+++ b/tigon/tg3.bin
Binary files differ
diff --git a/tigon/tg3_tso.bin b/tigon/tg3_tso.bin
new file mode 100644
index 0000000..3c481c9
--- /dev/null
+++ b/tigon/tg3_tso.bin
Binary files differ
diff --git a/tigon/tg3_tso5.bin b/tigon/tg3_tso5.bin
new file mode 100644
index 0000000..fb77f0f
--- /dev/null
+++ b/tigon/tg3_tso5.bin
Binary files differ