From: Divy Le Ray Date: Wed, 26 Nov 2008 23:37:50 +0000 (-0800) Subject: cxgb3: integrate FW and protocol engines in the kernel X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=94cebd28f4fce7ddfc954eb542486308a6922971;p=linux-firmware cxgb3: integrate FW and protocol engines in the kernel Include firmware and protocol images in the kernel image if requested Signed-off-by: Divy Le Ray Signed-off-by: David S. Miller --- diff --git a/WHENCE b/WHENCE index 57002cd..8f06639 100644 --- a/WHENCE +++ b/WHENCE @@ -349,3 +349,14 @@ Licence: Unknown Found in hex form in kernel source. -------------------------------------------------------------------------- + +Driver: cxgb3 - Chelsio Terminator 3 1G/10G Ethernet adapter + +File: cxgb3/t3b_psram-1.1.0.bin.ihex +File: cxgb3/t3c_psram-1.1.0.bin.ihex +file: cxgb3/t3fw-7.0.0.bin.ihex + +License: GPLv2 or OpenIB.org BSD license, no source visible + +-------------------------------------------------------------------------- + diff --git a/cxgb3/t3b_psram-1.1.0.bin b/cxgb3/t3b_psram-1.1.0.bin new file mode 100644 index 0000000..14d4369 Binary files /dev/null and b/cxgb3/t3b_psram-1.1.0.bin differ diff --git a/cxgb3/t3c_psram-1.1.0.bin b/cxgb3/t3c_psram-1.1.0.bin new file mode 100644 index 0000000..fe58712 Binary files /dev/null and b/cxgb3/t3c_psram-1.1.0.bin differ diff --git a/cxgb3/t3fw-7.0.0.bin b/cxgb3/t3fw-7.0.0.bin new file mode 100644 index 0000000..cb48e4a Binary files /dev/null and b/cxgb3/t3fw-7.0.0.bin differ