Browse Source

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>
main
Jaswinder Singh Rajput 16 years ago committed by David S. Miller
parent
commit
fee37e0d29
  1. 19
      WHENCE
  2. BIN
      tigon/tg3.bin
  3. BIN
      tigon/tg3_tso.bin
  4. BIN
      tigon/tg3_tso5.bin

19
WHENCE

@ -371,3 +371,22 @@ Found in hex form in kernel source, but source allegedly available at @@ -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.

--------------------------------------------------------------------------

BIN
tigon/tg3.bin

Binary file not shown.

BIN
tigon/tg3_tso.bin

Binary file not shown.

BIN
tigon/tg3_tso5.bin

Binary file not shown.
Loading…
Cancel
Save