From: Linus Torvalds Date: Fri, 10 Apr 2009 19:01:22 +0000 (-0700) Subject: Merge git://git.infradead.org/~dwmw2/firmware-2.6 X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aeb537e9d7ed7cc9c04b9e48d0e16c667527b0ca;hp=ed7331ed3bf148e9dff512a3b45d60486c91c407;p=linux-firmware Merge git://git.infradead.org/~dwmw2/firmware-2.6 * git://git.infradead.org/~dwmw2/firmware-2.6: qla1280: Fix off-by-some error in firmware loading. Add README.AddingFirmware file. Basically telling people not to. firmware: Remove newly-added slicoss and sxg firmware images firmware/WHENCE: Add missing origin information for Ambassador atmsar11.fw ALSA: wavefront - Always use request_firmware() Remove fdump tool for av7110 firmware firmware: convert av7110 driver to request_firmware() Partially revert "V4L/DVB (9533): cx88: Add support for TurboSight TBS8910 DVB-S PCI card" Revert "fix modules_install via NFS" Add-add conflicts in firmware/WHENCE fixed manually --- diff --git a/WHENCE b/WHENCE index 929f9ed..10f61c9 100644 --- a/WHENCE +++ b/WHENCE @@ -598,6 +598,36 @@ Found in hex form in kernel source. -------------------------------------------------------------------------- +Driver: MYRI_SBUS - MyriCOM Gigabit Ethernet + +File: myricom/lanai.bin + +Licence: Unknown + +Found in hex form in kernel source. + +-------------------------------------------------------------------------- + +Driver: BNX2 - Broadcom NetXtremeII + +File: bnx2/bnx2-mips-06-4.6.16.fw +File: bnx2/bnx2-rv2p-06-4.6.16.fw +File: bnx2/bnx2-mips-09-4.6.17.fw +File: bnx2/bnx2-rv2p-09-4.6.15.fw + +Licence: + + This file contains firmware data derived from proprietary unpublished + source code, Copyright (c) 2004 - 2009 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. + +-------------------------------------------------------------------------- + Driver: DVB AV7110 -- AV7110 cards File: av7110/bootcode.bin @@ -617,5 +647,4 @@ Licence: Allegedly GPLv2+, but no source visible. Found in hex form in kernel source, with the following comment: Copyright (c) 1998-2002 by Paul Davis - -------------------------------------------------------------------------- diff --git a/bnx2/bnx2-mips-06-4.6.16.fw b/bnx2/bnx2-mips-06-4.6.16.fw new file mode 100644 index 0000000..0ff4f5a Binary files /dev/null and b/bnx2/bnx2-mips-06-4.6.16.fw differ diff --git a/bnx2/bnx2-mips-09-4.6.17.fw b/bnx2/bnx2-mips-09-4.6.17.fw new file mode 100644 index 0000000..2736b4a Binary files /dev/null and b/bnx2/bnx2-mips-09-4.6.17.fw differ diff --git a/bnx2/bnx2-rv2p-06-4.6.16.fw b/bnx2/bnx2-rv2p-06-4.6.16.fw new file mode 100644 index 0000000..bea33c3 Binary files /dev/null and b/bnx2/bnx2-rv2p-06-4.6.16.fw differ diff --git a/bnx2/bnx2-rv2p-09-4.6.15.fw b/bnx2/bnx2-rv2p-09-4.6.15.fw new file mode 100644 index 0000000..bdb5d10 Binary files /dev/null and b/bnx2/bnx2-rv2p-09-4.6.15.fw differ diff --git a/myricom/lanai.bin b/myricom/lanai.bin new file mode 100644 index 0000000..ea09642 Binary files /dev/null and b/myricom/lanai.bin differ