From: Divy Le Ray Date: Thu, 16 Feb 2012 06:42:37 +0000 (-0800) Subject: linux-firmware: rename t4fw.bin X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=3b460f1dca7a9f03e4dedf86867ba8b9a0ba7045;p=osstest%2Flinux-firmware.git linux-firmware: rename t4fw.bin Suffix the FW file name with its version number. The cxgb4 driver looks up t4fw.bin, so add this file as a symlink. Signed-off-by: Divy Le Ray --- diff --git a/WHENCE b/WHENCE index 804c91f..7d6b6e3 100644 --- a/WHENCE +++ b/WHENCE @@ -541,7 +541,7 @@ Found in hex form in kernel source. Driver: cxgb4 - Chelsio Terminator 4 1G/10G Ethernet adapter -File: cxgb4/t4fw.bin +File: cxgb4/t4fw-1.3.10.0.bin Licence: Redistributable. See LICENCE.chelsio_firmware for details diff --git a/cxgb4/t4fw-1.3.10.0.bin b/cxgb4/t4fw-1.3.10.0.bin new file mode 100644 index 0000000..409d78d Binary files /dev/null and b/cxgb4/t4fw-1.3.10.0.bin differ diff --git a/cxgb4/t4fw.bin b/cxgb4/t4fw.bin deleted file mode 100644 index 409d78d..0000000 Binary files a/cxgb4/t4fw.bin and /dev/null differ diff --git a/cxgb4/t4fw.bin b/cxgb4/t4fw.bin new file mode 120000 index 0000000..25c5b36 --- /dev/null +++ b/cxgb4/t4fw.bin @@ -0,0 +1 @@ +t4fw-1.3.10.0.bin \ No newline at end of file