diff options
author | Jaswinder Singh Rajput <jaswinderrajput@gmail.com> | 2009-01-04 19:11:25 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-01-04 19:11:25 -0500 |
commit | 077f849de42e58172e25ccb24df4c1a13e82420c (patch) | |
tree | 223c2acab3292f19f21e85ecfeff8c66818b87dc /firmware/WHENCE | |
parent | 949b42544a20fb22800e244a004ff45bd359a21b (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 'firmware/WHENCE')
-rw-r--r-- | firmware/WHENCE | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/firmware/WHENCE b/firmware/WHENCE index 8823a4329a5f..0460eb39c404 100644 --- a/firmware/WHENCE +++ b/firmware/WHENCE | |||
@@ -371,3 +371,22 @@ Found in hex form in kernel source, but source allegedly available at | |||
371 | http://alteon.shareable.org/ | 371 | http://alteon.shareable.org/ |
372 | 372 | ||
373 | -------------------------------------------------------------------------- | 373 | -------------------------------------------------------------------------- |
374 | |||
375 | Driver: tigon3 -- Broadcom Tigon3 based gigabit Ethernet cards | ||
376 | |||
377 | File: tigon/tg3.bin | ||
378 | File: tigon/tg3_tso.bin | ||
379 | File: tigon/tg3_tso5.bin | ||
380 | |||
381 | Licence: | ||
382 | * Firmware is: | ||
383 | * Derived from proprietary unpublished source code, | ||
384 | * Copyright (C) 2000-2003 Broadcom Corporation. | ||
385 | * | ||
386 | * Permission is hereby granted for the distribution of this firmware | ||
387 | * data in hexadecimal or equivalent format, provided this copyright | ||
388 | * notice is accompanying it. | ||
389 | |||
390 | Found in hex form in kernel source. | ||
391 | |||
392 | -------------------------------------------------------------------------- | ||