From: Jaswinder Singh Rajput Date: Mon, 5 Jan 2009 00:11:25 +0000 (-0800) Subject: firmware: convert tg3 driver to request_firmware() X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fee37e0d29f3ce56000f5fc564364aacb1fee4b1;p=linux-firmware 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 Signed-off-by: David S. Miller --- diff --git a/WHENCE b/WHENCE index 8823a43..0460eb3 100644 --- a/WHENCE +++ b/WHENCE @@ -371,3 +371,22 @@ Found in hex form in kernel source, but source allegedly available at http://alteon.shareable.org/ -------------------------------------------------------------------------- + +Driver: tigon3 -- Broadcom Tigon3 based gigabit Ethernet cards + +File: tigon/tg3.bin +File: tigon/tg3_tso.bin +File: tigon/tg3_tso5.bin + +Licence: + * Firmware is: + * Derived from proprietary unpublished source code, + * Copyright (C) 2000-2003 Broadcom Corporation. + * + * Permission is hereby granted for the distribution of this firmware + * data in hexadecimal or equivalent format, provided this copyright + * notice is accompanying it. + +Found in hex form in kernel source. + +-------------------------------------------------------------------------- diff --git a/tigon/tg3.bin b/tigon/tg3.bin new file mode 100644 index 0000000..0b8ae5a Binary files /dev/null and b/tigon/tg3.bin differ diff --git a/tigon/tg3_tso.bin b/tigon/tg3_tso.bin new file mode 100644 index 0000000..3c481c9 Binary files /dev/null and b/tigon/tg3_tso.bin differ diff --git a/tigon/tg3_tso5.bin b/tigon/tg3_tso5.bin new file mode 100644 index 0000000..fb77f0f Binary files /dev/null and b/tigon/tg3_tso5.bin differ