summaryrefslogtreecommitdiff
path: root/firmware/WHENCE
diff options
context:
space:
mode:
authorJaswinder Singh <jaswinder@infradead.org>2008-06-18 19:58:33 +0530
committerDavid Woodhouse <David.Woodhouse@intel.com>2008-07-18 16:07:32 -0700
commitf79c34c7ccfc576ee10a39e5f864fefe76f4a61e (patch)
tree651d12c413c0675b0674037886b97875cce12745 /firmware/WHENCE
parentfa3827192d3ec87f196863bc6bedeeef4bef7065 (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 <jaswinder@infradead.org> Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'firmware/WHENCE')
-rw-r--r--firmware/WHENCE19
1 files changed, 19 insertions, 0 deletions
diff --git a/firmware/WHENCE b/firmware/WHENCE
index d588b1be6d57..ebae35bc5789 100644
--- a/firmware/WHENCE
+++ b/firmware/WHENCE
@@ -363,3 +363,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.
+
+--------------------------------------------------------------------------