]> git.proxmox.com Git - mirror_linux-firmware.git/blame - WHENCE
linux-firmware: add t4fw-1.4.16.0.bin firmware for cxgb4 driver.
[mirror_linux-firmware.git] / WHENCE
CommitLineData
2507663c
DW
1 **********
2 * WHENCE *
3 **********
4
5This file attempts to document the origin and licensing information,
6if known, for each piece of firmware distributed for use with the Linux
7kernel.
8
9--------------------------------------------------------------------------
10
43e79a44
DW
11Driver: ambassador -- Madge Ambassador (Collage PCI 155 Server) ATM NIC.
12
305a70e8 13File: atmsar11.fw
43e79a44
DW
14
15Licence: Allegedly GPLv2+, but no source visible. Marked:
16
17 Madge Ambassador ATM Adapter microcode.
18 Copyright (C) 1995-1999 Madge Networks Ltd.
19
20 This microcode data is placed under the terms of the GNU General
21 Public License. The GPL is contained in /usr/doc/copyright/GPL on a
22 Debian system and in the file COPYING in the Linux kernel source.
23
24 We would prefer you not to distribute modified versions without
25 consultation and not to ask for assembly/other microcode source.
26
27--------------------------------------------------------------------------
28
859754a1 29Driver: snd-korg1212 -- Korg 1212 IO audio device
2507663c
DW
30
31File: korg/k1212.dsp
32
33Licence: Unknown
34
35Found in alsa-firmware package in hex form; no licensing information.
36
37--------------------------------------------------------------------------
eff4c1c2 38
859754a1 39Driver: snd-maestro3 -- ESS Allegro Maestro3 audio device
eff4c1c2
DW
40
41File: ess/maestro3_assp_kernel.fw
42File: ess/maestro3_assp_minisrc.fw
43
44Licence: Unknown
45
46Found in alsa-firmware package in hex form with a comment claiming to
47be GPLv2+, but without source -- and with another comment saying "ESS
48drops binary dsp code images on our heads, but we don't get to see
49specs on the dsp."
50
51--------------------------------------------------------------------------
543cbf03 52
859754a1 53Driver: snd-ymfpci -- Yamaha YMF724/740/744/754 audio devices
543cbf03
DW
54
55File: yamaha/ds1_ctrl.fw
56File: yamaha/ds1_dsp.fw
57File: yamaha/ds1e_ctrl.fw
58
59Licence: Unknown
60
61Found alsa-firmware package in hex form, with the following comment:
62 Copyright (c) 1997-1999 Yamaha Corporation. All Rights Reserved.
63
64--------------------------------------------------------------------------
d4ea0a04 65
859754a1 66Driver: advansys - AdvanSys SCSI
9873bf8d
JSR
67
68File: advansys/mcode.bin
69File: advansys/3550.bin
70File: advansys/38C0800.bin
71File: advansys/38C1600.bin
72
73Licence: BSD, no source available.
74
75Found in hex form in kernel source.
76
77--------------------------------------------------------------------------
78
859754a1 79Driver: qla1280 - Qlogic QLA 1240/1x80/1x160 SCSI support
a923dad9
JSR
80
81File: qlogic/1040.bin
82File: qlogic/1280.bin
83File: qlogic/12160.bin
84
85Licence: Allegedly GPLv2+, but no source visible. Marked:
86
87 QLOGIC LINUX SOFTWARE
88 QLogic ISP1280/ device driver for Linux 2.2.x and 2.4.x
89 Copyright (C) 2001 Qlogic Corporation (www.qlogic.com)
90
91--------------------------------------------------------------------------
a652b079 92
d4ea0a04
DW
93Driver: smctr -- SMC ISA/MCA Token Ring adapter
94
95File: tr_smctr.bin
96Info: MCT.BIN v6.3C1 03/01/95
97
98Original licence info:
99
100 * This firmware is licensed to you strictly for use in conjunction
101 * with the use of SMC TokenRing adapters. There is no waranty
102 * expressed or implied about its fitness for any purpose.
103
104--------------------------------------------------------------------------
924483e7
DW
105
106Driver: kaweth -- USB KLSI KL5USB101-based Ethernet device
107
108File: kaweth/new_code.bin
109File: kaweth/new_code_fix.bin
110File: kaweth/trigger_code.bin
111File: kaweth/trigger_code_fix.bin
112
113Licence: Unknown
114
115Found in hex form in the kernel source.
116
117--------------------------------------------------------------------------
1b1e5936 118
859754a1 119Driver: dvb-ttusb-budget -- Technotrend/Hauppauge Nova-USB devices
1b1e5936
DW
120
121File: ttusb-budget/dspbootcode.bin
122
123Licence: Unknown
124
125Found in hex form in the kernel source.
126
127--------------------------------------------------------------------------
9adcf922
DW
128
129Driver: keyspan -- USB Keyspan USA-xxx serial device
130
131File: keyspan/mpr.fw
132File: keyspan/usa18x.fw
133File: keyspan/usa19.fw
134File: keyspan/usa19qi.fw
135File: keyspan/usa19qw.fw
136File: keyspan/usa19w.fw
137File: keyspan/usa28.fw
138File: keyspan/usa28xa.fw
139File: keyspan/usa28xb.fw
140File: keyspan/usa28x.fw
141File: keyspan/usa49w.fw
142File: keyspan/usa49wlc.fw
143
144Converted from Intel HEX files, used in our binary representation of ihex.
145
146Original licence information:
147
148 Copyright (C) 1999-2001
149 Keyspan, A division of InnoSys Incorporated ("Keyspan")
150
151 as an unpublished work. This notice does not imply unrestricted or
152 public access to the source code from which this firmware image is
153 derived. Except as noted below this firmware image may not be
154 reproduced, used, sold or transferred to any third party without
155 Keyspan's prior written consent. All Rights Reserved.
156
157 Permission is hereby granted for the distribution of this firmware
158 image as part of a Linux or other Open Source operating system kernel
159 in text or binary form as required.
160
161 This firmware may not be modified and may only be used with
162 Keyspan hardware. Distribution and/or Modification of the
163 keyspan.c driver which includes this firmware, in whole or in
164 part, requires the inclusion of this statement."
165
166--------------------------------------------------------------------------
eb8491a0
DW
167
168Driver: keyspan_pda -- USB Keyspan PDA single-port serial device
169
170File: keyspan_pda/keyspan_pda.fw
171Source: keyspan_pda/keyspan_pda.S
172
173File: keyspan_pda/xircom_pgs.fw
174Source: keyspan_pda/xircom_pgs.S
175
7ee581d8
BH
176Source: keyspan_pda/Makefile
177
eb8491a0
DW
178Licence: GPLv2+
179
180Compiled from original 8051 source into Intel HEX, used in our binary ihex form.
181
182--------------------------------------------------------------------------
b45deb58
DW
183
184Driver: emi26 -- EMI 2|6 USB Audio interface
185
186File: emi26/bitstream.fw
187Info: VERSION=1.1.1.131 DATE=2001dec06
188
189File: emi26/firmware.fw
190Info: VERSION=1.0.2.916 DATE=12.02.2002
191
192File: emi26/loader.fw
193
194Converted from Intel HEX files, used in our binary representation of ihex.
195
196Original licence information:
197/*
198 * This firmware is for the Emagic EMI 2|6 Audio Interface
199 *
200 * The firmware contained herein is Copyright (c) 1999-2002 Emagic
201 * as an unpublished work. This notice does not imply unrestricted
202 * or public access to this firmware which is a trade secret of Emagic,
203 * and which may not be reproduced, used, sold or transferred to
204 * any third party without Emagic's written consent. All Rights Reserved.
205 *
206 * Permission is hereby granted for the distribution of this firmware
207 * image as part of a Linux or other Open Source operating system kernel
208 * in text or binary form as required.
209 *
210 * This firmware may not be modified and may only be used with the
211 * Emagic EMI 2|6 Audio Interface. Distribution and/or Modification of
212 * any driver which includes this firmware, in whole or in part,
213 * requires the inclusion of this statement.
214 */
215
216--------------------------------------------------------------------------
17880cf6
DW
217
218Driver: emi62 -- EMI 6|2m USB Audio interface
219
220File: emi62/bitstream.fw
221Info: VERSION=1.0.0.191 DATE= 2002oct28
222
223File: emi62/loader.fw
224Source: EMILOAD.HEX
225Info: VERSION=1.0.2.002 DATE=10.01.2002
226
227File: emi62/midi.fw
228Source: EMI62MFW.HEX
229Info: VERSION=1.04.062 DATE=16.10.2002
230
231File: emi62/spdif.fw
232Source: EMI62SFW.HEX
233Info: VERSION=1.04.062 DATE=16.10.2002
234
235Converted from Intel HEX files, used in our binary representation of ihex.
236
237Original licence information: None
238
239--------------------------------------------------------------------------
9abb8873 240
e301324f 241Driver: ti_usb_3410_5052 -- USB TI 3410/5052 serial device
9abb8873
DW
242
243File: ti_3410.fw
244Info: firmware 9/10/04 FW3410_Special_StartWdogOnStartPort
245
246File: ti_5052.fw
247Info: firmware 9/18/04
248
249Licence: Allegedly GPLv2+, but no source visible. Marked:
250 Copyright (C) 2004 Texas Instruments
251
252Found in hex form in kernel source.
253
254--------------------------------------------------------------------------
0189189a 255
e301324f
CA
256Driver: ti_usb_3410_5052 -- Multi-Tech USB cell modems
257
258File: mts_cdma.fw
259File: mts_gsm.fw
260File: mts_edge.fw
261
262Licence: "all firmware components are redistributable in binary form"
263 per support@multitech.com
264 Copyright (C) 2005 Multi-Tech Systems, Inc.
265
266Found in hex form in ftp://ftp.multitech.com/wireless/wireless_linux.zip
267
268--------------------------------------------------------------------------
269
0189189a
DW
270Driver: whiteheat -- USB ConnectTech WhiteHEAT serial device
271
272File: whiteheat.fw
273Version: 4.06
274
275File: whiteheat_loader.fw
0189189a
DW
276
277Licence: Allegedly GPLv2, but no source visible. Marked:
278 Copyright (C) 2000-2002 ConnectTech Inc
279
280Debug loader claims the following behaviour:
281 Port 1 LED flashes when the vend_ax program is running
282 Port 2 LED flashes when any SETUP command arrives
283 Port 3 LED flashes when any valid VENDOR request occurs
284 Port 4 LED flashes when the EXTERNAL RAM DOWNLOAD request occurs
285
286Converted from Intel HEX files, used in our binary representation of ihex.
287
288--------------------------------------------------------------------------
73bc148a
DW
289
290Driver: ip2 -- Computone IntelliPort Plus serial device
291
292File: intelliport2.bin
293
294Licence: Unknown
295
296Found in hex form in kernel source.
297
298--------------------------------------------------------------------------
edc44dda 299
859754a1 300Driver: cpia2 -- cameras based on Vision's CPiA2
edc44dda
DW
301
302File: cpia2/stv0672_vp4.bin
303
304Licence: Allegedly GPLv2+, but no source visible. Marked:
305 Copyright (C) 2001 STMicroelectronics, Inc.
306 Contact: steve.miller@st.com
307 Description: This file contains patch data for the CPiA2 (stv0672) VP4.
308
309Found in hex form in kernel source.
310
311--------------------------------------------------------------------------
225e3125 312
859754a1 313Driver: dabusb -- Digital Audio Broadcasting (DAB) Receiver for USB and Linux
225e3125
DW
314
315File: dabusb/firmware.fw
316File: dabusb/bitstream.bin
317
318Licence: Distributable
319
320 * Copyright (C) 1999 BayCom GmbH
321 *
322 * Redistribution and use in source and binary forms, with or without
323 * modification, are permitted provided that redistributions of source
324 * code retain the above copyright notice and this comment without
325 * modification.
326
327--------------------------------------------------------------------------
5c5a083a 328
859754a1 329Driver: vicam -- USB 3com HomeConnect (aka vicam)
5c5a083a
JS
330
331File: vicam/firmware.fw
332
333Licence: Unknown
334
335Found in hex form in kernel source.
336
337--------------------------------------------------------------------------
3ab8dfb9 338
859754a1 339Driver: io_edgeport - USB Inside Out Edgeport Serial Driver
3ab8dfb9
JS
340
341File: edgeport/boot.fw
342File: edgeport/boot2.fw
343File: edgeport/down.fw
344File: edgeport/down2.fw
345
346Licence: Allegedly GPLv2+, but no source visible. Marked:
347//**************************************************************
348//* Edgeport/4 Binary Image
349//* Generated by HEX2C v1.06
350//* Copyright (C) 1998 Inside Out Networks, All rights reserved.
351//**************************************************************
352
353Found in hex form in kernel source.
354
355--------------------------------------------------------------------------
942b3216 356
859754a1 357Driver: io_ti - USB Inside Out Edgeport Serial Driver
942b3216
JS
358(TI Devices)
359
360File: edgeport/down3.bin
361
362Licence:
363//**************************************************************
364//* Edgeport Binary Image (for TI based products)
365//* Generated by TIBin2C v2.00 (watchport)
366//* Copyright (C) 2001 Inside Out Networks, All rights reserved.
367//**************************************************************
368
369Found in hex form in kernel source.
370
371--------------------------------------------------------------------------
68c4f016 372
859754a1 373Driver: dsp56k - Atari DSP56k support
68c4f016
JS
374
375File: dsp56k/bootstrap.bin
376Source: dsp56k/bootstrap.asm
25145003
BH
377Source: dsp56k/Makefile
378Source: dsp56k/concat-bootstrap.pl
68c4f016
JS
379
380Licence: GPLv2 or later
381
25145003 382DSP56001 assembler, buildable with a56 from
68c4f016
JS
383http://www.zdomain.com/a56.html
384
385--------------------------------------------------------------------------
b213a921 386
859754a1 387Driver: snd-sb16-csp - Sound Blaster 16/AWE CSP support
b213a921
JS
388
389File: sb16/mulaw_main.csp
390File: sb16/alaw_main.csp
391File: sb16/ima_adpcm_init.csp
392File: sb16/ima_adpcm_playback.csp
393File: sb16/ima_adpcm_capture.csp
394
395Licence: Allegedly GPLv2+, but no source visible. Marked:
396/*
397 * Copyright (c) 1994 Creative Technology Ltd.
398 * Microcode files for SB16 Advanced Signal Processor
399 */
400
401Found in hex form in kernel source.
402
403--------------------------------------------------------------------------
439c03cf 404
859754a1 405Driver: qla2xxx - QLogic QLA2XXX Fibre Channel
439c03cf
DW
406
407File: ql2100_fw.bin -- 1.19.38 TP
408File: ql2200_fw.bin -- 2.02.08 TP
409File: ql2300_fw.bin -- 3.03.20 IPX
410File: ql2322_fw.bin -- 3.03.20 IPX
411File: ql2400_fw.bin -- 4.04.04 IP
412File: ql2500_fw.bin -- 4.04.04
413
414Licence: Redistributable. See LICENCE.qla2xxx for details
415
416Available from ftp://ftp.qlogic.com/outgoing/linux/firmware/
d10bf8bb
DK
417
418--------------------------------------------------------------------------
419
859754a1 420Driver: orinoco - Agere/Prism/Symbol Orinoco support
d10bf8bb
DK
421
422File: agere_sta_fw.bin -- 9.48 Hermes I
423File: agere_ap_fw.bin -- 9.48 Hermes I
424
425Licence: Redistributable. See LICENCE.agere for details
b66ece11
LR
426
427--------------------------------------------------------------------------
428
859754a1 429Driver: ar9170 - Atheros 802.11n "otus" USB
b66ece11
LR
430
431File: ar9170-1.fw
432File: ar9170-2.fw
433
224d4493 434Licence: Redistributable. See LICENCE.atheros_firmware for details
20d34dd4
DW
435
436--------------------------------------------------------------------------
437
1b7c9544 438Driver: ath9k_htc - Atheros HTC devices (USB)
35b30840
S
439
440File: ar9271.fw
1b7c9544
S
441File: ar7010.fw
442File: ar7010_1_1.fw
bb190f3f 443File: htc_9271.fw
f6f644b3 444Version: 1.3
fe2c912a 445File: htc_7010.fw
f6f644b3 446Version: 1.3
35b30840
S
447
448Licence: Redistributable. See LICENCE.atheros_firmware for details
449
450--------------------------------------------------------------------------
451
859754a1 452Driver: cassini - Sun Cassini
a9dce495
JS
453
454File: sun/cassini.bin
455
456Licence: Unknown
457
458Found in hex form in kernel source.
459
460--------------------------------------------------------------------------
94cebd28 461
859754a1 462Driver: slicoss - Alacritech IS-NIC products
bb759d64 463
e99eb076
DW
464File: slicoss/gbdownload.sys
465File: slicoss/gbrcvucode.sys
466File: slicoss/oasisdbgdownload.sys
467File: slicoss/oasisdownload.sys
468File: slicoss/oasisrcvucode.sys
bb759d64 469
358e9077
MT
470Licence:
471 Copyright (C) 1999-2009 Alacritech, Inc.
472
473 as an unpublished work. This notice does not imply unrestricted or
474 public access to the source code from which this firmware image is
475 derived. Except as noted below this firmware image may not be
476 reproduced, used, sold or transferred to any third party without
477 Alacritech's prior written consent. All Rights Reserved.
478
479 Permission is hereby granted for the distribution of this firmware
480 image as part of a Linux or other Open Source operating system kernel
481 in text or binary form as required.
482
6c850e37 483 This firmware may not be modified.
bb759d64
LD
484
485Found in hex form in kernel source.
486
487--------------------------------------------------------------------------
a66a29b1 488
859754a1 489Driver: sxg - Alacritech IS-NIC products
a66a29b1 490
e99eb076
DW
491File: sxg/saharadownloadB.sys
492File: sxg/saharadbgdownloadB.sys
a66a29b1 493
358e9077
MT
494Licence:
495 Copyright (C) 1999-2009 Alacritech, Inc.
496
497 as an unpublished work. This notice does not imply unrestricted or
498 public access to the source code from which this firmware image is
499 derived. Except as noted below this firmware image may not be
500 reproduced, used, sold or transferred to any third party without
501 Alacritech's prior written consent. All Rights Reserved.
502
503 Permission is hereby granted for the distribution of this firmware
504 image as part of a Linux or other Open Source operating system kernel
505 in text or binary form as required.
506
6c850e37 507 This firmware may not be modified.
a66a29b1
MT
508
509Found in hex form in kernel source.
a66a29b1
MT
510
511--------------------------------------------------------------------------
94cebd28
DLR
512
513Driver: cxgb3 - Chelsio Terminator 3 1G/10G Ethernet adapter
514
cc8127f1
DW
515File: cxgb3/t3b_psram-1.1.0.bin
516File: cxgb3/t3c_psram-1.1.0.bin
517File: cxgb3/t3fw-7.0.0.bin
518File: cxgb3/t3fw-7.1.0.bin
56cda01b 519File: cxgb3/t3fw-7.4.0.bin
94cebd28 520
224d4493 521Licence: GPLv2 or OpenIB.org BSD license, no source visible
94cebd28
DLR
522
523--------------------------------------------------------------------------
524
10719d6d
DLR
525Driver: cxgb3 - Chelsio Terminator 3 1G/10G Ethernet adapter
526
305a70e8
BH
527File: cxgb3/ael2005_opt_edc.bin
528File: cxgb3/ael2005_twx_edc.bin
529File: cxgb3/ael2020_twx_edc.bin
10719d6d
DLR
530
531Licence:
532 * Copyright (c) 2007-2009 NetLogic Microsystems, Inc.
533 *
534 * Permission is hereby granted for the distribution of this firmware
535 * data in hexadecimal or equivalent format, provided this copyright
536 * notice is accompanying it.
537
538Found in hex form in kernel source.
539
540--------------------------------------------------------------------------
541
6431c559
DLR
542Driver: cxgb4 - Chelsio Terminator 4 1G/10G Ethernet adapter
543
3b460f1d 544File: cxgb4/t4fw-1.3.10.0.bin
196909a4 545File: cxgb4/t4fw-1.4.16.0.bin
6431c559
DLR
546
547Licence: Redistributable. See LICENCE.chelsio_firmware for details
548
549--------------------------------------------------------------------------
10719d6d 550
f2002e2d
JSR
551Driver: e100 -- Intel PRO/100 Ethernet NIC
552
553File: e100/d101m_ucode.bin
554File: e100/d101s_ucode.bin
555File: e100/d102e_ucode.bin
556
557Licence: Unknown
558
559Found in hex form in kernel source.
560
561--------------------------------------------------------------------------
562
31797a1c
JS
563Driver: acenic -- Alteon AceNIC Gigabit Ethernet card
564
565File: acenic/tg1.bin
566File: acenic/tg2.bin
567
568Licence: Unknown
569
570Found in hex form in kernel source, but source allegedly available at
571http://alteon.shareable.org/
572
573--------------------------------------------------------------------------
fee37e0d 574
859754a1 575Driver: tg3 -- Broadcom Tigon3 based gigabit Ethernet cards
fee37e0d
JSR
576
577File: tigon/tg3.bin
578File: tigon/tg3_tso.bin
579File: tigon/tg3_tso5.bin
580
581Licence:
582 * Firmware is:
583 * Derived from proprietary unpublished source code,
584 * Copyright (C) 2000-2003 Broadcom Corporation.
585 *
586 * Permission is hereby granted for the distribution of this firmware
587 * data in hexadecimal or equivalent format, provided this copyright
588 * notice is accompanying it.
589
590Found in hex form in kernel source.
591
592--------------------------------------------------------------------------
e1cd8d9e 593
859754a1 594Driver: starfire - Adaptec Starfire/DuraLAN support
e1cd8d9e
JSR
595
596File: adaptec/starfire_rx.bin
597File: adaptec/starfire_tx.bin
598
599Licence: Allegedly GPLv2, but no source visible.
600
601Found in hex form in kernel source, with the following notice:
602
603 BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE IT IS LICENSED "AS IS" AND
604 THERE IS NO WARRANTY FOR THE PROGRAM, INCLUDING BUT NOT LIMITED TO THE
605 IMPLIED WARRANTIES OF MERCHANTIBILITY OR FITNESS FOR A PARTICULAR PURPOSE
606 (TO THE EXTENT PERMITTED BY APPLICABLE LAW). USE OF THE PROGRAM IS AT YOUR
607 OWN RISK. IN NO EVENT WILL ADAPTEC OR ITS LICENSORS BE LIABLE TO YOU FOR
608 DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES
609 ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM.
610
611--------------------------------------------------------------------------
55b6b25c 612
d4cfa9f1 613Driver: i2400m-usb - Intel 2400 Wireless WiMAX Connection over USB
6ac109ba 614
d4cfa9f1 615File: i2400m-fw-usb-1.4.sbcf
e9f9e3a9
IPG
616File: i2400m-fw-usb-1.5.sbcf
617File: i6050-fw-usb-1.5.sbcf
6ac109ba 618
224d4493 619Licence: Redistributable. See LICENCE.i2400m for details
6ac109ba
IPG
620
621Also available from http://linuxwimax.org/Download
55b6b25c
DW
622
623--------------------------------------------------------------------------
bdd4d91e
DW
624
625Driver: libertas - Marvell Libertas fullmac-type 802.11b/g cards
626
d6940ed0
DW
627File: libertas/cf8381.bin
628File: libertas/cf8381_helper.bin
305a70e8
BH
629File: libertas/cf8385.bin
630File: libertas/cf8385_helper.bin
631File: libertas/gspi8682.bin
632File: libertas/gspi8682_helper.bin
633File: libertas/gspi8686_v9.bin
634File: libertas/gspi8686_v9_helper.bin
635File: libertas/gspi8688.bin
636File: libertas/gspi8688_helper.bin
637File: libertas/sd8385.bin
638File: libertas/sd8385_helper.bin
639File: libertas/sd8682.bin
640File: libertas/sd8682_helper.bin
641File: libertas/sd8686_v8.bin
642File: libertas/sd8686_v8_helper.bin
643File: libertas/sd8686_v9.bin
644File: libertas/sd8686_v9_helper.bin
645File: libertas/sd8688.bin
646File: libertas/sd8688_helper.bin
647File: libertas/usb8388_v5.bin
648File: libertas/usb8388_v9.bin
649File: libertas/usb8682.bin
bdd4d91e 650
2e79e60b 651Licence: Redistributable. See LICENCE.Marvell for details. Extracted from
bdd4d91e
DW
652Linux driver tarballs downloaded from Marvell's "Extranet" with permission.
653
654--------------------------------------------------------------------------
655
3c757c0b
AS
656Driver: libertas - Marvell Libertas 802.11b/g cards, OLPC firmware
657
658File: libertas/lbtf_sdio.bin
659Info: v9.0.7.p4
660
ac879fea 661File: lbtf_usb.bin
3c757c0b
AS
662Info: v5.132.3.p1
663
664File: libertas/usb8388_olpc.bin
665Info: v5.110.22.p23
666
667Licence: Redistributable. See LICENCE.OLPC for details.
668
669Available from http://dev.laptop.org/pub/firmware/libertas/
670
671--------------------------------------------------------------------------
672
bdd4d91e
DW
673Driver: mwl8k - Marvell Libertas softmac-type 802.11b/g cards
674
305a70e8
BH
675File: mwl8k/fmimage_8687.fw
676File: mwl8k/helper_8687.fw
829e0e36
BC
677File: mwl8k/fmimage_8366.fw
678File: mwl8k/fmimage_8366_ap-1.fw
e2958cc8 679File: mwl8k/fmimage_8366_ap-2.fw
829e0e36 680File: mwl8k/helper_8366.fw
bdd4d91e 681
829e0e36
BC
682Licence: Redistributable. See LICENCE.Marvell for details. 8687 images
683downloaded from Marvell's "Extranet" with permission. 8366 images contributed
684directly by Marvell.
bdd4d91e
DW
685
686--------------------------------------------------------------------------
687
4bd88f61
BZ
688Driver: mwifiex - Marvell Wi-Fi fullmac-type 802.11n card
689
690File: mrvl/sd8787_uapsta.bin
691Version: 14.57.5.p44
692
693Licence: Redistributable. See LICENCE.Marvell for details. Extracted from
694Linux driver tarballs downloaded from Marvell's "Extranet" with permission.
695
696--------------------------------------------------------------------------
697
caef650a
CR
698
699Driver: iwlwifi - Intel Wireless Wifi
700
701File: iwlwifi-3945-2.ucode
d90a18c9 702Info: v15.32.2.9
caef650a
CR
703
704File: iwlwifi-4965-2.ucode
b55ed032 705Info: v228.61.2.24
caef650a
CR
706
707File: iwlwifi-5000-1.ucode
708Info: v5.4.A.11 (aka v5.4.1.16)
709
58013911
RC
710File: iwlwifi-5000-2.ucode
711Info: v8.24.2.12
712
8654e2dd
WYG
713File: iwlwifi-5000-5.ucode
714Info: v8.83.5.1
715
80a20327
RC
716File: iwlwifi-5150-2.ucode
717Info: v8.24.2.2
718
c296f41d
RC
719File: iwlwifi-1000-3.ucode
720Info: v128.50.3.1
721
7522de5d
GWY
722File: iwlwifi-1000-5.ucode
723Info: v39.31.5.1
724
171dbc3d 725File: iwlwifi-6000-4.ucode
362aad9d 726Info: v9.221.4.1
171dbc3d 727
85212bf6
RC
728File: iwlwifi-6050-4.ucode
729Info: v9.201.4.1
730
eb0ad4ff
WYG
731File: iwlwifi-6050-5.ucode
732Info: v41.28.5.1
733
3feb2d95 734File: iwlwifi-6000g2a-5.ucode
5fabb360 735Info: v17.168.5.3
3feb2d95 736
dd6e5da9
WYG
737File: iwlwifi-6000g2b-5.ucode
738Info: v17.168.5.1
739
652fbb40
TG
740File: iwlwifi-6000g2b-6.ucode
741Info: v18.168.6.1
742
5d1a03de
TG
743File: iwlwifi-135-6.ucode
744Info: v18.168.6.1
745
5890cd45
WYG
746File: iwlwifi-100-5.ucode
747Info: v39.31.5.1
748
5d1a03de
TG
749File: iwlwifi-105-6.ucode
750Info: v18.168.6.1
751
4ee709b2
TG
752File: iwlwifi-2030-6.ucode
753Info: v18.168.6.1
754
26be5d1c
TG
755File: iwlwifi-2000-6.ucode
756Info: v18.168.6.1
757
224d4493 758Licence: Redistributable. See LICENCE.iwlwifi_firmware for details
caef650a
CR
759
760Also available from http://intellinuxwireless.org/?n=Downloads
761
762--------------------------------------------------------------------------
6b933a27 763
a699eb69 764Driver: cx231xx - Conexant Cx23100/101/102 USB broadcast A/V decoder
6b933a27
MCC
765
766File: v4l-cx231xx-avcore-01.fw
767
224d4493 768Licence:
6b933a27
MCC
769 Conexant grants permission to use and redistribute these firmware
770 files for use with Conexant devices, but not as a part of the Linux
771 kernel or in any other form which would require these files themselves
772 to be covered by the terms of the GNU General Public License.
773 These firmware files are distributed in the hope that they will be
774 useful, but WITHOUT ANY WARRANTY; without even the implied warranty
775 of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
cc8127f1
DW
776
777--------------------------------------------------------------------------
778
859754a1 779Driver: tehuti - Tehuti Networks 10G Ethernet
8008f73c
BH
780
781File: tehuti/bdx.bin
782
783Licence:
784
785 Copyright (C) 2007 Tehuti Networks Ltd.
786
787 Permission is hereby granted for the distribution of this firmware data
788 in hexadecimal or equivalent format, provided this copyright notice is
789 accompanying it.
790
791Found in hex form in kernel source.
792
793--------------------------------------------------------------------------
6ebd5bee 794
859754a1 795Driver: typhoon - 3cr990 series Typhoon
6ebd5bee
BH
796
797File: 3com/typhoon.bin
798
799Licence:
800/*
801 * Copyright 1999-2004 3Com Corporation. All Rights Reserved.
802 *
803 * Redistribution and use in source and binary forms of the 3c990img.h
804 * microcode software are permitted provided that the following conditions
805 * are met:
806 * 1. Redistribution of source code must retain the above copyright
807 * notice, this list of conditions and the following disclaimer.
808 * 2. Redistribution in binary form must reproduce the above copyright
809 * notice, this list of conditions and the following disclaimer in the
810 * documentation and/or other materials provided with the distribution.
811 * 3. The name of 3Com may not be used to endorse or promote products
812 * derived from this software without specific prior written permission
813 *
814 * THIS SOFTWARE IS PROVIDED BY 3COM ``AS IS'' AND ANY EXPRESS OR
815 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
816 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
817 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
818 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
819 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
820 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
821 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
822 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
823 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
824 *
825 * USER ACKNOWLEDGES AND AGREES THAT PURCHASE OR USE OF THE 3c990img.h
826 * MICROCODE SOFTWARE WILL NOT CREATE OR GIVE GROUNDS FOR A LICENSE BY
827 * IMPLICATION, ESTOPPEL, OR OTHERWISE IN ANY INTELLECTUAL PROPERTY RIGHTS
828 * (PATENT, COPYRIGHT, TRADE SECRET, MASK WORK, OR OTHER PROPRIETARY RIGHT)
829 * EMBODIED IN ANY OTHER 3COM HARDWARE OR SOFTWARE EITHER SOLELY OR IN
830 * COMBINATION WITH THE 3c990img.h MICROCODE SOFTWARE
831 */
832
833Found in hex form in kernel source.
834
835--------------------------------------------------------------------------
a8f3ffd6 836
859754a1 837Driver: yam - YAM driver for AX.25
a8f3ffd6
JSR
838
839File: yam/1200.bin
840File: yam/9600.bin
841
842Licence:
843 * (C) F6FBB 1998
844
845Found in hex form in kernel source.
846
847--------------------------------------------------------------------------
de6f8d14 848
859754a1 849Driver: 3c359 - 3Com 3C359 Token Link Velocity XL adapter
de6f8d14
JSR
850
851File: 3com/3C359.bin
852
853Licence:
854/*
855 * The firmware this driver downloads into the tokenring card is a
856 * separate program and is not GPL'd source code, even though the Linux
857 * side driver and the routine that loads this data into the card are.
858 *
859 * This firmware is licensed to you strictly for use in conjunction
860 * with the use of 3Com 3C359 TokenRing adapters. There is no
861 * waranty expressed or implied about its fitness for any purpose.
862 */
863/* 3c359_microcode.mac: 3Com 3C359 Tokenring microcode.
864 *
865 * Notes:
866 * - Loaded from xl_init upon adapter initialization.
867 *
868 * Available from 3Com as part of their standard 3C359 driver.
869 */
870
871Found in hex form in kernel source.
872
873--------------------------------------------------------------------------
b06e75fd 874
859754a1 875Driver: pcnet_cs - NE2000 compatible PCMCIA adapter
252dceb8
KK
876
877File: cis/LA-PCM.cis
56cda01b
BH
878File: cis/PCMLM28.cis
879File: cis/DP83903.cis
880File: cis/NE2K.cis
881File: cis/tamarack.cis
882File: cis/PE-200.cis
2d07c7de 883File: cis/PE520.cis
8adae7fc
BH
884Source: cis/src/LA-PCM.cis
885Source: cis/src/PCMLM28.cis
886Source: cis/src/DP83903.cis
887Source: cis/src/NE2K.cis
888Source: cis/src/tamarack.cis
889Source: cis/src/PE-200.cis
890Source: cis/src/PE520.cis
252dceb8 891
8adae7fc 892Licence: Dual GPLv2/MPL
252dceb8
KK
893
894Originally developed by the pcmcia-cs project
8adae7fc 895Copyright (C) 1998, 1999, 2000 David A. Hinds
252dceb8
KK
896
897--------------------------------------------------------------------------
898
859754a1 899Driver: 3c589_cs - 3Com PCMCIA adapter
5a6c8aff
KK
900
901File: cis/3CXEM556.cis
8adae7fc 902Source: cis/src/3CXEM556.cis
5a6c8aff 903
8adae7fc 904Licence: Dual GPLv2/MPL
5a6c8aff
KK
905
906Originally developed by the pcmcia-cs project
8adae7fc 907Copyright (C) 1998, 1999, 2000 David A. Hinds
5a6c8aff
KK
908
909--------------------------------------------------------------------------
910
859754a1 911Driver: 3c574_cs - 3Com PCMCIA adapter
5a6c8aff
KK
912
913File: cis/3CCFEM556.cis
8adae7fc 914Source: cis/src/3CCFEM556.cis
5a6c8aff 915
8adae7fc 916Licence: Dual GPLv2/MPL
5a6c8aff
KK
917
918Originally developed by the pcmcia-cs project
8adae7fc 919Copyright (C) 1998, 1999, 2000 David A. Hinds
5a6c8aff
KK
920
921--------------------------------------------------------------------------
922
859754a1 923Driver: serial_cs - Serial PCMCIA adapter
1ca52a49
KK
924
925File: cis/MT5634ZLX.cis
56cda01b
BH
926File: cis/RS-COM-2P.cis
927File: cis/COMpad2.cis
928File: cis/COMpad4.cis
8adae7fc
BH
929Source: cis/src/MT5634ZLX.cis
930Source: cis/src/RS-COM-2P.cis
931Source: cis/src/COMpad2.cis
932Source: cis/src/COMpad4.cis
1ca52a49 933
8adae7fc 934Licence: Dual GPLv2/MPL
1ca52a49
KK
935
936Originally developed by the pcmcia-cs project
8adae7fc 937Copyright (C) 1998, 1999, 2000 David A. Hinds
1ca52a49
KK
938
939--------------------------------------------------------------------------
940
c69b9145
BH
941Driver: serial_cs - Serial PCMCIA adapter
942
56cda01b
BH
943File: cis/SW_555_SER.cis
944File: cis/SW_7xx_SER.cis
945File: cis/SW_8xx_SER.cis
1ca52a49 946
c69b9145 947Licence: GPLv3
1ca52a49 948
c69b9145 949Copyright Sierra Wireless
1ca52a49
KK
950
951--------------------------------------------------------------------------
952
859754a1 953Driver: smc91c92_cs - SMC 91Cxx PCMCIA
b06e75fd
JSR
954
955File: ositech/Xilinx7OD.bin
956
957Licence: Allegedly GPL, but no source visible. Marked:
958 This file contains the firmware of Seven of Diamonds from OSITECH.
959 (Special thanks to Kevin MacPherson of OSITECH)
960
961Found in hex form in kernel source.
962
963--------------------------------------------------------------------------
c22feacf 964
a699eb69
MCC
965Driver: cx23418 - Conexant PCI Broadcast A/V with MPEG encoder
966
967File: v4l-cx23418-apu.fw
968File: v4l-cx23418-cpu.fw
969File: v4l-cx23418-dig.fw
970
224d4493 971Licence:
a699eb69
MCC
972 Conexant grants permission to use and redistribute these firmware
973 files for use with Conexant devices, but not as a part of the Linux
974 kernel or in any other form which would require these files themselves
975 to be covered by the terms of the GNU General Public License.
976 These firmware files are distributed in the hope that they will be
977 useful, but WITHOUT ANY WARRANTY; without even the implied warranty
978 of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
979
980--------------------------------------------------------------------------
981
982Driver: cx23885 - Conexant PCI Express Broadcast A/V decoder
983
984File: v4l-cx23885-avcore-01.fw
985File: v4l-cx23885-enc.fw
986
224d4493 987Licence:
a699eb69
MCC
988 Conexant grants permission to use and redistribute these firmware
989 files for use with Conexant devices, but not as a part of the Linux
990 kernel or in any other form which would require these files themselves
991 to be covered by the terms of the GNU General Public License.
992 These firmware files are distributed in the hope that they will be
993 useful, but WITHOUT ANY WARRANTY; without even the implied warranty
994 of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
995
996--------------------------------------------------------------------------
997
998Driver: cx23840 - Conexant sideport Broadcast A/V decoder
999
1000File: v4l-cx25840.fw
1001
224d4493 1002Licence:
a699eb69
MCC
1003 Conexant grants permission to use and redistribute these firmware
1004 files for use with Conexant devices, but not as a part of the Linux
1005 kernel or in any other form which would require these files themselves
1006 to be covered by the terms of the GNU General Public License.
1007 These firmware files are distributed in the hope that they will be
1008 useful, but WITHOUT ANY WARRANTY; without even the implied warranty
1009 of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
c22feacf
DW
1010
1011--------------------------------------------------------------------------
a652b079 1012
859754a1 1013Driver: qlogicpti - PTI Qlogic, ISP Driver
761eb27e
JSR
1014
1015File: qlogic/isp1000.bin
1016
1017Licence: Unknown
1018
1019Found in hex form in kernel source.
1020
1021--------------------------------------------------------------------------
bfe8ff32 1022
859754a1 1023Driver: myri_sbus - MyriCOM Gigabit Ethernet
9ce2c73c
JSR
1024
1025File: myricom/lanai.bin
1026
1027Licence: Unknown
1028
0eae2a4d
VZ
1029Found in hex form in kernel source.
1030
1031--------------------------------------------------------------------------
1032
1033Driver: bnx2x: Broadcom Everest
1034
e99eb076
DW
1035File: bnx2x-e1-4.8.53.0.fw
1036File: bnx2x-e1h-4.8.53.0.fw
305a70e8
BH
1037File: bnx2x-e1-5.2.7.0.fw
1038File: bnx2x-e1h-5.2.7.0.fw
82af8beb
VZ
1039File: bnx2x-e1-5.2.13.0.fw
1040File: bnx2x-e1h-5.2.13.0.fw
b34ccef9
BH
1041File: bnx2x/bnx2x-e1-6.0.34.0.fw
1042File: bnx2x/bnx2x-e1h-6.0.34.0.fw
1043File: bnx2x/bnx2x-e2-6.0.34.0.fw
1044File: bnx2x/bnx2x-e1-6.2.5.0.fw
1045File: bnx2x/bnx2x-e1h-6.2.5.0.fw
1046File: bnx2x/bnx2x-e2-6.2.5.0.fw
286d0455
DK
1047File: bnx2x/bnx2x-e1-6.2.9.0.fw
1048File: bnx2x/bnx2x-e1h-6.2.9.0.fw
1049File: bnx2x/bnx2x-e2-6.2.9.0.fw
97649b1e
VZ
1050File: bnx2x/bnx2x-e2-7.0.20.0.fw
1051File: bnx2x/bnx2x-e1-7.0.20.0.fw
1052File: bnx2x/bnx2x-e1h-7.0.20.0.fw
c8958f5d
AE
1053File: bnx2x/bnx2x-e2-7.0.23.0.fw
1054File: bnx2x/bnx2x-e1-7.0.23.0.fw
1055File: bnx2x/bnx2x-e1h-7.0.23.0.fw
15888a2e
DK
1056File: bnx2x/bnx2x-e2-7.0.29.0.fw
1057File: bnx2x/bnx2x-e1-7.0.29.0.fw
1058File: bnx2x/bnx2x-e1h-7.0.29.0.fw
0eae2a4d
VZ
1059
1060License:
15888a2e 1061 Copyright (c) 2007-2011 Broadcom Corporation
0eae2a4d
VZ
1062
1063 This file contains firmware data derived from proprietary unpublished
15888a2e 1064 source code, Copyright (c) 2007-2011 Broadcom Corporation.
0eae2a4d
VZ
1065
1066 Permission is hereby granted for the distribution of this firmware data
1067 in hexadecimal or equivalent format, provided this copyright notice is
1068 accompanying it.
1069
1070
9ce2c73c
JSR
1071Found in hex form in kernel source.
1072
1073--------------------------------------------------------------------------
aaba5f25 1074
859754a1 1075Driver: bnx2 - Broadcom NetXtremeII
aaba5f25
MC
1076
1077File: bnx2/bnx2-mips-06-4.6.16.fw
c103430a 1078File: bnx2/bnx2-mips-06-5.0.0.j3.fw
2d07c7de 1079File: bnx2/bnx2-mips-06-5.0.0.j6.fw
c9cbafa5 1080File: bnx2/bnx2-mips-06-6.0.15.fw
7b3d6e71 1081File: bnx2/bnx2-mips-06-6.2.1.fw
9897fdba 1082File: bnx2/bnx2-mips-06-6.2.3.fw
aaba5f25 1083File: bnx2/bnx2-mips-09-4.6.17.fw
c103430a 1084File: bnx2/bnx2-mips-09-5.0.0.j3.fw
2d07c7de 1085File: bnx2/bnx2-mips-09-5.0.0.j9.fw
c9cbafa5 1086File: bnx2/bnx2-mips-09-6.0.17.fw
7b3d6e71 1087File: bnx2/bnx2-mips-09-6.2.1.fw
82273130 1088File: bnx2/bnx2-mips-09-6.2.1a.fw
9897fdba 1089File: bnx2/bnx2-mips-09-6.2.1b.fw
c103430a
DW
1090File: bnx2/bnx2-rv2p-06-4.6.16.fw
1091File: bnx2/bnx2-rv2p-06-5.0.0.j3.fw
c9cbafa5 1092File: bnx2/bnx2-rv2p-06-6.0.15.fw
aaba5f25 1093File: bnx2/bnx2-rv2p-09-4.6.15.fw
c103430a 1094File: bnx2/bnx2-rv2p-09-5.0.0.j3.fw
2d07c7de 1095File: bnx2/bnx2-rv2p-09-5.0.0.j10.fw
c9cbafa5 1096File: bnx2/bnx2-rv2p-09-6.0.17.fw
c103430a 1097File: bnx2/bnx2-rv2p-09ax-5.0.0.j3.fw
2d07c7de 1098File: bnx2/bnx2-rv2p-09ax-5.0.0.j10.fw
c9cbafa5 1099File: bnx2/bnx2-rv2p-09ax-6.0.17.fw
aaba5f25
MC
1100
1101Licence:
1102
1103 This file contains firmware data derived from proprietary unpublished
2d07c7de 1104 source code, Copyright (c) 2004 - 2010 Broadcom Corporation.
aaba5f25
MC
1105
1106 Permission is hereby granted for the distribution of this firmware data
1107 in hexadecimal or equivalent format, provided this copyright notice is
1108 accompanying it.
1109
1110Found in hex form in kernel source.
1111
1112--------------------------------------------------------------------------
aeb537e9 1113
1533edfa 1114Driver: netxen_nic - NetXen Multi port (1/10) Gigabit Ethernet NIC
1115
1116File: phanfw.bin
f33a825e 1117Info: v4.0.579
1533edfa 1118
1119Licence: Redistributable. See LICENCE.phanfw for details.
1120
1121--------------------------------------------------------------------------
1122
859754a1 1123Driver: dvb-ttpci -- AV7110 cards
f14750df
JS
1124
1125File: av7110/bootcode.bin
5cbed982
BH
1126Source: av7110/Boot.S
1127Source: av7110/Makefile
f14750df
JS
1128
1129Licence: GPLv2 or later
1130
5cbed982 1131ARM assembly source code from http://www.linuxtv.org/downloads/firmware/Boot.S
f14750df
JS
1132
1133--------------------------------------------------------------------------
8bb3b685 1134
859754a1 1135Driver: snd-wavefront - ISA WaveFront sound card
8bb3b685
TI
1136
1137File: yamaha/yss225_registers.bin
1138
1139Licence: Allegedly GPLv2+, but no source visible.
1140
1141Found in hex form in kernel source, with the following comment:
1142 Copyright (c) 1998-2002 by Paul Davis <pbd@op.net>
1143
8bb3b685 1144--------------------------------------------------------------------------
a1b8f9ee 1145
4618e53c
BH
1146Driver: rt61pci - Ralink RT2561, RT2561S, RT2661 wireless MACs
1147
1148File: rt2561.bin rt2561s.bin rt2661.bin
1149
bfdde6b0 1150Licence: Redistributable. See LICENCE.ralink-firmware.txt for details
4618e53c
BH
1151
1152Downloaded from http://www.ralinktech.com/ralink/Home/Support/Linux.html
1153
1154--------------------------------------------------------------------------
1155
1156Driver: rt73usb - Ralink RT2571W, RT2671 wireless MACs
1157
1158File: rt73.bin
1159
bfdde6b0 1160Licence: Redistributable. See LICENCE.ralink-firmware.txt for details
4618e53c
BH
1161
1162Downloaded from http://www.ralinktech.com/ralink/Home/Support/Linux.html
1163
1164--------------------------------------------------------------------------
1165
5c10f3d6 1166Driver: rt2800pci - Ralink RT2860, RT2890, RT3090, RT5390 wireless MACs
4618e53c
BH
1167
1168File: rt2860.bin
1169
bfdde6b0 1170Licence: Redistributable. See LICENCE.ralink-firmware.txt for details
4618e53c 1171
5c10f3d6 1172Binary file supplied by Shiang Tu <shiang_tu@ralinktech.com>. Firmware Version 34
4618e53c
BH
1173
1174--------------------------------------------------------------------------
1175
a513267c
BH
1176Driver: rt2860sta - Ralink RT3090 wireless MACs
1177
1178File: rt3090.bin
1179
1180Licence: Redistributable. See LICENCE.ralink-firmware.txt for details
1181
dfb7f24f 1182This is a link to rt2860.bin for compatibility.
a513267c
BH
1183
1184--------------------------------------------------------------------------
1185
5c10f3d6 1186Driver: rt2800usb - Ralink RT2870, RT3070, RT3071, RT3072, RT5370 wireless MACs
4618e53c
BH
1187
1188File: rt2870.bin
ae524638
BH
1189
1190Licence: Redistributable. See LICENCE.ralink-firmware.txt for details
1191
1192Binary file supplied by Shiang Tu <shiang_tu@ralinktech.com>. Firmware Version 29
1193
1194--------------------------------------------------------------------------
1195
1196Driver: rt2870sta - Ralink RT2870, RT3070, RT3071 wireless MACs
1197
a1deff1f
BH
1198File: rt3070.bin
1199File: rt3071.bin
4618e53c 1200
bfdde6b0 1201Licence: Redistributable. See LICENCE.ralink-firmware.txt for details
4618e53c 1202
ae524638
BH
1203rt3070.bin is a link to rt2870.bin for compatibility.
1204rt3071.bin is a copy of bytes 4096-8191 of rt2870.bin for compatibility.
4618e53c 1205
9627a3b8
BP
1206--------------------------------------------------------------------------
1207
1208Driver: usbdux/usbduxfast - usbdux data acquisition cards
1209
1210File: usbdux_firmware.bin
305a70e8 1211File: usbduxfast_firmware.bin
dd0ea3aa
DW
1212Source: usbdux/fx2-include.asm
1213Source: usbdux/usbduxfast_firmware.asm
1214Source: usbdux/usbdux_firmware.asm
9627a3b8
BP
1215
1216Licence: GPLv2. See source code in usbdux/ subdirectory.
1217
1218Provided from the author, Bernd Porr <BerndPorr@f2s.com>
8620e8b6
DW
1219
1220--------------------------------------------------------------------------
1221
ae6c3532
MCC
1222Driver: xc5000 - Xceive 5000 Tuner driver
1223
1224File: dvb-fe-xc5000-1.6.114.fw
1225Info: v1.6.114
1226
224d4493 1227Licence: Redistributable. See LICENCE.xc5000 for details
ae6c3532 1228
f20b0674
DH
1229--------------------------------------------------------------------------
1230
1231Driver: dib0700 - DiBcom dib0700 USB DVB bridge driver
1232
1233File: dvb-usb-dib0700-1.20.fw
1234Info: v1.20
1235
224d4493 1236Licence: Redistributable. See LICENCE.dib0700 for details
c103430a 1237
7a035410
KV
1238--------------------------------------------------------------------------
1239
859754a1 1240Driver: ath3k - DFU Driver for Atheros bluetooth chipset AR3011
7a035410
KV
1241
1242File: ath3k-1.fw
1243Info: v1.0
1244
9cab998b
BS
1245Fix EEPROM radio table issue and change PID to 3005
1246
7a035410 1247Licence: Redistributable. See LICENCE.atheros_firmware for details
c103430a
DW
1248
1249--------------------------------------------------------------------------
1250
4fb42e30
BH
1251Driver: mga - Matrox G200/G400/G550
1252
1253File: matrox/g200_warp.fw
1254File: matrox/g400_warp.fw
1255
1256Licence:
1257
1258Copyright 1999 Matrox Graphics Inc.
1259All Rights Reserved.
1260
1261Permission is hereby granted, free of charge, to any person obtaining a
1262copy of this software and associated documentation files (the "Software"),
1263to deal in the Software without restriction, including without limitation
1264the rights to use, copy, modify, merge, publish, distribute, sublicense,
1265and/or sell copies of the Software, and to permit persons to whom the
1266Software is furnished to do so, subject to the following conditions:
1267
1268The above copyright notice and this permission notice shall be included
1269in all copies or substantial portions of the Software.
1270
1271THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
1272OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1273FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
1274MATROX GRAPHICS INC., OR ANY OTHER CONTRIBUTORS BE LIABLE FOR ANY CLAIM,
1275DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
1276OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
1277OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1278
1279Found in hex form in kernel source.
1280
1281--------------------------------------------------------------------------
5d46d0e9
BH
1282
1283Driver: r128 - ATI Rage 128
1284
1285File: r128/r128_cce.bin
1286
1287Licence:
1288
1289Copyright 2000 Advanced Micro Devices, Inc.
1290
1291 * Permission is hereby granted, free of charge, to any person obtaining a
1292 * copy of this software and associated documentation files (the "Software"),
1293 * to deal in the Software without restriction, including without limitation
1294 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
1295 * and/or sell copies of the Software, and to permit persons to whom the
1296 * Software is furnished to do so, subject to the following conditions:
1297 *
1298 * The above copyright notice and this permission notice (including the next
1299 * paragraph) shall be included in all copies or substantial portions of the
1300 * Software.
1301 *
1302 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1303 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1304 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
1305 * PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
1306 * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
1307 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
1308 * DEALINGS IN THE SOFTWARE.
1309
1310Found in decimal form in kernel source.
1311
1312--------------------------------------------------------------------------
9715b36e
BH
1313
1314Driver: radeon - ATI Radeon
1315
1316File: radeon/R100_cp.bin
1317File: radeon/R200_cp.bin
1318File: radeon/R300_cp.bin
1319File: radeon/R420_cp.bin
1320File: radeon/RS600_cp.bin
1321File: radeon/RS690_cp.bin
1322File: radeon/R520_cp.bin
1323File: radeon/R600_pfp.bin
1324File: radeon/R600_me.bin
1325File: radeon/RV610_pfp.bin
1326File: radeon/RV610_me.bin
1327File: radeon/RV630_pfp.bin
1328File: radeon/RV630_me.bin
1329File: radeon/RV620_pfp.bin
1330File: radeon/RV620_me.bin
1331File: radeon/RV635_pfp.bin
1332File: radeon/RV635_me.bin
1333File: radeon/RV670_pfp.bin
1334File: radeon/RV670_me.bin
1335File: radeon/RS780_pfp.bin
1336File: radeon/RS780_me.bin
1337File: radeon/RV770_pfp.bin
1338File: radeon/RV770_me.bin
1339File: radeon/RV730_pfp.bin
1340File: radeon/RV730_me.bin
1341File: radeon/RV710_pfp.bin
1342File: radeon/RV710_me.bin
1343
1344Licence:
1345
1346 * Copyright 2007-2009 Advanced Micro Devices, Inc.
1347 * All Rights Reserved.
1348 *
1349 * Permission is hereby granted, free of charge, to any person obtaining a
1350 * copy of this software and associated documentation files (the "Software"),
1351 * to deal in the Software without restriction, including without limitation
1352 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
1353 * and/or sell copies of the Software, and to permit persons to whom the
1354 * Software is furnished to do so, subject to the following conditions:
1355 *
1356 * The above copyright notice and this permission notice (including the next
1357 * paragraph) shall be included in all copies or substantial portions of the
1358 * Software.
1359 *
1360 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1361 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1362 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
1363 * IN NO EVENT SHALL THE COPYRIGHT OWNER(S) AND/OR ITS SUPPLIERS BE
1364 * LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
1365 * OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
1366 * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1367
1368Found in hex form in kernel source.
1369
1370--------------------------------------------------------------------------
c103430a 1371
d9076a54
DA
1372Driver: radeon - ATI Radeon
1373
1374File: radeon/R600_rlc.bin
1375File: radeon/R700_rlc.bin
c4fc1f5b
DA
1376File: radeon/CEDAR_me.bin
1377File: radeon/CEDAR_pfp.bin
1378File: radeon/CEDAR_rlc.bin
1379File: radeon/CYPRESS_me.bin
1380File: radeon/CYPRESS_pfp.bin
1381File: radeon/CYPRESS_rlc.bin
1382File: radeon/JUNIPER_me.bin
1383File: radeon/JUNIPER_pfp.bin
1384File: radeon/JUNIPER_rlc.bin
1385File: radeon/REDWOOD_me.bin
1386File: radeon/REDWOOD_pfp.bin
1387File: radeon/REDWOOD_rlc.bin
ea30bee8
DA
1388File: radeon/PALM_me.bin
1389File: radeon/PALM_pfp.bin
1390File: radeon/SUMO_rlc.bin
bce93b43
DA
1391File: radeon/BARTS_mc.bin
1392File: radeon/BARTS_me.bin
1393File: radeon/BARTS_pfp.bin
1394File: radeon/BTC_rlc.bin
1395File: radeon/CAICOS_mc.bin
1396File: radeon/CAICOS_me.bin
1397File: radeon/CAICOS_pfp.bin
1398File: radeon/TURKS_mc.bin
1399File: radeon/TURKS_me.bin
1400File: radeon/TURKS_pfp.bin
c2e530ab
DA
1401File: radeon/CAYMAN_mc.bin
1402File: radeon/CAYMAN_me.bin
1403File: radeon/CAYMAN_pfp.bin
1404File: radeon/CAYMAN_rlc.bin
be09d5d9
DA
1405File: radeon/SUMO_pfp.bin
1406File: radeon/SUMO_me.bin
1407File: radeon/SUMO2_pfp.bin
1408File: radeon/SUMO2_me.bin
d9076a54
DA
1409
1410Licence: Redistributable. See LICENSE.radeon_rlc for details.
1411
1412--------------------------------------------------------------------------
8c3ff02a 1413
a142b9f0
MCC
1414Driver: s2255drv
1415
8c3ff02a 1416File: f2255usb.bin
8d8d1300
MCC
1417File: s2250_loader.fw
1418File: s2250.fw
a142b9f0
MCC
1419
1420Licence:
1421 Sensoray grants permission to use and redistribute these firmware
1422 files for use with Sensoray devices, but not as a part of the Linux
1423 kernel or in any other form which would require these files themselves
1424 to be covered by the terms of the GNU General Public License.
1425 These firmware files are distributed in the hope that they will be
1426 useful, but WITHOUT ANY WARRANTY; without even the implied warranty
1427 of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
8c3ff02a 1428
a9799c6d
GKH
1429--------------------------------------------------------------------------
1430
1431Driver rtl8192e - Realtek 8192 PCI wireless driver
1432
09a550b6 1433File: RTL8192E/*
a9799c6d
GKH
1434Licence: Redistributable, provided by Realtek in their driver
1435 source download.
1436
1437--------------------------------------------------------------------------
909d91fc 1438
61b5e101
BH
1439Driver: lgs8gxx - Legend Silicon GB20600 demodulator driver
1440
1441File: lgs8g75.fw
1442
1443Licence: Unknown
1444
72cf26d5
DW
1445--------------------------------------------------------------------------
1446
c1cc7baf
BH
1447Driver: ib_qib - QLogic Infiniband
1448
1449File: qlogic/sd7220.fw
1450
1451Licence:
1452
1453 * Copyright (c) 2007, 2008 QLogic Corporation. All rights reserved.
1454 *
1455 * This software is available to you under a choice of one of two
1456 * licenses. You may choose to be licensed under the terms of the GNU
1457 * General Public License (GPL) Version 2, available from the file
1458 * COPYING in the main directory of this source tree, or the
1459 * OpenIB.org BSD license below:
1460 *
1461 * Redistribution and use in source and binary forms, with or
1462 * without modification, are permitted provided that the following
1463 * conditions are met:
1464 *
1465 * - Redistributions of source code must retain the above
1466 * copyright notice, this list of conditions and the following
1467 * disclaimer.
1468 *
1469 * - Redistributions in binary form must reproduce the above
1470 * copyright notice, this list of conditions and the following
1471 * disclaimer in the documentation and/or other materials
1472 * provided with the distribution.
1473 *
1474 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
1475 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
1476 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
1477 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
1478 * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
1479 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1480 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
1481 * SOFTWARE.
1482
61b5e101
BH
1483Found in hex form in kernel source.
1484
1485--------------------------------------------------------------------------
370066f0
HH
1486
1487Driver: ueagle-atm - Driver for USB ADSL Modems based on Eagle IV Chipset
1488
1489File: ueagle-atm/CMV4p.bin.v2
1490File: ueagle-atm/DSP4p.bin
1491File: ueagle-atm/eagleIV.fw
1492Info: v1.0
1493
1494Licence: Redistributable. See LICENCE.ueagle-atm4-firmware for details
1495
1496--------------------------------------------------------------------------
1497
1498Driver: ueagle-atm - Driver for USB ADSL Modems based on Eagle I,II,III
1499
370066f0
HH
1500File: ueagle-atm/930-fpga.bin
1501File: ueagle-atm/CMVeiWO.bin
1502File: ueagle-atm/CMVepFR10.bin
1503File: ueagle-atm/DSP9p.bin
1504File: ueagle-atm/eagleIII.fw
1505File: ueagle-atm/adi930.fw
1506File: ueagle-atm/CMVep.bin
1507File: ueagle-atm/CMVepFR.bin
1508File: ueagle-atm/DSPei.bin
1509File: ueagle-atm/CMV9i.bin
1510File: ueagle-atm/CMVepES03.bin
1511File: ueagle-atm/CMVepIT.bin
1512File: ueagle-atm/DSPep.bin
1513File: ueagle-atm/CMV9p.bin
1514File: ueagle-atm/CMVepES.bin
1515File: ueagle-atm/CMVepWO.bin
1516File: ueagle-atm/eagleI.fw
1517File: ueagle-atm/CMVei.bin
1518File: ueagle-atm/CMVepFR04.bin
1519File: ueagle-atm/DSP9i.bin
1520File: ueagle-atm/eagleII.fw
1521Info: v1.1
1522
1523Licence: Redistributable. Based on
1524 https://mail.gna.org/public/eagleusb-dev/2004-11/msg00172.html
e7fb8010
JM
1525
1526--------------------------------------------------------------------------
1527
1528Driver: vxge - Exar X3100 Series 10GbE PCIe I/O Virtualized Server Adapter
1529
1530File: vxge/X3fw.ncf
1531File: vxge/X3fw-pxe.ncf
0892c5ad 1532Version: 1.8.1
e7fb8010
JM
1533
1534Licence:
1535
1536 This file contains firmware data derived from proprietary unpublished
1537 source code, Copyright (c) 2010 Exar Corporation.
1538
1539 Permission is hereby granted for the distribution of this firmware data
1540 in hexadecimal or equivalent format, provided this copyright notice is
1541 accompanying it.
8ce599d7
HP
1542
1543--------------------------------------------------------------------------
1544
a531257c 1545Driver: brcmsmac - Broadcom 802.11n softmac wireless LAN driver.
8ce599d7 1546
a531257c
HP
1547File: brcm/bcm43xx-0.fw
1548File: brcm/bcm43xx_hdr-0.fw
8ce599d7
HP
1549
1550Licence: Redistributable. See LICENCE.broadcom_bcm43xx for details.
28f8f084
HP
1551
1552--------------------------------------------------------------------------
1553
a531257c 1554Driver: brcmfmac - Broadcom 802.11n fullmac wireless LAN driver.
28f8f084 1555
a531257c 1556File: brcm/bcm4329-fullmac-4.bin
db83e1f9 1557File: brcm/brcmfmac4329.bin
21afc6fe 1558File: brcm/brcmfmac4330.bin
38118a59 1559File: brcm/brcmfmac43236b.bin
28f8f084
HP
1560
1561Licence: Redistributable. See LICENCE.broadcom_bcm43xx for details.
af4d39ea
SL
1562
1563--------------------------------------------------------------------------
1564
981d5d70
GA
1565Driver: tda7706 - FM radio Highly integrated tuner for AM/FM car-radio
1566
1567File: TDA7706_OM_v2.5.1_boot.txt
1568File: TDA7706_OM_v3.0.2_boot.txt
1569
1570Licence: Redistributable. See LICENCE.tda7706-firmware.txt for details.
1571 Copyright © 2010 STMicroelectronics
1572
1573--------------------------------------------------------------------------
1574
af4d39ea
SL
1575Driver: wl12xx - Texas Instruments 802.11 wireless LAN driver
1576
1577File: wl1271-fw.bin
4ba5873c 1578File: wl1271-fw-2.bin
e9a798bf 1579File: wl1271-fw-ap.bin
14f515de
SL
1580File: wl127x-fw-3.bin
1581File: wl127x-fw-plt-3.bin
1582
1583File: wl128x-fw.bin
a472d49f 1584File: wl128x-fw-ap.bin
14f515de
SL
1585File: wl128x-fw-3.bin
1586File: wl128x-fw-plt-3.bin
1587
1588File: wl127x-nvs.bin
1589File: wl128x-nvs.bin
1590sl: wl12xx-nvs.bin -> wl127x-nvs.bin
1591sl: wl1271-nvs.bin -> wl127x-nvs.bin
1592
af4d39ea
SL
1593
1594Licence: See LICENCE.ti-connectivity for details.
1595
a472d49f 1596 Station: wl1271-fw.bin version 6.1.0.50.350
51a6242d
SL
1597 Station: wl1271-fw-2.bin version 6.1.5.50.74
1598 Station: wl128x-fw.bin version 7.1.5.50.74
1599 Access Point: wl1271-fw-ap.bin version 6.2.1.0.54
1600 Access Point: wl128x-fw-ap.bin version 7.2.1.0.54
14f515de
SL
1601 Station & Access Point: wl127x-fw-3.bin version Rev 6.3.0.0.77
1602 PLT: wl127x-fw-3.bin version PLT 6.3.0.0.77
1603 Station & Access Point: wl128x-fw-3.bin version Rev 7.3.0.0.77
1604 PLT: wl128x-fw-3.bin version PLT 7.3.0.0.77
4ba5873c 1605
a472d49f 1606The nvs file includes two parts:
e9a798bf
SL
1607 - radio calibration
1608 - ini setting parameters
1609
a472d49f
SL
1610In order to have correct NVS file for your device NVS tool should be use:
1611http://linuxwireless.org/en/users/Drivers/wl12xx/calibrator
1612
1613Example NVS files (not optimal) for wl127x and wl128x includes.
14f515de
SL
1614To use example NVS set symbolic link wl12xx-nvs.bin to one of
1615them (depending the chip on the platform)
a472d49f
SL
1616
1617In order to use that files copy ti-connectivity directory to target FS at
14f515de 1618/lib/firmware/ti-connectivity/.
af4d39ea
SL
1619
1620--------------------------------------------------------------------------
cb6d7df4 1621
14e41391
GK
1622Driver: TI_ST - Texas Instruments bluetooth driver
1623
1624File: TIInit_7.2.31.bts
1625
1626Licence: See LICENCE.ti-connectivity for details.
1627
1628 TIInit_7.2.31.bts version 7.2.31
1629
1630 In order to use that file copy it to /lib/firmware/ti-connectivity.
1631
1632--------------------------------------------------------------------------
1633
89c6da31
MCC
1634Driver: tlg2300 - Telgent 2300 V4L/DVB driver.
1635
1636File: tlg2300_firmware.bin
1637
1638Licence:
1639 Telegent System grants permission to use and redistribute these
1640 firmware files for use with devices containing the chip tlg2300, but
1641 not as a part of the Linux kernel or in any other form which would
1642 require these files themselves to be covered by the terms of the GNU
1643 General Public License. These firmware files are distributed in the
1644 hope that they will be useful, but WITHOUT ANY WARRANTY; without even
1645 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
1646 PURPOSE.
cb6d7df4
DW
1647
1648--------------------------------------------------------------------------
8f919160 1649
1fbf358d 1650Driver: r8712u - Realtek 802.11n WLAN driver for RTL8712U
8f919160 1651
f8ddc05e 1652File: rtlwifi/rtl8712u.bin - upgraded to the version found in the Vendor's V2.6.6
8f919160 1653
1fbf358d 1654Licence: Redistributable. See LICENCE.rtlwifi_firmware.txt for details.
8f919160
LF
1655
1656--------------------------------------------------------------------------
1657
1fbf358d 1658Driver: rtl8192ce - Realtek 802.11n WLAN driver for RTL8192CE
8f919160 1659
4844fa16
LF
1660File: rtlwifi/rtl8192cfw.bin
1661
1fbf358d 1662Licence: Redistributable. See LICENCE.rtlwifi_firmware.txt for details.
4844fa16
LF
1663
1664--------------------------------------------------------------------------
1665
1666Driver: rtl8192cu - Realtek 802.11n WLAN driver for RTL8192CU
1667
1668File: rtlwifi/rtl8192cufw.bin
8f919160 1669
1fbf358d 1670Licence: Redistributable. See LICENCE.rtlwifi_firmware.txt for details.
8f919160
LF
1671
1672--------------------------------------------------------------------------
1673
39cd7bc4
LF
1674Driver: rtl8192se - Realtek 802.11n WLAN driver for RTL8192SE
1675
1676File: rtlwifi/rtl8192sefw.bin
1677
1fbf358d 1678Licence: Redistributable. See LICENCE.rtlwifi_firmware.txt for details.
39cd7bc4
LF
1679
1680--------------------------------------------------------------------------
1681
2fab4839
LF
1682Driver: rtl8192de - Realtek 802.11n WLAN driver for RTL8192DE
1683
1684File: rtlwifi/rtl8192defw.bin
1685
1fbf358d 1686Licence: Redistributable. See LICENCE.rtlwifi_firmware.txt for details.
2fab4839
LF
1687
1688--------------------------------------------------------------------------
1689
39cd7bc4 1690
40c0f950
HW
1691Driver: r8169 - RealTek 8169/8168/8101 ethernet driver.
1692
1693File: rtl_nic/rtl8168d-1.fw
1694File: rtl_nic/rtl8168d-2.fw
063e9215 1695File: rtl_nic/rtl8105e-1.fw
7d68cb64
HW
1696File: rtl_nic/rtl8168e-1.fw
1697File: rtl_nic/rtl8168e-2.fw
7f17329d 1698
7293f35d 1699File: rtl_nic/rtl8168e-3.fw
5e145c9c 1700Version: 0.0.3
40c0f950 1701
98a1c68c 1702File: rtl_nic/rtl8168f-1.fw
575268fe 1703Version: 0.0.3
98a1c68c
HW
1704
1705File: rtl_nic/rtl8168f-2.fw
575268fe 1706Version: 0.0.3
98a1c68c 1707
f57991bb
HW
1708File: rtl_nic/rtl8411-1.fw
1709Version: 0.0.1
1710
4969d2da
HW
1711File: rtl_nic/rtl8402-1.fw
1712Version: 0.0.1
1713
40c0f950 1714Licence:
063e9215 1715 * Copyright © 2011, Realtek Semiconductor Corporation
40c0f950
HW
1716 *
1717 * Permission is hereby granted for the distribution of this firmware
1718 * data in hexadecimal or equivalent format, provided this copyright
1719 * notice is accompanying it.
1720
1721--------------------------------------------------------------------------
1722
0daab4fa
BH
1723Driver: vt6656 - VIA VT6656 USB wireless driver
1724
1725File: vntwusb.fw
1726
1727Licence: Redistributable. See LICENCE.via_vt6656 for details.
e3883d93
BS
1728
1729--------------------------------------------------------------------------
1730
1731Driver: DFU Driver for Atheros bluetooth chipset AR3012
1732
1733File: ar3k/AthrBT_0x01020001.dfu
1734File: ar3k/ramps_0x01020001_26.dfu
ccd71001
JM
1735File: ar3k/AthrBT_0x01020200.dfu
1736File: ar3k/ramps_0x01020200_26.dfu
ec15d5cc 1737File: ar3k/ramps_0x01020200_40.dfu
e3883d93
BS
1738
1739Licence: Redistributable. See LICENCE.atheros_firmware for details
5d6e01c4
SS
1740
1741--------------------------------------------------------------------------
1742
1743Driver:Atheros AR300x UART HCI Bluetooth Chip driver
1744
1745File: ar3k/1020200/ar3kbdaddr.pst
1746File: ar3k/1020200/PS_ASIC.pst
1747File: ar3k/1020200/RamPatch.txt
1748File: ar3k/30101/ar3kbdaddr.pst
1749File: ar3k/30101/PS_ASIC.pst
1750File: ar3k/30101/RamPatch.txt
1751File: ar3k/30000/ar3kbdaddr.pst
1752File: ar3k/30000/PS_ASIC.pst
1753File: ar3k/30000/RamPatch.txt
1754
1755Licence: Redistributable. See LICENCE.atheros_firmware for details
cafa05f5
LR
1756
1757--------------------------------------------------------------------------
1758
1759Driver: ath6kl - Atheros support for AR6003
1760
1761File: ath6k/
1762File: ath6k/AR6003
1763File: ath6k/AR6003/hw1.0
1764File: ath6k/AR6003/hw1.0/otp.bin.z77
1765File: ath6k/AR6003/hw1.0/bdata.SD31.bin
1766File: ath6k/AR6003/hw1.0/bdata.SD32.bin
1767File: ath6k/AR6003/hw1.0/data.patch.bin
1768File: ath6k/AR6003/hw1.0/bdata.WB31.bin
1769File: ath6k/AR6003/hw1.0/athwlan.bin.z77
1770File: ath6k/AR6003/hw2.1.1
d543c1d9 1771File: ath6k/AR6003/hw2.1.1/fw-2.bin
cafa05f5
LR
1772File: ath6k/AR6003/hw2.1.1/otp.bin
1773File: ath6k/AR6003/hw2.1.1/athwlan.bin
1774File: ath6k/AR6003/hw2.1.1/endpointping.bin
1775File: ath6k/AR6003/hw2.1.1/bdata.SD31.bin
1776File: ath6k/AR6003/hw2.1.1/bdata.SD32.bin
1777File: ath6k/AR6003/hw2.1.1/data.patch.bin
1778File: ath6k/AR6003/hw2.1.1/bdata.WB31.bin
1779File: ath6k/AR6003/hw2.0
1780File: ath6k/AR6003/hw2.0/otp.bin.z77
1781File: ath6k/AR6003/hw2.0/bdata.SD31.bin
1782File: ath6k/AR6003/hw2.0/bdata.SD32.bin
1783File: ath6k/AR6003/hw2.0/data.patch.bin
1784File: ath6k/AR6003/hw2.0/bdata.WB31.bin
1785File: ath6k/AR6003/hw2.0/athwlan.bin.z77
1786File: ath6k/AR6002
1787File: ath6k/AR6002/eeprom.data
1788File: ath6k/AR6002/README.txt
1789File: ath6k/AR6002/License.txt
1790File: ath6k/AR6002/eeprom.bin
1791File: ath6k/AR6002/athwlan.bin.z77
1792File: ath6k/AR6002/data.patch.hw2_0.bin
1793
1794Licence: Redistributable. See LICENCE.atheros_firmware for details
d1cadcf6
AG
1795
1796--------------------------------------------------------------------------
1797
1798Driver: myri10ge - Myri10GE 10GbE NIC driver
1799
1800File: myri10ge_eth_z8e.dat
1801File: myri10ge_ethp_z8e.dat
1802File: myri10ge_rss_eth_z8e.dat
1803File: myri10ge_rss_ethp_z8e.dat
1804Info: v1.4.52
1805
1806License: Redistributable. See LICENCE.myri10ge_firmware for details.
f4b4c46a
BC
1807
1808--------------------------------------------------------------------------
1809
1810Driver: ath6kl - Atheros support for AR6003 WiFi-Bluetooth combo module
1811
1812File: ath6k/AR6003.1
1813File: ath6k/AR6003.1/hw2.1.1
1814File: ath6k/AR6003.1/hw2.1.1/athwlan.bin
1815File: ath6k/AR6003.1/hw2.1.1/bdata.SD31.bin
1816File: ath6k/AR6003.1/hw2.1.1/bdata.SD32.bin
1817File: ath6k/AR6003.1/hw2.1.1/bdata.WB31.bin
1818File: ath6k/AR6003.1/hw2.1.1/data.patch.bin
1819File: ath6k/AR6003.1/hw2.1.1/endpointping.bin
1820File: ath6k/AR6003.1/hw2.1.1/otp.bin
1821
1822License: Redistributable. See LICENCE.atheros_firmware for details
0f221ddf
BC
1823
1824--------------------------------------------------------------------------
1825
1826Driver: ath6kl - Atheros support for AR3001 WiFi-Bluetooth combo module
1827
1828File: ar3k/30101coex
1829File: ar3k/30101coex/ar3kbdaddr.pst
1830File: ar3k/30101coex/PS_ASIC_aclLowPri.pst
1831File: ar3k/30101coex/PS_ASIC_aclHighPri.pst
1832File: ar3k/30101coex/PS_ASIC.pst
1833File: ar3k/30101coex/RamPatch.txt
1834
1835License: Redistributable. See LICENCE.atheros_firmware for details
3c18048f
DW
1836
1837--------------------------------------------------------------------------
1838
4d8eabd6
MCC
1839Driver: drxk - Micronas DRX-K demodulator driver
1840
1841File: dvb-usb-terratec-h5-drxk.fw
1842
1843Licence:
1844TERRATEC grants permission to use and redistribute these firmware
1845files for use with TERRATEC devices, but not as part of the Linux
1846kernel or in any other form which would require these files themselves
1847to be covered by the terms of the GNU General Public License.
1848
1849These firmware files are distributed in the hope that they will be
1850useful, but WITHOUT ANY WARRANTY; without even the implied warranty
1851of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
fc2b8658
CYC
1852
1853--------------------------------------------------------------------------
1854
1855Driver: ene-ub6250 -- ENE UB6250 SD card reader driver
1856
1857File: ene-ub6250/sd_init1.bin
1858File: ene-ub6250/sd_init2.bin
1859File: ene-ub6250/sd_rdwr.bin
1860File: ene-ub6250/ms_init.bin
1861File: ene-ub6250/msp_rdwr.bin
1862File: ene-ub6250/ms_rdwr.bin
1863
1864Licence: Redistributable. See LICENCE.ene_firmware for details.
1865
1866--------------------------------------------------------------------------
de960e50
BH
1867
1868Driver: isci -- Intel C600 SAS controller driver
1869
1870File: isci/isci_firmware.bin
1871Source: isci/create_fw.c
1872Source: isci/create_fw.h
1873Source: isci/probe_roms.h
1874Source: isci/Makefile
1875
1876Licence: GPLv2
1877
1878--------------------------------------------------------------------------