]> spindle.queued.net Git - linux-firmware/commitdiff
Merge git://git.infradead.org/~dwmw2/firmware-2.6
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 10 Apr 2009 19:01:22 +0000 (12:01 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 10 Apr 2009 19:01:22 +0000 (12:01 -0700)
* 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

WHENCE
av7110/bootcode.bin [new file with mode: 0644]
slicoss/gbdownload.sys [deleted file]
slicoss/gbrcvucode.sys [deleted file]
slicoss/oasisdbgdownload.sys [deleted file]
slicoss/oasisdownload.sys [deleted file]
slicoss/oasisrcvucode.sys [deleted file]
sxg/saharadbgdownloadB.sys [deleted file]
sxg/saharadownloadB.sys [deleted file]
yamaha/yss225_registers.bin [new file with mode: 0644]

diff --git a/WHENCE b/WHENCE
index e4deb511cc73766537f5a992845f1cf0d5427239..10f61c9e5a8aa15f98567420ed07e392ebb7f2c1 100644 (file)
--- a/WHENCE
+++ b/WHENCE
@@ -8,6 +8,24 @@ kernel.
 
 --------------------------------------------------------------------------
 
+Driver: ambassador -- Madge Ambassador (Collage PCI 155 Server) ATM NIC.
+
+File: firmware/atmsar11.fw
+
+Licence: Allegedly GPLv2+, but no source visible. Marked:
+
+  Madge Ambassador ATM Adapter microcode.
+  Copyright (C) 1995-1999  Madge Networks Ltd.
+
+  This microcode data is placed under the terms of the GNU General
+  Public License. The GPL is contained in /usr/doc/copyright/GPL on a
+  Debian system and in the file COPYING in the Linux kernel source.
+
+  We would prefer you not to distribute modified versions without
+  consultation and not to ask for assembly/other microcode source.
+
+--------------------------------------------------------------------------
+
 Driver: korg1212 -- Korg 1212 IO audio device
 
 File: korg/k1212.dsp
@@ -390,59 +408,6 @@ Found in hex form in kernel source.
 
 --------------------------------------------------------------------------
 
-Driver: SLICOSS - Alacritech IS-NIC products
-
-File: slicoss/gbdownload.sys.ihex
-File: slicoss/gbrcvucode.sys.ihex
-File: slicoss/oasisdbgdownload.sys.ihex
-File: slicoss/oasisdownload.sys.ihex
-File: slicoss/oasisrcvucode.sys.ihex
-
-Licence:
-               Copyright (C) 1999-2009 Alacritech, Inc.
-
-       as an unpublished work. This notice does not imply unrestricted or
-       public access to the source code from which this firmware image is
-       derived.  Except as noted below this firmware image may not be
-       reproduced, used, sold or transferred to any third party without
-       Alacritech's prior written consent.  All Rights Reserved.
-
-       Permission is hereby granted for the distribution of this firmware
-       image as part of a Linux or other Open Source operating system kernel
-       in text or binary form as required.
-
-       This firmware may not be modified and may only be used with
-       Alacritech hardware.
-
-Found in hex form in kernel source.
-
---------------------------------------------------------------------------
-
-Driver: SXG - Alacritech IS-NIC products
-
-File: sxg/saharadownloadB.sys.ihex
-File: sxg/saharadbgdownloadB.sys.ihex
-
-Licence:
-               Copyright (C) 1999-2009 Alacritech, Inc.
-
-       as an unpublished work. This notice does not imply unrestricted or
-       public access to the source code from which this firmware image is
-       derived.  Except as noted below this firmware image may not be
-       reproduced, used, sold or transferred to any third party without
-       Alacritech's prior written consent.  All Rights Reserved.
-
-       Permission is hereby granted for the distribution of this firmware
-       image as part of a Linux or other Open Source operating system kernel
-       in text or binary form as required.
-
-       This firmware may not be modified and may only be used with
-       Alacritech hardware.
-
-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
@@ -662,3 +627,24 @@ Licence:
 Found in hex form in kernel source.
 
 --------------------------------------------------------------------------
+
+Driver: DVB AV7110 -- AV7110 cards
+
+File: av7110/bootcode.bin
+
+Licence: GPLv2 or later
+
+ARM assembly source code available at http://www.linuxtv.org/downloads/firmware/Boot.S
+
+--------------------------------------------------------------------------
+
+Driver: wavefront - ISA WaveFront sound card
+
+File: yamaha/yss225_registers.bin
+
+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 <pbd@op.net>
+
+--------------------------------------------------------------------------
diff --git a/av7110/bootcode.bin b/av7110/bootcode.bin
new file mode 100644 (file)
index 0000000..f315775
Binary files /dev/null and b/av7110/bootcode.bin differ
diff --git a/slicoss/gbdownload.sys b/slicoss/gbdownload.sys
deleted file mode 100644 (file)
index 60ab75b..0000000
Binary files a/slicoss/gbdownload.sys and /dev/null differ
diff --git a/slicoss/gbrcvucode.sys b/slicoss/gbrcvucode.sys
deleted file mode 100644 (file)
index 855b23e..0000000
Binary files a/slicoss/gbrcvucode.sys and /dev/null differ
diff --git a/slicoss/oasisdbgdownload.sys b/slicoss/oasisdbgdownload.sys
deleted file mode 100644 (file)
index 4ae5023..0000000
Binary files a/slicoss/oasisdbgdownload.sys and /dev/null differ
diff --git a/slicoss/oasisdownload.sys b/slicoss/oasisdownload.sys
deleted file mode 100644 (file)
index cdc2cc1..0000000
Binary files a/slicoss/oasisdownload.sys and /dev/null differ
diff --git a/slicoss/oasisrcvucode.sys b/slicoss/oasisrcvucode.sys
deleted file mode 100644 (file)
index a2b9bde..0000000
Binary files a/slicoss/oasisrcvucode.sys and /dev/null differ
diff --git a/sxg/saharadbgdownloadB.sys b/sxg/saharadbgdownloadB.sys
deleted file mode 100644 (file)
index d3b3ed1..0000000
Binary files a/sxg/saharadbgdownloadB.sys and /dev/null differ
diff --git a/sxg/saharadownloadB.sys b/sxg/saharadownloadB.sys
deleted file mode 100644 (file)
index c48cb92..0000000
Binary files a/sxg/saharadownloadB.sys and /dev/null differ
diff --git a/yamaha/yss225_registers.bin b/yamaha/yss225_registers.bin
new file mode 100644 (file)
index 0000000..99e9790
Binary files /dev/null and b/yamaha/yss225_registers.bin differ