[pve-devel] r5089 - in pve-kernel-2.6.32/trunk: . firmware-misc firmware-misc/RTL8192SU firmware-misc/bnx2 firmware-misc/ipw2x00

svn-commits at proxmox.com svn-commits at proxmox.com
Fri Sep 3 12:30:46 CEST 2010


Author: dietmar
Date: 2010-09-03 10:30:46 +0000 (Fri, 03 Sep 2010)
New Revision: 5089

Added:
   pve-kernel-2.6.32/trunk/find-firmware.pl
   pve-kernel-2.6.32/trunk/firmware-misc/
   pve-kernel-2.6.32/trunk/firmware-misc/RTL8192SU/
   pve-kernel-2.6.32/trunk/firmware-misc/RTL8192SU/rtl8192sfw.bin
   pve-kernel-2.6.32/trunk/firmware-misc/aic94xx-seq.fw
   pve-kernel-2.6.32/trunk/firmware-misc/bnx2/
   pve-kernel-2.6.32/trunk/firmware-misc/bnx2/bnx2x-e1-5.0.21.0.fw
   pve-kernel-2.6.32/trunk/firmware-misc/bnx2/bnx2x-e1h-5.0.21.0.fw
   pve-kernel-2.6.32/trunk/firmware-misc/ipw2x00/
   pve-kernel-2.6.32/trunk/firmware-misc/ipw2x00/LICENSE
   pve-kernel-2.6.32/trunk/firmware-misc/ipw2x00/LICENSE.install
   pve-kernel-2.6.32/trunk/firmware-misc/ipw2x00/defines
   pve-kernel-2.6.32/trunk/firmware-misc/ipw2x00/ipw2100-1.3-i.fw
   pve-kernel-2.6.32/trunk/firmware-misc/ipw2x00/ipw2100-1.3-p.fw
   pve-kernel-2.6.32/trunk/firmware-misc/ipw2x00/ipw2100-1.3.fw
   pve-kernel-2.6.32/trunk/firmware-misc/ipw2x00/ipw2200-bss.fw
   pve-kernel-2.6.32/trunk/firmware-misc/ipw2x00/ipw2200-ibss.fw
   pve-kernel-2.6.32/trunk/firmware-misc/ipw2x00/ipw2200-sniffer.fw
   pve-kernel-2.6.32/trunk/fwlist-2.6.18-2-pve
   pve-kernel-2.6.32/trunk/fwlist-2.6.24-12-pve
   pve-kernel-2.6.32/trunk/fwlist-2.6.32-3-pve
Modified:
   pve-kernel-2.6.32/trunk/Makefile
   pve-kernel-2.6.32/trunk/changelog.Debian
   pve-kernel-2.6.32/trunk/changelog.firmware
   pve-kernel-2.6.32/trunk/create-initrd-dir
Log:


Modified: pve-kernel-2.6.32/trunk/Makefile
===================================================================
--- pve-kernel-2.6.32/trunk/Makefile	2010-09-02 06:54:57 UTC (rev 5088)
+++ pve-kernel-2.6.32/trunk/Makefile	2010-09-03 10:30:46 UTC (rev 5089)
@@ -3,7 +3,7 @@
 KERNEL_VER=2.6.32
 KERNEL_DEB_REL=21
 
-PKGREL=12
+PKGREL=13
 KREL=3
 
 EXTRAVERSION=-${KREL}-pve
@@ -19,7 +19,7 @@
 KERNEL_DEB_DIFF=linux-2.6_${KERNEL_VER}-${KERNEL_DEB_REL}.diff.gz
 
 FW_VER=1.0
-FW_REL=6
+FW_REL=7
 FW_DEB=pve-firmware_${FW_VER}-${FW_REL}_all.deb
 
 BUSYBOXVER=1.14.0
@@ -72,6 +72,10 @@
 	lintian ${DST_DEB}
 
 
+fwlist-${KVNAME}: data
+	./find-firmware.pl data/lib/modules/${KVNAME} >fwlist.tmp
+	mv fwlist.tmp $@
+
 data: .compile_mark config-${KERNEL_VER} aoe.ko iscsi-scst.ko scst-modules.tar
 	rm -rf data tmp; mkdir -p tmp/lib/modules/${KVNAME}
 	mkdir tmp/boot
@@ -173,7 +177,6 @@
 	ejectcd.sh 				\
 	busybox.tar				\
 	proxmox_splash.dat			\
-	initrdfirmware.tar			\
 	create-initrd-dir
 
 pci.ids: /usr/share/misc/pci.ids
@@ -212,24 +215,26 @@
 linux-firmware.git/WHENCE:
 	git clone git://git.kernel.org/pub/scm/linux/kernel/git/dwmw2/linux-firmware.git linux-firmware.git
 
-${FW_DEB} initrdfirmware.tar fw: control.firmware linux-firmware.git/WHENCE changelog.firmware
+linux-firmware-from-kernel.git/WHENCE:
+	git clone git://git.kernel.org/pub/scm/linux/kernel/git/dwmw2/linux-firmware-from-kernel.git linux-firmware-from-kernel.git
+
+${FW_DEB} fw: control.firmware linux-firmware.git/WHENCE linux-firmware-from-kernel.git/WHENCE changelog.firmware fwlist-2.6.18-2-pve fwlist-2.6.24-12-pve fwlist-${KVNAME}
 	rm -rf fwdata
-	mkdir -p fwdata/lib
-	rsync -a --exclude .git linux-firmware.git/ fwdata/lib/firmware
+	mkdir -p fwdata/lib/firmware
+	./assemble-firmware.pl fwlist-${KVNAME} fwdata/lib/firmware
+	# include any files from older kernels here
+	./assemble-firmware.pl fwlist-2.6.24-12-pve fwdata/lib/firmware
+	./assemble-firmware.pl fwlist-2.6.18-2-pve fwdata/lib/firmware
 	install -d fwdata/usr/share/doc/pve-firmware
-	mv fwdata/lib/firmware/WHENCE fwdata/usr/share/doc/pve-firmware/README
+	cp linux-firmware.git/WHENCE fwdata/usr/share/doc/pve-firmware/README
 	install -d fwdata/usr/share/doc/pve-firmware/licenses
-	mv fwdata/lib/firmware/LICEN[CS]E* fwdata/usr/share/doc/pve-firmware/licenses
+	cp linux-firmware.git/LICEN[CS]E* fwdata/usr/share/doc/pve-firmware/licenses
 	install -D -m 0644 changelog.firmware fwdata/usr/share/doc/pve-firmware/changelog.Debian
 	gzip -9 fwdata/usr/share/doc/pve-firmware/changelog.Debian	
 	install -d fwdata/DEBIAN
 	sed -e 's/@VERSION@/${FW_VER}-${FW_REL}/' <control.firmware >fwdata/DEBIAN/control
 	dpkg-deb --build fwdata ${FW_DEB}
-	mkdir -p fwdata/initrd/firmware
-	cp fwdata/lib/firmware/ql*_fw.bin fwdata/initrd/firmware
-	tar cf initrdfirmware.tar -C fwdata/initrd firmware
 
-
 .PHONY: upload
 upload: ${DST_DEB} ${PVE_DEB} ${HDR_DEB} ${FW_DEB} ${ISCSI_DEB}
 	umount /pve/${RELEASE}; mount /pve/${RELEASE} -o rw 
@@ -247,10 +252,10 @@
 
 .PHONY: distclean
 distclean: clean
-	rm -rf linux-firmware.git	
+	rm -rf linux-firmware.git linux-firmware-from-kernel.git	
 
 .PHONY: clean
 clean:
-	rm -rf *~ .compile_mark config-2.6.32 ${KERNEL_SRC} tmp data busybox busybox.tar ${BUSYBOXDIR} pci.ids proxmox-ve/data initrd.img-${KVNAME} *.deb ${AOEDIR} aoe.ko ${headers_tmp} scst-src ${ISCSIDIR} ${ISCSI_DEB} iscsi-scst.ko scst-modules.tar ${SCSTDIR} put_page_callback-2.6.32.patch fwdata initrdfirmware.tar iscsideb/*~ iscsi-scst_*
+	rm -rf *~ .compile_mark config-2.6.32 ${KERNEL_SRC} tmp data busybox busybox.tar ${BUSYBOXDIR} pci.ids proxmox-ve/data initrd.img-${KVNAME} *.deb ${AOEDIR} aoe.ko ${headers_tmp} scst-src ${ISCSIDIR} ${ISCSI_DEB} iscsi-scst.ko scst-modules.tar ${SCSTDIR} put_page_callback-2.6.32.patch fwdata fwlist.tmp fwlist.initrd iscsideb/*~ iscsi-scst_*
 
 

Modified: pve-kernel-2.6.32/trunk/changelog.Debian
===================================================================
--- pve-kernel-2.6.32/trunk/changelog.Debian	2010-09-02 06:54:57 UTC (rev 5088)
+++ pve-kernel-2.6.32/trunk/changelog.Debian	2010-09-03 10:30:46 UTC (rev 5089)
@@ -1,3 +1,9 @@
+pve-kernel-2.6.32 (2.6.32-13) unstable; urgency=low
+
+  * carefully include a needed firmware files
+
+ -- Proxmox Support Team <support at proxmox.com>  Fri, 03 Sep 2010 12:26:59 +0200
+
 pve-kernel-2.6.32 (2.6.32-12) unstable; urgency=low
 
   * change scheduler back to cfg - apply OpenVZ fix

Modified: pve-kernel-2.6.32/trunk/changelog.firmware
===================================================================
--- pve-kernel-2.6.32/trunk/changelog.firmware	2010-09-02 06:54:57 UTC (rev 5088)
+++ pve-kernel-2.6.32/trunk/changelog.firmware	2010-09-03 10:30:46 UTC (rev 5089)
@@ -1,8 +1,7 @@
-pve-firmware (1.0-5) unstable; urgency=low
+pve-firmware (1.0-7) unstable; urgency=low
 
-  * Conflict with firmware-linux-free and firmware-linux-nonfree (from 
-  squeeze or backports)
-
+  * carefully install all needed files by querying modinfo
+  
  -- Proxmox Support Team <support at proxmox.com>  Wed, 21 Apr 2010 10:05:36 +0200
 
 pve-firmware (1.0-4) unstable; urgency=low

Modified: pve-kernel-2.6.32/trunk/create-initrd-dir
===================================================================
--- pve-kernel-2.6.32/trunk/create-initrd-dir	2010-09-02 06:54:57 UTC (rev 5088)
+++ pve-kernel-2.6.32/trunk/create-initrd-dir	2010-09-03 10:30:46 UTC (rev 5089)
@@ -60,8 +60,9 @@
 
 depmod -b $BASE -v $KVNAME >/dev/null
 
-# include some firmware
-tar xf initrdfirmware.tar -C $BASE/lib/
+./find-firmware.pl $BASE/lib/modules/$KVNAME >fwlist.initrd
+mkdir $BASE/lib/firmware
+./assemble-firmware.pl fwlist.initrd ${BASE}/lib/firmware
 
 tar xpf busybox.tar -C $BASE
 

Added: pve-kernel-2.6.32/trunk/find-firmware.pl
===================================================================
--- pve-kernel-2.6.32/trunk/find-firmware.pl	                        (rev 0)
+++ pve-kernel-2.6.32/trunk/find-firmware.pl	2010-09-03 10:30:46 UTC (rev 5089)
@@ -0,0 +1,32 @@
+#!/usr/bin/perl -w
+
+use strict;
+
+my $dir = shift;
+
+die "no directory to scan" if !$dir;
+
+die "no such directory" if ! -d $dir;
+
+die "strange directory name" if $dir !~ m|^(.*/)?(2.6.\d+\-\d+\-pve)(/+)?$|;
+
+my $apiver = $2;
+
+open(TMP, "find '$dir' -name '*.ko'|");
+while (defined(my $fn = <TMP>)) {
+    chomp $fn;
+    my $relfn = $fn;
+    $relfn =~ s|^$dir/*||;
+
+    my $cmd = "modinfo -F firmware '$fn'";
+    open(MOD, "$cmd|");
+    while (defined(my $fw = <MOD>)) {
+	chomp $fw;
+	print "$fw $relfn\n";
+    }
+    close(MOD);
+
+}
+close TMP;
+
+exit 0;


Property changes on: pve-kernel-2.6.32/trunk/find-firmware.pl
___________________________________________________________________
Added: svn:executable
   + *

Added: pve-kernel-2.6.32/trunk/firmware-misc/RTL8192SU/rtl8192sfw.bin
===================================================================
(Binary files differ)


Property changes on: pve-kernel-2.6.32/trunk/firmware-misc/RTL8192SU/rtl8192sfw.bin
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: pve-kernel-2.6.32/trunk/firmware-misc/aic94xx-seq.fw
===================================================================
(Binary files differ)


Property changes on: pve-kernel-2.6.32/trunk/firmware-misc/aic94xx-seq.fw
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: pve-kernel-2.6.32/trunk/firmware-misc/bnx2/bnx2x-e1-5.0.21.0.fw
===================================================================
(Binary files differ)


Property changes on: pve-kernel-2.6.32/trunk/firmware-misc/bnx2/bnx2x-e1-5.0.21.0.fw
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: pve-kernel-2.6.32/trunk/firmware-misc/bnx2/bnx2x-e1h-5.0.21.0.fw
===================================================================
(Binary files differ)


Property changes on: pve-kernel-2.6.32/trunk/firmware-misc/bnx2/bnx2x-e1h-5.0.21.0.fw
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: pve-kernel-2.6.32/trunk/firmware-misc/ipw2x00/LICENSE
===================================================================
--- pve-kernel-2.6.32/trunk/firmware-misc/ipw2x00/LICENSE	                        (rev 0)
+++ pve-kernel-2.6.32/trunk/firmware-misc/ipw2x00/LICENSE	2010-09-03 10:30:46 UTC (rev 5089)
@@ -0,0 +1,327 @@
+                             TERMS AND CONDITIONS
+    IMPORTANT - PLEASE READ BEFORE INSTALLING OR USING THIS INTEL(C) SOFTWARE
+
+Do not use or load this firmware (the "Software") until you have carefully read
+the following terms and conditions. By loading or using the Software, you agree
+to the terms of this Agreement. If you do not wish to so agree, do not install
+or use the Software.
+
+LICENSEES:
+
+Please note: 
+
+* If you are an End-User, only Exhibit A, the SOFTWARE LICENSE AGREEMENT,
+  applies.
+* If you are an Original Equipment Manufacturer (OEM), Independent Hardware
+  Vendor (IHV), or Independent Software Vendor (ISV), this complete Agreement
+  applies 
+  - A part of the license is for ipw 2100 firmware
+  - Another part of the license is for ipw 2200/2915 firmware
+
+
+ipw2100 firmware license For OEMs, IHVs, and ISVs:
+=================================================
+
+LICENSE. This Software is licensed for use only in conjunction with Intel
+component products. Use of the Software in conjunction with non-Intel component
+products is not licensed hereunder. Subject to the terms of this Agreement,
+Intel grants to you a nonexclusive, nontransferable, worldwide, fully paid-up
+license under Intel's copyrights to: (i) copy the Software internally for your
+own development and maintenance purposes; (ii) copy and distribute the Software
+to your end-users, but only under a license agreement with terms at least as
+restrictive as those contained in Intel's Final, Single User License Agreement,
+attached as Exhibit A; and (iii) modify, copy and distribute the end-user
+documentation which may accompany the Software, but only in association with
+the Software.  
+
+If you are not the final manufacturer or vendor of a computer system or software
+program incorporating the Software, then you may transfer a copy of the
+Software, including any related documentation (modified or unmodified) to your
+recipient for use in accordance with the terms of this Agreement, provided such
+recipient agrees to be fully bound by the terms hereof. You shall not otherwise
+assign, sublicense, lease, or in any other way transfer or disclose Software to
+any third party. You may not, nor may you assist any other person or entity to
+modify, translate, convert to another programming language, decompile, reverse
+engineer, or disassemble any portion of the Software or otherwise attempt to
+derive source code from any object code modules of the Software or any internal
+data files generated by the Software. Your rights to redistribute the Software
+shall be contingent upon your installation of this Agreement in its entirety in
+the same directory as the Software.
+
+CONFIDENTIALITY. If you wish to have a third party consultant or subcontractor
+("Contractor") perform work on your behalf which involves access to or use of
+Software, you shall obtain a written confidentiality agreement from the
+Contractor which contains provisions with respect to access to or use of the
+Software no less restrictive than those set forth in this Agreement and
+excluding any distribution rights, and use for any other purpose. Except as 
+expressly provided herein, you shall not disclose the terms or existence of 
+this Agreement or use Intel's name in any publications, advertisements, or 
+other announcements without Intel's prior written consent. You do not have any 
+rights to use any Intel trademarks or logos.
+
+OWNERSHIP OF SOFTWARE AND COPYRIGHTS. Software and accompanying materials, if
+any, are owned by Intel or its suppliers and licensors and may be protected by
+copyright, trademark, patent and trade secret law and international treaties. 
+Any rights, express or implied, in the intellectual property embodied in the
+foregoing, other than those specified in this Agreement, are reserved by Intel
+and its suppliers and licensors or otherwise as set forth in any applicable
+open source license agreement. You will keep the Software free of liens,
+attachments, and other encumbrances.  You agree not to remove any proprietary
+notices and/or any labels from the Software and accompanying materials without
+prior written approval by Intel
+
+LIMITATION OF LIABILITY. IN NO EVENT SHALL INTEL OR ITS SUPPLIERS AND LICENSORS
+BE LIABLE FOR ANY DAMAGES WHATSOEVER FROM ANY CAUSE OF ACTION OF ANY KIND
+(INCLUDING, WITHOUT LIMITATION, LOST PROFITS, BUSINESS INTERRUPTION, OR LOST
+INFORMATION) ARISING OUT OF THE USE, MODIFICATION, OR INABILITY TO USE THE
+INTEL SOFTWARE, OR OTHERWISE, NOR FOR PUNITIVE, INCIDENTAL, CONSEQUENTIAL, OR
+SPECIAL DAMAGES OF ANY KIND, EVEN IF INTEL OR ITS SUPPLIERS AND LICENSORS HAS
+BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.   SOME JURISDICTIONS PROHIBIT
+EXCLUSION OR LIMITATION OF LIABILITY FOR IMPLIED WARRANTIES, CONSEQUENTIAL OR
+INCIDENTAL DAMAGES, SO CERTAIN LIMITATIONS MAY NOT APPLY.  YOU MAY ALSO HAVE
+OTHER LEGAL RIGHTS THAT VARY BETWEEN JURISDICTIONS. 
+
+EXCLUSION OF WARRANTIES.  THE SOFTWARE IS PROVIDED "AS IS" AND POSSIBLY WITH
+FAULTS. UNLESS EXPRESSLY AGREED OTHERWISE, INTEL AND ITS SUPPLIERS AND
+LICENSORS DISCLAIM ANY AND ALL WARRANTIES AND GUARANTEES, EXPRESS, IMPLIED OR
+OTHERWISE, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+NONINFRINGEMENT, OR FITNESS FOR A PARTICULAR PURPOSE.  Intel does not warrant
+or assume responsibility for the accuracy or completeness of any information,
+text, graphics, links or other items contained within the Software.  You assume
+all liability, financial or otherwise, associated with Your use or disposition
+of the Software.
+		
+APPLICABLE LAW. Claims arising under this Agreement shall be governed by the
+laws of State of California], excluding its principles of conflict of laws and
+the United Nations Convention on Contracts for the Sale of Goods.  
+
+WAIVER AND AMENDMENT. No modification, amendment or waiver of any provision of
+this Agreement shall be effective unless in writing and signed by an officer of
+Intel.  No failure or delay in exercising any right, power, or remedy under
+this Agreement shall operate as a waiver of any such right, power or remedy. 
+Without limiting the foregoing, terms and conditions on any purchase orders or
+similar materials submitted by you to Intel, and any terms contained in Intel’s
+standard acknowledgment form that are in conflict with these terms, shall be of
+no force or effect.
+
+SEVERABILITY.  If any provision of this Agreement is held by a court of
+competent jurisdiction to be contrary to law, such provision shall be changed
+and interpreted so as to best accomplish the objectives of the original
+provision to the fullest extent allowed by law and the remaining provisions of
+this Agreement shall remain in full force and effect.
+
+EXPORT RESTRICTIONS.  Each party acknowledges that the Software is subject to
+applicable import and export regulations of the United States and of the
+countries in which each party transacts business, specifically including U.S.
+Export Administration Act and Export Administration Regulations.  Each party
+shall comply with such laws and regulations, as well as all other laws and
+regulations applicable to the Software.  Without limiting the generality of the
+foregoing, each party agrees that it will not export, re-export, transfer or
+divert any of the Software or the direct programs thereof to any restricted
+place or party in accordance with U.S. export regulations.  Note that Software
+containing encryption may be subject to additional restrictions.
+
+GOVERNMENT RESTRICTED RIGHTS. The Software is provided with "RESTRICTED RIGHTS."
+Use, duplication, or disclosure by the Government is subject to restrictions as
+set forth in FAR52.227-14 and DFAR252.227-7013 et seq. or their successors. Use
+of the Software by the Government constitutes acknowledgment of Intel's
+proprietary rights therein. Contractor or Manufacturer is Intel Corporation,
+2200 Mission College Blvd., Santa Clara, CA  95052.
+
+TERMINATION OF THE AGREEMENT. Intel may terminate this Agreement if you violate
+its terms. Upon termination, you will immediately destroy the Software or
+return all copies of the Software to Intel.
+--------------------------------------------------------------------------------
+
+
+ipw 2200, 2915 firmware license For OEMs, IHVs, and ISVs:
+=========================================================
+
+LICENSE. This Software is licensed for use only in conjunction with Intel
+component products. Use of the Software in conjunction with non-Intel component
+products is not licensed hereunder. Subject to the terms of this Agreement,
+Intel grants to you a nonexclusive, nontransferable, worldwide, fully paid-up
+license under Intel's copyrights to: (i) copy the Software internally for your
+own development and maintenance purposes; (ii) copy and distribute the Software
+to your end-users, but only under a license agreement with terms at least as
+restrictive as those contained in Intel's Final, Single User License Agreement,
+attached as Exhibit A; and (iii) modify, copy and distribute the end-user
+documentation which may accompany the Software, but only in association with
+the Software.  
+
+If you are not the final manufacturer or vendor of a computer system or software
+program incorporating the Software, then you may transfer a copy of the
+Software, including any related documentation (modified or unmodified) to your
+recipient for use in accordance with the terms of this Agreement, provided such
+recipient agrees to be fully bound by the terms hereof. You shall not otherwise
+assign, sublicense, lease, or in any other way transfer or disclose Software to
+any third party. You may not, nor may you assist any other person or entity to
+modify, translate, convert to another programming language, decompile, reverse
+engineer, or disassemble any portion of the Software or otherwise attempt to
+derive source code from any object code modules of the Software or any internal
+data files generated by the Software. Your rights to redistribute the Software
+shall be contingent upon your installation of this Agreement in its entirety in
+the same directory as the Software.
+
+CONTRACTORS. For the purpose of this Agreement, and notwithstanding anything 
+to the contrary hereunder, solely with respect to the requirements for 
+compliance with the terms hereunder, any contractors or consultants that You 
+use to perform the work or otherwise assist You in the development or products 
+using this Software shall be deemed to be End Users and accordingly, upon 
+receipt of the Software, shall be bound by the terms of Exhibit A, Software 
+License Agreement. No additional agreement between You and such consultants or 
+contractors is required under this Agreement to detail such compliance.
+
+TRADEMARKS. Except as expressly provided herein, you shall not use Intel's 
+name in any publications, advertisements, or other announcements without 
+Intel's prior written consent. You do not have any rights to use any Intel 
+trademarks or logos.
+
+OWNERSHIP OF SOFTWARE AND COPYRIGHTS. Software and accompanying materials, if
+any, are owned by Intel or its suppliers and licensors and may be protected by
+copyright, trademark, patent and trade secret law and international treaties. 
+Any rights, express or implied, in the intellectual property embodied in the
+foregoing, other than those specified in this Agreement, are reserved by Intel
+and its suppliers and licensors or otherwise as set forth in any applicable
+open source license agreement. You will keep the Software free of liens,
+attachments, and other encumbrances.  You agree not to remove any proprietary
+notices and/or any labels from the Software and accompanying materials without
+prior written approval by Intel
+
+LIMITATION OF LIABILITY. IN NO EVENT SHALL INTEL OR ITS SUPPLIERS AND LICENSORS
+BE LIABLE FOR ANY DAMAGES WHATSOEVER FROM ANY CAUSE OF ACTION OF ANY KIND
+(INCLUDING, WITHOUT LIMITATION, LOST PROFITS, BUSINESS INTERRUPTION, OR LOST
+INFORMATION) ARISING OUT OF THE USE, MODIFICATION, OR INABILITY TO USE THE
+INTEL SOFTWARE, OR OTHERWISE, NOR FOR PUNITIVE, INCIDENTAL, CONSEQUENTIAL, OR
+SPECIAL DAMAGES OF ANY KIND, EVEN IF INTEL OR ITS SUPPLIERS AND LICENSORS HAS
+BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.   SOME JURISDICTIONS PROHIBIT
+EXCLUSION OR LIMITATION OF LIABILITY FOR IMPLIED WARRANTIES, CONSEQUENTIAL OR
+INCIDENTAL DAMAGES, SO CERTAIN LIMITATIONS MAY NOT APPLY.  YOU MAY ALSO HAVE
+OTHER LEGAL RIGHTS THAT VARY BETWEEN JURISDICTIONS. 
+
+EXCLUSION OF WARRANTIES.  THE SOFTWARE IS PROVIDED "AS IS" AND POSSIBLY WITH
+FAULTS. UNLESS EXPRESSLY AGREED OTHERWISE, INTEL AND ITS SUPPLIERS AND
+LICENSORS DISCLAIM ANY AND ALL WARRANTIES AND GUARANTEES, EXPRESS, IMPLIED OR
+OTHERWISE, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+NONINFRINGEMENT, OR FITNESS FOR A PARTICULAR PURPOSE.  Intel does not warrant
+or assume responsibility for the accuracy or completeness of any information,
+text, graphics, links or other items contained within the Software.  You assume
+all liability, financial or otherwise, associated with Your use or disposition
+of the Software.
+		
+APPLICABLE LAW. Claims arising under this Agreement shall be governed by the
+laws of State of California], excluding its principles of conflict of laws and
+the United Nations Convention on Contracts for the Sale of Goods.  
+
+WAIVER AND AMENDMENT. No modification, amendment or waiver of any provision of
+this Agreement shall be effective unless in writing and signed by an officer of
+Intel.  No failure or delay in exercising any right, power, or remedy under
+this Agreement shall operate as a waiver of any such right, power or remedy. 
+Without limiting the foregoing, terms and conditions on any purchase orders or
+similar materials submitted by you to Intel, and any terms contained in Intel’s
+standard acknowledgment form that are in conflict with these terms, shall be of
+no force or effect.
+
+SEVERABILITY.  If any provision of this Agreement is held by a court of
+competent jurisdiction to be contrary to law, such provision shall be changed
+and interpreted so as to best accomplish the objectives of the original
+provision to the fullest extent allowed by law and the remaining provisions of
+this Agreement shall remain in full force and effect.
+
+EXPORT RESTRICTIONS.  Each party acknowledges that the Software is subject to
+applicable import and export regulations of the United States and of the
+countries in which each party transacts business, specifically including U.S.
+Export Administration Act and Export Administration Regulations.  Each party
+shall comply with such laws and regulations, as well as all other laws and
+regulations applicable to the Software.  Without limiting the generality of the
+foregoing, each party agrees that it will not export, re-export, transfer or
+divert any of the Software or the direct programs thereof to any restricted
+place or party in accordance with U.S. export regulations.  Note that Software
+containing encryption may be subject to additional restrictions.
+
+GOVERNMENT RESTRICTED RIGHTS. The Software is provided with "RESTRICTED RIGHTS."
+Use, duplication, or disclosure by the Government is subject to restrictions as
+set forth in FAR52.227-14 and DFAR252.227-7013 et seq. or their successors. Use
+of the Software by the Government constitutes acknowledgment of Intel's
+proprietary rights therein. Contractor or Manufacturer is Intel Corporation,
+2200 Mission College Blvd., Santa Clara, CA  95052.
+
+TERMINATION OF THE AGREEMENT. Intel may terminate this Agreement if you violate
+its terms. Upon termination, you will immediately destroy the Software or
+return all copies of the Software to Intel.
+--------------------------------------------------------------------------------
+
+
+ipw 2100, 2200 and 2915 SOFTWARE LICENSE AGREEMENT (Final, Single User)
+=======================================================================
+
+
+EXHIBIT "A"
+
+SOFTWARE LICENSE AGREEMENT (Final, Single User)
+
+IMPORTANT - READ BEFORE COPYING, INSTALLING OR USING.
+
+Do not use or load this firmware image (the "Software") until you have carefully
+read the following terms and conditions. By loading or using the Software, you
+agree to the terms of this Agreement. If you do not wish to so agree, do not
+install or use the Software.
+
+LICENSE. You may copy and use the Software, subject to these conditions: 
+1. This Software is licensed for use only in conjunction with Intel component
+   products. Use of the Software in conjunction with non-Intel component 
+   products is not licensed hereunder. 
+2. You may not copy, modify, rent, sell, distribute or transfer any part of the
+   Software except as provided in this Agreement, and you agree to prevent
+   unauthorized copying of the Software. 
+3. You may not reverse engineer, decompile, or disassemble the Software. 
+4. You may not sublicense the Software. 
+5. The Software may contain the software or other property of third party
+   suppliers. 
+
+OWNERSHIP OF SOFTWARE AND COPYRIGHTS. Title to all copies of the Software
+remains with Intel or its suppliers. The Software is copyrighted and protected
+by the laws of the United States and other countries, and international treaty
+provisions. You may not remove any copyright notices from the Software. Intel
+may make changes to the Software, or items referenced therein, at any time
+without notice, but is not obligated to support or update the Software. Except
+as otherwise expressly provided, Intel grants no express or implied right under
+Intel patents, copyrights, trademarks, or other intellectual property rights.
+You may transfer the Software only if a copy of this license accompanies the 
+Software and the recipient agrees to be fully bound by these terms.
+
+EXCLUSION OF OTHER WARRANTIES EXCEPT AS PROVIDED ABOVE, THE SOFTWARE IS PROVIDED
+"AS IS" WITHOUT ANY EXPRESS OR IMPLIED WARRANTY OF ANY KIND INCLUDING
+WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT, OR FITNESS FOR A PARTICULAR
+PURPOSE. Intel does not warrant or assume responsibility for the accuracy or
+completeness of any information, text, graphics, links or other items contained
+within the Software.
+
+LIMITATION OF LIABILITY. IN NO EVENT SHALL INTEL OR ITS SUPPLIERS BE LIABLE FOR
+ANY DAMAGES WHATSOEVER (INCLUDING, WITHOUT LIMITATION, LOST PROFITS, BUSINESS
+INTERRUPTION, OR LOST INFORMATION) ARISING OUT OF THE USE OF OR INABILITY TO
+USE THE SOFTWARE, EVEN IF INTEL HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
+DAMAGES. SOME JURISDICTIONS PROHIBIT EXCLUSION OR LIMITATION OF LIABILITY FOR
+IMPLIED WARRANTIES OR CONSEQUENTIAL OR INCIDENTAL DAMAGES, SO THE ABOVE
+LIMITATION MAY NOT APPLY TO YOU. YOU MAY ALSO HAVE OTHER LEGAL RIGHTS THAT VARY
+BETWEEN JURISDICTIONS.
+
+TERMINATION OF THIS AGREEMENT. Intel may terminate this Agreement at any time if
+you violate its terms. Upon termination, you will immediately destroy the
+Software.
+
+APPLICABLE LAWS. Claims arising under this Agreement shall be governed by the
+laws of California, excluding its principles of conflict of laws and the United
+Nations Convention on Contracts for the Sale of Goods. You may not export the
+Software in violation of applicable export laws and regulations. Intel is not
+obligated under any other agreements unless they are in writing and signed by
+an authorized representative 
+of Intel.
+
+GOVERNMENT RESTRICTED RIGHTS. The Software is provided with "RESTRICTED RIGHTS."
+Use, duplication, or disclosure by the Government is subject to restrictions as
+set forth in FAR52.227-14 and DFAR252.227-7013 et seq. or their successors. Use
+of the Software by the Government constitutes acknowledgment of Intel's
+proprietary rights therein. Contractor or Manufacturer is Intel Corporation,
+2200 Mission College Blvd., Santa Clara, CA 95052.
+

Added: pve-kernel-2.6.32/trunk/firmware-misc/ipw2x00/LICENSE.install
===================================================================
--- pve-kernel-2.6.32/trunk/firmware-misc/ipw2x00/LICENSE.install	                        (rev 0)
+++ pve-kernel-2.6.32/trunk/firmware-misc/ipw2x00/LICENSE.install	2010-09-03 10:30:46 UTC (rev 5089)
@@ -0,0 +1,70 @@
+SOFTWARE LICENSE AGREEMENT (Final, Single User)
+
+Do not use or load this firmware image (the "Software") until you have carefully
+read the following terms and conditions. By loading or using the Software, you
+agree to the terms of this Agreement. If you do not wish to so agree, do not
+install or use the Software.
+
+LICENSE. You may copy and use the Software, subject to these conditions: 
+
+1. This Software is licensed for use only in conjunction with Intel component
+products. Use of the Software in conjunction with non-Intel component 
+products is not licensed hereunder. 
+
+2. You may not copy, modify, rent, sell, distribute or transfer any part of the
+Software except as provided in this Agreement, and you agree to prevent
+unauthorized copying of the Software. 
+
+3. You may not reverse engineer, decompile, or disassemble the Software. 
+
+4. You may not sublicense the Software. 
+
+5. The Software may contain the software or other property of third party
+suppliers. 
+
+OWNERSHIP OF SOFTWARE AND COPYRIGHTS. Title to all copies of the Software
+remains with Intel or its suppliers. The Software is copyrighted and protected
+by the laws of the United States and other countries, and international treaty
+provisions. You may not remove any copyright notices from the Software. Intel
+may make changes to the Software, or items referenced therein, at any time
+without notice, but is not obligated to support or update the Software. Except
+as otherwise expressly provided, Intel grants no express or implied right under
+Intel patents, copyrights, trademarks, or other intellectual property rights.
+You may transfer the Software only if a copy of this license accompanies the 
+Software and the recipient agrees to be fully bound by these terms.
+
+EXCLUSION OF OTHER WARRANTIES EXCEPT AS PROVIDED ABOVE, THE SOFTWARE IS PROVIDED
+"AS IS" WITHOUT ANY EXPRESS OR IMPLIED WARRANTY OF ANY KIND INCLUDING
+WARRANTIES OF MERCHANTABILITY, NONINFRINGEMENT, OR FITNESS FOR A PARTICULAR
+PURPOSE. Intel does not warrant or assume responsibility for the accuracy or
+completeness of any information, text, graphics, links or other items contained
+within the Software.
+
+LIMITATION OF LIABILITY. IN NO EVENT SHALL INTEL OR ITS SUPPLIERS BE LIABLE FOR
+ANY DAMAGES WHATSOEVER (INCLUDING, WITHOUT LIMITATION, LOST PROFITS, BUSINESS
+INTERRUPTION, OR LOST INFORMATION) ARISING OUT OF THE USE OF OR INABILITY TO
+USE THE SOFTWARE, EVEN IF INTEL HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
+DAMAGES. SOME JURISDICTIONS PROHIBIT EXCLUSION OR LIMITATION OF LIABILITY FOR
+IMPLIED WARRANTIES OR CONSEQUENTIAL OR INCIDENTAL DAMAGES, SO THE ABOVE
+LIMITATION MAY NOT APPLY TO YOU. YOU MAY ALSO HAVE OTHER LEGAL RIGHTS THAT VARY
+BETWEEN JURISDICTIONS.
+
+TERMINATION OF THIS AGREEMENT. Intel may terminate this Agreement at any time if
+you violate its terms. Upon termination, you will immediately destroy the
+Software.
+
+APPLICABLE LAWS. Claims arising under this Agreement shall be governed by the
+laws of California, excluding its principles of conflict of laws and the United
+Nations Convention on Contracts for the Sale of Goods. You may not export the
+Software in violation of applicable export laws and regulations. Intel is not
+obligated under any other agreements unless they are in writing and signed by
+an authorized representative 
+of Intel.
+
+GOVERNMENT RESTRICTED RIGHTS. The Software is provided with "RESTRICTED RIGHTS."
+Use, duplication, or disclosure by the Government is subject to restrictions as
+set forth in FAR52.227-14 and DFAR252.227-7013 et seq. or their successors. Use
+of the Software by the Government constitutes acknowledgment of Intel's
+proprietary rights therein. Contractor or Manufacturer is Intel Corporation,
+2200 Mission College Blvd., Santa Clara, CA 95052.
+

Added: pve-kernel-2.6.32/trunk/firmware-misc/ipw2x00/defines
===================================================================
--- pve-kernel-2.6.32/trunk/firmware-misc/ipw2x00/defines	                        (rev 0)
+++ pve-kernel-2.6.32/trunk/firmware-misc/ipw2x00/defines	2010-09-03 10:30:46 UTC (rev 5089)
@@ -0,0 +1,39 @@
+[base]
+desc: Intel Pro Wireless 2100, 2200 and 2915
+files:
+ ipw2100-1.3.fw
+ ipw2100-1.3-i.fw
+ ipw2100-1.3-p.fw
+ ipw2200-bss.fw
+ ipw2200-ibss.fw
+ ipw2200-sniffer.fw
+license-accept: required                                                                                                       
+license-title: Intel Pro Wireless 2100 and 2200/2915 License
+longdesc: Intel Pro Wireless 2100, 2200 and 2915 cards supported by the
+ ipw2100 and ipw2200 drivers
+uri: http://ipw2100.sourceforge.net/firmware.php?fid=4, http://ipw2200.sourceforge.net/firmware.php?fid=7
+
+[ipw2100-1.3.fw_base]
+desc: Intel Pro Wireless 2100 firmware (bootstrap)
+version: 1.3
+
+[ipw2100-1.3-i.fw_base]
+desc: Intel Pro Wireless 2100 firmware (ibss mode)
+version: 1.3
+
+[ipw2100-1.3-p.fw_base]
+desc: Intel Pro Wireless 2100 firmware (monitor mode)
+version: 1.3
+
+[ipw2200-bss.fw_base]
+desc: Intel Pro Wireless 2200/2915 firmware (bss)
+version: 3.0
+
+[ipw2200-ibss.fw_base]
+desc: Intel Pro Wireless 2200/2915 firmware (ibss)
+version: 3.0
+
+[ipw2200-sniffer.fw_base]
+desc: Intel Pro Wireless 2200/2915 firmware (snf)
+version: 3.0
+

Added: pve-kernel-2.6.32/trunk/firmware-misc/ipw2x00/ipw2100-1.3-i.fw
===================================================================
(Binary files differ)


Property changes on: pve-kernel-2.6.32/trunk/firmware-misc/ipw2x00/ipw2100-1.3-i.fw
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: pve-kernel-2.6.32/trunk/firmware-misc/ipw2x00/ipw2100-1.3-p.fw
===================================================================
(Binary files differ)


Property changes on: pve-kernel-2.6.32/trunk/firmware-misc/ipw2x00/ipw2100-1.3-p.fw
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: pve-kernel-2.6.32/trunk/firmware-misc/ipw2x00/ipw2100-1.3.fw
===================================================================
(Binary files differ)


Property changes on: pve-kernel-2.6.32/trunk/firmware-misc/ipw2x00/ipw2100-1.3.fw
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: pve-kernel-2.6.32/trunk/firmware-misc/ipw2x00/ipw2200-bss.fw
===================================================================
(Binary files differ)


Property changes on: pve-kernel-2.6.32/trunk/firmware-misc/ipw2x00/ipw2200-bss.fw
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: pve-kernel-2.6.32/trunk/firmware-misc/ipw2x00/ipw2200-ibss.fw
===================================================================
(Binary files differ)


Property changes on: pve-kernel-2.6.32/trunk/firmware-misc/ipw2x00/ipw2200-ibss.fw
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: pve-kernel-2.6.32/trunk/firmware-misc/ipw2x00/ipw2200-sniffer.fw
===================================================================
(Binary files differ)


Property changes on: pve-kernel-2.6.32/trunk/firmware-misc/ipw2x00/ipw2200-sniffer.fw
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Added: pve-kernel-2.6.32/trunk/fwlist-2.6.18-2-pve
===================================================================
--- pve-kernel-2.6.32/trunk/fwlist-2.6.18-2-pve	                        (rev 0)
+++ pve-kernel-2.6.32/trunk/fwlist-2.6.18-2-pve	2010-09-03 10:30:46 UTC (rev 5089)
@@ -0,0 +1,5 @@
+rt2661.bin kernel/drivers/net/wireless/rt2x00/rt61pci.ko
+rt2561s.bin kernel/drivers/net/wireless/rt2x00/rt61pci.ko
+rt2561.bin kernel/drivers/net/wireless/rt2x00/rt61pci.ko
+rt73.bin kernel/drivers/net/wireless/rt2x00/rt73usb.ko
+iwlwifi-4965-2.ucode kernel/drivers/net/wireless/iwlwifi/iwlagn.ko

Added: pve-kernel-2.6.32/trunk/fwlist-2.6.24-12-pve
===================================================================
--- pve-kernel-2.6.32/trunk/fwlist-2.6.24-12-pve	                        (rev 0)
+++ pve-kernel-2.6.32/trunk/fwlist-2.6.24-12-pve	2010-09-03 10:30:46 UTC (rev 5089)
@@ -0,0 +1,78 @@
+mixart/miXart8AES.xlx kernel/sound/pci/mixart/snd-mixart.ko
+mixart/miXart8.elf kernel/sound/pci/mixart/snd-mixart.ko
+mixart/miXart8.xlx kernel/sound/pci/mixart/snd-mixart.ko
+pcxhr/d321_512.d56 kernel/sound/pci/pcxhr/snd-pcxhr.ko
+pcxhr/b321_512.b56 kernel/sound/pci/pcxhr/snd-pcxhr.ko
+pcxhr/e321_512.e56 kernel/sound/pci/pcxhr/snd-pcxhr.ko
+pcxhr/xc_1_882.dat kernel/sound/pci/pcxhr/snd-pcxhr.ko
+pcxhr/xi_1_882.dat kernel/sound/pci/pcxhr/snd-pcxhr.ko
+riptide.hex kernel/sound/pci/riptide/snd-riptide.ko
+ea/gina24_361_asic.fw kernel/sound/pci/echoaudio/snd-gina24.ko
+ea/gina24_301_asic.fw kernel/sound/pci/echoaudio/snd-gina24.ko
+ea/gina24_361_dsp.fw kernel/sound/pci/echoaudio/snd-gina24.ko
+ea/gina24_301_dsp.fw kernel/sound/pci/echoaudio/snd-gina24.ko
+ea/loader_dsp.fw kernel/sound/pci/echoaudio/snd-gina24.ko
+ea/3g_asic.fw kernel/sound/pci/echoaudio/snd-echo3g.ko
+ea/echo3g_dsp.fw kernel/sound/pci/echoaudio/snd-echo3g.ko
+ea/loader_dsp.fw kernel/sound/pci/echoaudio/snd-echo3g.ko
+ea/layla20_asic.fw kernel/sound/pci/echoaudio/snd-layla20.ko
+ea/layla20_dsp.fw kernel/sound/pci/echoaudio/snd-layla20.ko
+ea/layla24_2S_asic.fw kernel/sound/pci/echoaudio/snd-layla24.ko
+ea/layla24_2A_asic.fw kernel/sound/pci/echoaudio/snd-layla24.ko
+ea/layla24_1_asic.fw kernel/sound/pci/echoaudio/snd-layla24.ko
+ea/layla24_dsp.fw kernel/sound/pci/echoaudio/snd-layla24.ko
+ea/loader_dsp.fw kernel/sound/pci/echoaudio/snd-layla24.ko
+ea/darla20_dsp.fw kernel/sound/pci/echoaudio/snd-darla20.ko
+ea/mona_2_asic.fw kernel/sound/pci/echoaudio/snd-mona.ko
+ea/mona_361_1_asic_96.fw kernel/sound/pci/echoaudio/snd-mona.ko
+ea/mona_361_1_asic_48.fw kernel/sound/pci/echoaudio/snd-mona.ko
+ea/mona_301_1_asic_96.fw kernel/sound/pci/echoaudio/snd-mona.ko
+ea/mona_301_1_asic_48.fw kernel/sound/pci/echoaudio/snd-mona.ko
+ea/mona_361_dsp.fw kernel/sound/pci/echoaudio/snd-mona.ko
+ea/mona_301_dsp.fw kernel/sound/pci/echoaudio/snd-mona.ko
+ea/loader_dsp.fw kernel/sound/pci/echoaudio/snd-mona.ko
+ea/indigo_dsp.fw kernel/sound/pci/echoaudio/snd-indigo.ko
+ea/loader_dsp.fw kernel/sound/pci/echoaudio/snd-indigo.ko
+ea/darla24_dsp.fw kernel/sound/pci/echoaudio/snd-darla24.ko
+ea/indigo_io_dsp.fw kernel/sound/pci/echoaudio/snd-indigoio.ko
+ea/loader_dsp.fw kernel/sound/pci/echoaudio/snd-indigoio.ko
+ea/indigo_dj_dsp.fw kernel/sound/pci/echoaudio/snd-indigodj.ko
+ea/loader_dsp.fw kernel/sound/pci/echoaudio/snd-indigodj.ko
+ea/gina20_dsp.fw kernel/sound/pci/echoaudio/snd-gina20.ko
+ea/mia_dsp.fw kernel/sound/pci/echoaudio/snd-mia.ko
+ea/loader_dsp.fw kernel/sound/pci/echoaudio/snd-mia.ko
+emu/emu1010_notebook.fw kernel/sound/pci/emu10k1/snd-emu10k1.ko
+emu/micro_dock.fw kernel/sound/pci/emu10k1/snd-emu10k1.ko
+emu/emu1010b.fw kernel/sound/pci/emu10k1/snd-emu10k1.ko
+emu/audio_dock.fw kernel/sound/pci/emu10k1/snd-emu10k1.ko
+emu/hana.fw kernel/sound/pci/emu10k1/snd-emu10k1.ko
+vx/l_1_vp4.d56 kernel/sound/drivers/vx/snd-vx-lib.ko
+vx/l_1_vxp.d56 kernel/sound/drivers/vx/snd-vx-lib.ko
+vx/l_1_v22.d56 kernel/sound/drivers/vx/snd-vx-lib.ko
+vx/l_1_vx2.d56 kernel/sound/drivers/vx/snd-vx-lib.ko
+vx/bd563s3.boot kernel/sound/drivers/vx/snd-vx-lib.ko
+vx/bd563v2.boot kernel/sound/drivers/vx/snd-vx-lib.ko
+vx/bd56002.boot kernel/sound/drivers/vx/snd-vx-lib.ko
+vx/x1_1_vp4.xlx kernel/sound/drivers/vx/snd-vx-lib.ko
+vx/x1_1_vxp.xlx kernel/sound/drivers/vx/snd-vx-lib.ko
+vx/x1_2_v22.xlx kernel/sound/drivers/vx/snd-vx-lib.ko
+vx/x1_1_vx2.xlx kernel/sound/drivers/vx/snd-vx-lib.ko
+vx/bx_1_vp4.b56 kernel/sound/drivers/vx/snd-vx-lib.ko
+vx/bx_1_vxp.b56 kernel/sound/drivers/vx/snd-vx-lib.ko
+aic94xx-seq.fw kernel/drivers/scsi/aic94xx/aic94xx.ko
+ql2400_fw.bin kernel/drivers/scsi/qla2xxx/qla2xxx.ko
+ql2322_fw.bin kernel/drivers/scsi/qla2xxx/qla2xxx.ko
+ql2300_fw.bin kernel/drivers/scsi/qla2xxx/qla2xxx.ko
+ql2200_fw.bin kernel/drivers/scsi/qla2xxx/qla2xxx.ko
+ql2100_fw.bin kernel/drivers/scsi/qla2xxx/qla2xxx.ko
+BT3CPCC.bin kernel/drivers/bluetooth/bt3c_cs.ko
+bfubase.frm kernel/drivers/bluetooth/bfusb.ko
+BCM2033-FW.bin kernel/drivers/bluetooth/bcm203x.ko
+BCM2033-MD.hex kernel/drivers/bluetooth/bcm203x.ko
+rt2661.bin kernel/drivers/net/wireless/rt2x00/rt61pci.ko
+rt2561s.bin kernel/drivers/net/wireless/rt2x00/rt61pci.ko
+rt2561.bin kernel/drivers/net/wireless/rt2x00/rt61pci.ko
+rt73.bin kernel/drivers/net/wireless/rt2x00/rt73usb.ko
+tigon/tg3_tso5.bin kernel/drivers/net/tg3.ko
+tigon/tg3_tso.bin kernel/drivers/net/tg3.ko
+tigon/tg3.bin kernel/drivers/net/tg3.ko

Added: pve-kernel-2.6.32/trunk/fwlist-2.6.32-3-pve
===================================================================
--- pve-kernel-2.6.32/trunk/fwlist-2.6.32-3-pve	                        (rev 0)
+++ pve-kernel-2.6.32/trunk/fwlist-2.6.32-3-pve	2010-09-03 10:30:46 UTC (rev 5089)
@@ -0,0 +1,366 @@
+korg/k1212.dsp kernel/sound/pci/korg1212/snd-korg1212.ko
+mixart/miXart8AES.xlx kernel/sound/pci/mixart/snd-mixart.ko
+mixart/miXart8.elf kernel/sound/pci/mixart/snd-mixart.ko
+mixart/miXart8.xlx kernel/sound/pci/mixart/snd-mixart.ko
+pcxhr/dspd222.d56 kernel/sound/pci/pcxhr/snd-pcxhr.ko
+pcxhr/dspb924.b56 kernel/sound/pci/pcxhr/snd-pcxhr.ko
+pcxhr/dspe924.e56 kernel/sound/pci/pcxhr/snd-pcxhr.ko
+pcxhr/xlxc924.dat kernel/sound/pci/pcxhr/snd-pcxhr.ko
+pcxhr/xlxc222.dat kernel/sound/pci/pcxhr/snd-pcxhr.ko
+pcxhr/dspd1222.d56 kernel/sound/pci/pcxhr/snd-pcxhr.ko
+pcxhr/dspb1222e.b56 kernel/sound/pci/pcxhr/snd-pcxhr.ko
+pcxhr/dspb1222hr.b56 kernel/sound/pci/pcxhr/snd-pcxhr.ko
+pcxhr/xlxc1222e.dat kernel/sound/pci/pcxhr/snd-pcxhr.ko
+pcxhr/xlxc1222hr.dat kernel/sound/pci/pcxhr/snd-pcxhr.ko
+pcxhr/dspd882.d56 kernel/sound/pci/pcxhr/snd-pcxhr.ko
+pcxhr/dspb882e.b56 kernel/sound/pci/pcxhr/snd-pcxhr.ko
+pcxhr/dspb882hr.b56 kernel/sound/pci/pcxhr/snd-pcxhr.ko
+pcxhr/dspe882.e56 kernel/sound/pci/pcxhr/snd-pcxhr.ko
+pcxhr/xlxc882e.dat kernel/sound/pci/pcxhr/snd-pcxhr.ko
+pcxhr/xlxc882hr.dat kernel/sound/pci/pcxhr/snd-pcxhr.ko
+pcxhr/xlxint.dat kernel/sound/pci/pcxhr/snd-pcxhr.ko
+riptide.hex kernel/sound/pci/riptide/snd-riptide.ko
+ea/gina24_361_asic.fw kernel/sound/pci/echoaudio/snd-gina24.ko
+ea/gina24_301_asic.fw kernel/sound/pci/echoaudio/snd-gina24.ko
+ea/gina24_361_dsp.fw kernel/sound/pci/echoaudio/snd-gina24.ko
+ea/gina24_301_dsp.fw kernel/sound/pci/echoaudio/snd-gina24.ko
+ea/loader_dsp.fw kernel/sound/pci/echoaudio/snd-gina24.ko
+ea/3g_asic.fw kernel/sound/pci/echoaudio/snd-echo3g.ko
+ea/echo3g_dsp.fw kernel/sound/pci/echoaudio/snd-echo3g.ko
+ea/loader_dsp.fw kernel/sound/pci/echoaudio/snd-echo3g.ko
+ea/layla20_asic.fw kernel/sound/pci/echoaudio/snd-layla20.ko
+ea/layla20_dsp.fw kernel/sound/pci/echoaudio/snd-layla20.ko
+ea/layla24_2S_asic.fw kernel/sound/pci/echoaudio/snd-layla24.ko
+ea/layla24_2A_asic.fw kernel/sound/pci/echoaudio/snd-layla24.ko
+ea/layla24_1_asic.fw kernel/sound/pci/echoaudio/snd-layla24.ko
+ea/layla24_dsp.fw kernel/sound/pci/echoaudio/snd-layla24.ko
+ea/loader_dsp.fw kernel/sound/pci/echoaudio/snd-layla24.ko
+ea/darla20_dsp.fw kernel/sound/pci/echoaudio/snd-darla20.ko
+ea/indigo_djx_dsp.fw kernel/sound/pci/echoaudio/snd-indigodjx.ko
+ea/loader_dsp.fw kernel/sound/pci/echoaudio/snd-indigodjx.ko
+ea/mona_2_asic.fw kernel/sound/pci/echoaudio/snd-mona.ko
+ea/mona_361_1_asic_96.fw kernel/sound/pci/echoaudio/snd-mona.ko
+ea/mona_361_1_asic_48.fw kernel/sound/pci/echoaudio/snd-mona.ko
+ea/mona_301_1_asic_96.fw kernel/sound/pci/echoaudio/snd-mona.ko
+ea/mona_301_1_asic_48.fw kernel/sound/pci/echoaudio/snd-mona.ko
+ea/mona_361_dsp.fw kernel/sound/pci/echoaudio/snd-mona.ko
+ea/mona_301_dsp.fw kernel/sound/pci/echoaudio/snd-mona.ko
+ea/loader_dsp.fw kernel/sound/pci/echoaudio/snd-mona.ko
+ea/indigo_dsp.fw kernel/sound/pci/echoaudio/snd-indigo.ko
+ea/loader_dsp.fw kernel/sound/pci/echoaudio/snd-indigo.ko
+ea/darla24_dsp.fw kernel/sound/pci/echoaudio/snd-darla24.ko
+ea/indigo_io_dsp.fw kernel/sound/pci/echoaudio/snd-indigoio.ko
+ea/loader_dsp.fw kernel/sound/pci/echoaudio/snd-indigoio.ko
+ea/indigo_dj_dsp.fw kernel/sound/pci/echoaudio/snd-indigodj.ko
+ea/loader_dsp.fw kernel/sound/pci/echoaudio/snd-indigodj.ko
+ea/gina20_dsp.fw kernel/sound/pci/echoaudio/snd-gina20.ko
+ea/indigo_iox_dsp.fw kernel/sound/pci/echoaudio/snd-indigoiox.ko
+ea/loader_dsp.fw kernel/sound/pci/echoaudio/snd-indigoiox.ko
+ea/mia_dsp.fw kernel/sound/pci/echoaudio/snd-mia.ko
+ea/loader_dsp.fw kernel/sound/pci/echoaudio/snd-mia.ko
+yamaha/ds1e_ctrl.fw kernel/sound/pci/ymfpci/snd-ymfpci.ko
+yamaha/ds1_ctrl.fw kernel/sound/pci/ymfpci/snd-ymfpci.ko
+yamaha/ds1_dsp.fw kernel/sound/pci/ymfpci/snd-ymfpci.ko
+ess/maestro3_assp_minisrc.fw kernel/sound/pci/snd-maestro3.ko
+ess/maestro3_assp_kernel.fw kernel/sound/pci/snd-maestro3.ko
+cs46xx/cs46xx-old.fw kernel/sound/pci/cs46xx/snd-cs46xx.ko
+emu/emu1010_notebook.fw kernel/sound/pci/emu10k1/snd-emu10k1.ko
+emu/emu0404.fw kernel/sound/pci/emu10k1/snd-emu10k1.ko
+emu/micro_dock.fw kernel/sound/pci/emu10k1/snd-emu10k1.ko
+emu/emu1010b.fw kernel/sound/pci/emu10k1/snd-emu10k1.ko
+emu/audio_dock.fw kernel/sound/pci/emu10k1/snd-emu10k1.ko
+emu/hana.fw kernel/sound/pci/emu10k1/snd-emu10k1.ko
+vx/l_1_vp4.d56 kernel/sound/drivers/vx/snd-vx-lib.ko
+vx/l_1_vxp.d56 kernel/sound/drivers/vx/snd-vx-lib.ko
+vx/l_1_v22.d56 kernel/sound/drivers/vx/snd-vx-lib.ko
+vx/l_1_vx2.d56 kernel/sound/drivers/vx/snd-vx-lib.ko
+vx/bd563s3.boot kernel/sound/drivers/vx/snd-vx-lib.ko
+vx/bd563v2.boot kernel/sound/drivers/vx/snd-vx-lib.ko
+vx/bd56002.boot kernel/sound/drivers/vx/snd-vx-lib.ko
+vx/x1_1_vp4.xlx kernel/sound/drivers/vx/snd-vx-lib.ko
+vx/x1_1_vxp.xlx kernel/sound/drivers/vx/snd-vx-lib.ko
+vx/x1_2_v22.xlx kernel/sound/drivers/vx/snd-vx-lib.ko
+vx/x1_1_vx2.xlx kernel/sound/drivers/vx/snd-vx-lib.ko
+vx/bx_1_vp4.b56 kernel/sound/drivers/vx/snd-vx-lib.ko
+vx/bx_1_vxp.b56 kernel/sound/drivers/vx/snd-vx-lib.ko
+cbfw.bin kernel/drivers/scsi/bfa/bfa.ko
+ctfw.bin kernel/drivers/scsi/bfa/bfa.ko
+aic94xx-seq.fw kernel/drivers/scsi/aic94xx/aic94xx.ko
+qlogic/12160.bin kernel/drivers/scsi/qla1280.ko
+qlogic/1280.bin kernel/drivers/scsi/qla1280.ko
+qlogic/1040.bin kernel/drivers/scsi/qla1280.ko
+advansys/38C1600.bin kernel/drivers/scsi/advansys.ko
+advansys/38C0800.bin kernel/drivers/scsi/advansys.ko
+advansys/3550.bin kernel/drivers/scsi/advansys.ko
+advansys/mcode.bin kernel/drivers/scsi/advansys.ko
+ql8100_fw.bin kernel/drivers/scsi/qla2xxx/qla2xxx.ko
+ql2500_fw.bin kernel/drivers/scsi/qla2xxx/qla2xxx.ko
+ql2400_fw.bin kernel/drivers/scsi/qla2xxx/qla2xxx.ko
+ql2322_fw.bin kernel/drivers/scsi/qla2xxx/qla2xxx.ko
+ql2300_fw.bin kernel/drivers/scsi/qla2xxx/qla2xxx.ko
+ql2200_fw.bin kernel/drivers/scsi/qla2xxx/qla2xxx.ko
+ql2100_fw.bin kernel/drivers/scsi/qla2xxx/qla2xxx.ko
+isdn/ISAR.BIN kernel/drivers/isdn/hardware/mISDN/speedfax.ko
+qlogic/sd7220.fw kernel/drivers/infiniband/hw/ipath/ib_ipath.ko
+matrox/g400_warp.fw kernel/drivers/gpu/drm/mga/mga.ko
+matrox/g200_warp.fw kernel/drivers/gpu/drm/mga/mga.ko
+r128/r128_cce.bin kernel/drivers/gpu/drm/r128/r128.ko
+radeon/R520_cp.bin kernel/drivers/gpu/drm/radeon/radeon.ko
+radeon/RS600_cp.bin kernel/drivers/gpu/drm/radeon/radeon.ko
+radeon/RS690_cp.bin kernel/drivers/gpu/drm/radeon/radeon.ko
+radeon/R420_cp.bin kernel/drivers/gpu/drm/radeon/radeon.ko
+radeon/R300_cp.bin kernel/drivers/gpu/drm/radeon/radeon.ko
+radeon/R200_cp.bin kernel/drivers/gpu/drm/radeon/radeon.ko
+radeon/R100_cp.bin kernel/drivers/gpu/drm/radeon/radeon.ko
+radeon/RV710_me.bin kernel/drivers/gpu/drm/radeon/radeon.ko
+radeon/RV710_pfp.bin kernel/drivers/gpu/drm/radeon/radeon.ko
+radeon/RV730_me.bin kernel/drivers/gpu/drm/radeon/radeon.ko
+radeon/RV730_pfp.bin kernel/drivers/gpu/drm/radeon/radeon.ko
+radeon/RV770_me.bin kernel/drivers/gpu/drm/radeon/radeon.ko
+radeon/RV770_pfp.bin kernel/drivers/gpu/drm/radeon/radeon.ko
+radeon/RS780_me.bin kernel/drivers/gpu/drm/radeon/radeon.ko
+radeon/RS780_pfp.bin kernel/drivers/gpu/drm/radeon/radeon.ko
+radeon/RV670_me.bin kernel/drivers/gpu/drm/radeon/radeon.ko
+radeon/RV670_pfp.bin kernel/drivers/gpu/drm/radeon/radeon.ko
+radeon/RV635_me.bin kernel/drivers/gpu/drm/radeon/radeon.ko
+radeon/RV635_pfp.bin kernel/drivers/gpu/drm/radeon/radeon.ko
+radeon/RV620_me.bin kernel/drivers/gpu/drm/radeon/radeon.ko
+radeon/RV620_pfp.bin kernel/drivers/gpu/drm/radeon/radeon.ko
+radeon/RV630_me.bin kernel/drivers/gpu/drm/radeon/radeon.ko
+radeon/RV630_pfp.bin kernel/drivers/gpu/drm/radeon/radeon.ko
+radeon/RV610_me.bin kernel/drivers/gpu/drm/radeon/radeon.ko
+radeon/RV610_pfp.bin kernel/drivers/gpu/drm/radeon/radeon.ko
+radeon/R600_me.bin kernel/drivers/gpu/drm/radeon/radeon.ko
+radeon/R600_pfp.bin kernel/drivers/gpu/drm/radeon/radeon.ko
+radeon/R520_cp.bin kernel/drivers/gpu/drm/radeon/radeon.ko
+radeon/RS600_cp.bin kernel/drivers/gpu/drm/radeon/radeon.ko
+radeon/RS690_cp.bin kernel/drivers/gpu/drm/radeon/radeon.ko
+radeon/R420_cp.bin kernel/drivers/gpu/drm/radeon/radeon.ko
+radeon/R300_cp.bin kernel/drivers/gpu/drm/radeon/radeon.ko
+radeon/R200_cp.bin kernel/drivers/gpu/drm/radeon/radeon.ko
+radeon/R100_cp.bin kernel/drivers/gpu/drm/radeon/radeon.ko
+radeon/R700_rlc.bin kernel/drivers/gpu/drm/radeon/radeon.ko
+radeon/R600_rlc.bin kernel/drivers/gpu/drm/radeon/radeon.ko
+radeon/RV710_me.bin kernel/drivers/gpu/drm/radeon/radeon.ko
+radeon/RV710_pfp.bin kernel/drivers/gpu/drm/radeon/radeon.ko
+radeon/RV730_me.bin kernel/drivers/gpu/drm/radeon/radeon.ko
+radeon/RV730_pfp.bin kernel/drivers/gpu/drm/radeon/radeon.ko
+radeon/RV770_me.bin kernel/drivers/gpu/drm/radeon/radeon.ko
+radeon/RV770_pfp.bin kernel/drivers/gpu/drm/radeon/radeon.ko
+radeon/RS780_me.bin kernel/drivers/gpu/drm/radeon/radeon.ko
+radeon/RS780_pfp.bin kernel/drivers/gpu/drm/radeon/radeon.ko
+radeon/RV670_me.bin kernel/drivers/gpu/drm/radeon/radeon.ko
+radeon/RV670_pfp.bin kernel/drivers/gpu/drm/radeon/radeon.ko
+radeon/RV635_me.bin kernel/drivers/gpu/drm/radeon/radeon.ko
+radeon/RV635_pfp.bin kernel/drivers/gpu/drm/radeon/radeon.ko
+radeon/RV620_me.bin kernel/drivers/gpu/drm/radeon/radeon.ko
+radeon/RV620_pfp.bin kernel/drivers/gpu/drm/radeon/radeon.ko
+radeon/RV630_me.bin kernel/drivers/gpu/drm/radeon/radeon.ko
+radeon/RV630_pfp.bin kernel/drivers/gpu/drm/radeon/radeon.ko
+radeon/RV610_me.bin kernel/drivers/gpu/drm/radeon/radeon.ko
+radeon/RV610_pfp.bin kernel/drivers/gpu/drm/radeon/radeon.ko
+radeon/R600_me.bin kernel/drivers/gpu/drm/radeon/radeon.ko
+radeon/R600_pfp.bin kernel/drivers/gpu/drm/radeon/radeon.ko
+intelliport2.bin kernel/drivers/char/ip2/ip2.ko
+cyzfirm.bin kernel/drivers/char/cyclades.ko
+isi4616.bin kernel/drivers/char/isicom.ko
+isi4608.bin kernel/drivers/char/isicom.ko
+isi616em.bin kernel/drivers/char/isicom.ko
+isi608em.bin kernel/drivers/char/isicom.ko
+isi608.bin kernel/drivers/char/isicom.ko
+c320tunx.cod kernel/drivers/char/moxa.ko
+cp204unx.cod kernel/drivers/char/moxa.ko
+c218tunx.cod kernel/drivers/char/moxa.ko
+isight.fw kernel/drivers/usb/misc/isight_firmware.ko
+emi26/firmware.fw kernel/drivers/usb/misc/emi26.ko
+emi26/bitstream.fw kernel/drivers/usb/misc/emi26.ko
+emi26/loader.fw kernel/drivers/usb/misc/emi26.ko
+emi62/spdif.fw kernel/drivers/usb/misc/emi62.ko
+emi62/bitstream.fw kernel/drivers/usb/misc/emi62.ko
+emi62/loader.fw kernel/drivers/usb/misc/emi62.ko
+keyspan_pda/xircom_pgs.fw kernel/drivers/usb/serial/keyspan_pda.ko
+keyspan_pda/keyspan_pda.fw kernel/drivers/usb/serial/keyspan_pda.ko
+keyspan/usa49wlc.fw kernel/drivers/usb/serial/keyspan.ko
+keyspan/usa49w.fw kernel/drivers/usb/serial/keyspan.ko
+keyspan/usa19w.fw kernel/drivers/usb/serial/keyspan.ko
+keyspan/usa18x.fw kernel/drivers/usb/serial/keyspan.ko
+keyspan/usa19qw.fw kernel/drivers/usb/serial/keyspan.ko
+keyspan/mpr.fw kernel/drivers/usb/serial/keyspan.ko
+keyspan/usa19qi.fw kernel/drivers/usb/serial/keyspan.ko
+keyspan/usa19.fw kernel/drivers/usb/serial/keyspan.ko
+keyspan/usa28xb.fw kernel/drivers/usb/serial/keyspan.ko
+keyspan/usa28xa.fw kernel/drivers/usb/serial/keyspan.ko
+keyspan/usa28x.fw kernel/drivers/usb/serial/keyspan.ko
+keyspan/usa28.fw kernel/drivers/usb/serial/keyspan.ko
+edgeport/down2.fw kernel/drivers/usb/serial/io_edgeport.ko
+edgeport/down.fw kernel/drivers/usb/serial/io_edgeport.ko
+edgeport/boot2.fw kernel/drivers/usb/serial/io_edgeport.ko
+edgeport/boot.fw kernel/drivers/usb/serial/io_edgeport.ko
+mts_edge.fw kernel/drivers/usb/serial/ti_usb_3410_5052.ko
+mts_gsm.fw kernel/drivers/usb/serial/ti_usb_3410_5052.ko
+mts_cdma.fw kernel/drivers/usb/serial/ti_usb_3410_5052.ko
+ti_5052.fw kernel/drivers/usb/serial/ti_usb_3410_5052.ko
+ti_3410.fw kernel/drivers/usb/serial/ti_usb_3410_5052.ko
+whiteheat_loader.fw kernel/drivers/usb/serial/whiteheat.ko
+whiteheat.fw kernel/drivers/usb/serial/whiteheat.ko
+edgeport/down3.bin kernel/drivers/usb/serial/io_ti.ko
+BT3CPCC.bin kernel/drivers/bluetooth/bt3c_cs.ko
+sd8688.bin kernel/drivers/bluetooth/btmrvl_sdio.ko
+sd8688_helper.bin kernel/drivers/bluetooth/btmrvl_sdio.ko
+bfubase.frm kernel/drivers/bluetooth/bfusb.ko
+BCM2033-FW.bin kernel/drivers/bluetooth/bcm203x.ko
+BCM2033-MD.hex kernel/drivers/bluetooth/bcm203x.ko
+solos-db-FPGA.bin kernel/drivers/atm/solos-pci.ko
+solos-Firmware.bin kernel/drivers/atm/solos-pci.ko
+solos-FPGA.bin kernel/drivers/atm/solos-pci.ko
+pca200e_ecd.bin2 kernel/drivers/atm/fore_200e.ko
+atmsar11.fw kernel/drivers/atm/ambassador.ko
+vicam/firmware.fw kernel/drivers/media/video/usbvideo/vicam.ko
+av7110/bootcode.bin kernel/drivers/media/dvb/ttpci/dvb-ttpci.ko
+ttusb-budget/dspbootcode.bin kernel/drivers/media/dvb/ttusb-budget/dvb-ttusb-budget.ko
+comedi/jr3pci.idm kernel/drivers/staging/comedi/drivers/jr3_pci.ko
+RTL8192E/data.img kernel/drivers/staging/rtl8192e/r8192_pci.ko
+RTL8192E/main.img kernel/drivers/staging/rtl8192e/r8192_pci.ko
+RTL8192E/boot.img kernel/drivers/staging/rtl8192e/r8192_pci.ko
+prism2_ru.fw kernel/drivers/staging/wlan-ng/prism2_usb.ko
+rt3090.bin kernel/drivers/staging/rt2860/rt2860sta.ko
+rt2860.bin kernel/drivers/staging/rt2860/rt2860sta.ko
+RTL8192SU/rtl8192sfw.bin kernel/drivers/staging/rtl8192su/r8192s_usb.ko
+rt3071.bin kernel/drivers/staging/rt2870/rt2870sta.ko
+rt3070.bin kernel/drivers/staging/rt2870/rt2870sta.ko
+rt2870.bin kernel/drivers/staging/rt2870/rt2870sta.ko
+tms380tr.bin kernel/drivers/net/tokenring/tms380tr.ko
+3com/3C359.bin kernel/drivers/net/tokenring/3c359.ko
+acenic/tg2.bin kernel/drivers/net/acenic.ko
+acenic/tg1.bin kernel/drivers/net/acenic.ko
+adaptec/starfire_tx.bin kernel/drivers/net/starfire.ko
+adaptec/starfire_rx.bin kernel/drivers/net/starfire.ko
+3com/typhoon.bin kernel/drivers/net/typhoon.ko
+bnx2/bnx2-rv2p-09ax-5.0.0.j3.fw kernel/drivers/net/bnx2.ko
+bnx2/bnx2-rv2p-09-5.0.0.j3.fw kernel/drivers/net/bnx2.ko
+bnx2/bnx2-mips-09-5.0.0.j3.fw kernel/drivers/net/bnx2.ko
+bnx2/bnx2-rv2p-06-5.0.0.j3.fw kernel/drivers/net/bnx2.ko
+bnx2/bnx2-mips-06-5.0.0.j3.fw kernel/drivers/net/bnx2.ko
+lbtf_usb.bin kernel/drivers/net/wireless/libertas_tf/libertas_tf_usb.ko
+FW10 kernel/drivers/net/wireless/b43legacy/b43legacy.ko
+sd8688.bin kernel/drivers/net/wireless/libertas/libertas_sdio.ko
+sd8688_helper.bin kernel/drivers/net/wireless/libertas/libertas_sdio.ko
+sd8686.bin kernel/drivers/net/wireless/libertas/libertas_sdio.ko
+sd8686_helper.bin kernel/drivers/net/wireless/libertas/libertas_sdio.ko
+sd8385.bin kernel/drivers/net/wireless/libertas/libertas_sdio.ko
+sd8385_helper.bin kernel/drivers/net/wireless/libertas/libertas_sdio.ko
+libertas_cs_helper.fw kernel/drivers/net/wireless/libertas/libertas_cs.ko
+usb8388.bin kernel/drivers/net/wireless/libertas/usb8xxx.ko
+libertas/gspi8686.bin kernel/drivers/net/wireless/libertas/libertas_spi.ko
+libertas/gspi8686_hlp.bin kernel/drivers/net/wireless/libertas/libertas_spi.ko
+libertas/gspi8385.bin kernel/drivers/net/wireless/libertas/libertas_spi.ko
+libertas/gspi8385_hlp.bin kernel/drivers/net/wireless/libertas/libertas_spi.ko
+ipw2200-bss.fw kernel/drivers/net/wireless/ipw2x00/ipw2200.ko
+ipw2200-sniffer.fw kernel/drivers/net/wireless/ipw2x00/ipw2200.ko
+ipw2200-ibss.fw kernel/drivers/net/wireless/ipw2x00/ipw2200.ko
+wl1271-fw.bin kernel/drivers/net/wireless/wl12xx/wl1271.ko
+wl1251-fw.bin kernel/drivers/net/wireless/wl12xx/wl1251.ko
+symbol_sp24t_sec_fw kernel/drivers/net/wireless/orinoco/orinoco.ko
+symbol_sp24t_prim_fw kernel/drivers/net/wireless/orinoco/orinoco.ko
+prism_ap_fw.bin kernel/drivers/net/wireless/orinoco/orinoco.ko
+prism_sta_fw.bin kernel/drivers/net/wireless/orinoco/orinoco.ko
+agere_ap_fw.bin kernel/drivers/net/wireless/orinoco/orinoco.ko
+agere_sta_fw.bin kernel/drivers/net/wireless/orinoco/orinoco.ko
+ar9170-2.fw kernel/drivers/net/wireless/ath/ar9170/ar9170usb.ko
+ar9170-1.fw kernel/drivers/net/wireless/ath/ar9170/ar9170usb.ko
+ar9170.fw kernel/drivers/net/wireless/ath/ar9170/ar9170usb.ko
+atmel_at76c505amx-rfmd.bin kernel/drivers/net/wireless/at76c50x-usb.ko
+atmel_at76c505a-rfmd2958.bin kernel/drivers/net/wireless/at76c50x-usb.ko
+atmel_at76c505-rfmd2958.bin kernel/drivers/net/wireless/at76c50x-usb.ko
+atmel_at76c505-rfmd.bin kernel/drivers/net/wireless/at76c50x-usb.ko
+atmel_at76c503-rfmd-acc.bin kernel/drivers/net/wireless/at76c50x-usb.ko
+atmel_at76c503-rfmd.bin kernel/drivers/net/wireless/at76c50x-usb.ko
+atmel_at76c503-i3863.bin kernel/drivers/net/wireless/at76c50x-usb.ko
+atmel_at76c503-i3861.bin kernel/drivers/net/wireless/at76c50x-usb.ko
+FW13 kernel/drivers/net/wireless/b43/b43.ko
+iwmc3200wifi-lmac-sdio.bin kernel/drivers/net/wireless/iwmc3200wifi/iwmc3200wifi.ko
+iwmc3200wifi-calib-sdio.bin kernel/drivers/net/wireless/iwmc3200wifi/iwmc3200wifi.ko
+iwmc3200wifi-umac-sdio.bin kernel/drivers/net/wireless/iwmc3200wifi/iwmc3200wifi.ko
+zd1211/zd1211_uphr kernel/drivers/net/wireless/zd1211rw/zd1211rw.ko
+zd1211/zd1211b_uphr kernel/drivers/net/wireless/zd1211rw/zd1211rw.ko
+zd1211/zd1211_ub kernel/drivers/net/wireless/zd1211rw/zd1211rw.ko
+zd1211/zd1211b_ub kernel/drivers/net/wireless/zd1211rw/zd1211rw.ko
+zd1211/zd1211_ur kernel/drivers/net/wireless/zd1211rw/zd1211rw.ko
+zd1211/zd1211b_ur kernel/drivers/net/wireless/zd1211rw/zd1211rw.ko
+rt2661.bin kernel/drivers/net/wireless/rt2x00/rt61pci.ko
+rt2561s.bin kernel/drivers/net/wireless/rt2x00/rt61pci.ko
+rt2561.bin kernel/drivers/net/wireless/rt2x00/rt61pci.ko
+rt73.bin kernel/drivers/net/wireless/rt2x00/rt73usb.ko
+rt2870.bin kernel/drivers/net/wireless/rt2x00/rt2800usb.ko
+atmel_at76c506.bin kernel/drivers/net/wireless/atmel.ko
+atmel_at76c506-wpa.bin kernel/drivers/net/wireless/atmel.ko
+atmel_at76c504a_2958.bin kernel/drivers/net/wireless/atmel.ko
+atmel_at76c504a_2958-wpa.bin kernel/drivers/net/wireless/atmel.ko
+atmel_at76c504_2958.bin kernel/drivers/net/wireless/atmel.ko
+atmel_at76c504_2958-wpa.bin kernel/drivers/net/wireless/atmel.ko
+atmel_at76c504.bin kernel/drivers/net/wireless/atmel.ko
+atmel_at76c504-wpa.bin kernel/drivers/net/wireless/atmel.ko
+atmel_at76c502_3com.bin kernel/drivers/net/wireless/atmel.ko
+atmel_at76c502_3com-wpa.bin kernel/drivers/net/wireless/atmel.ko
+atmel_at76c502e.bin kernel/drivers/net/wireless/atmel.ko
+atmel_at76c502e-wpa.bin kernel/drivers/net/wireless/atmel.ko
+atmel_at76c502d.bin kernel/drivers/net/wireless/atmel.ko
+atmel_at76c502d-wpa.bin kernel/drivers/net/wireless/atmel.ko
+atmel_at76c502.bin kernel/drivers/net/wireless/atmel.ko
+atmel_at76c502-wpa.bin kernel/drivers/net/wireless/atmel.ko
+zd1201.fw kernel/drivers/net/wireless/zd1201.ko
+zd1201-ap.fw kernel/drivers/net/wireless/zd1201.ko
+mwl8k/fmimage_8687.fw kernel/drivers/net/wireless/mwl8k.ko
+mwl8k/helper_8687.fw kernel/drivers/net/wireless/mwl8k.ko
+isl3887usb kernel/drivers/net/wireless/p54/p54usb.ko
+isl3886usb kernel/drivers/net/wireless/p54/p54usb.ko
+isl3886pci kernel/drivers/net/wireless/p54/p54pci.ko
+3826.arm kernel/drivers/net/wireless/p54/p54spi.ko
+iwlwifi-3945-2.ucode kernel/drivers/net/wireless/iwlwifi/iwl3945.ko
+iwlwifi-4965-2.ucode kernel/drivers/net/wireless/iwlwifi/iwlagn.ko
+iwlwifi-5150-2.ucode kernel/drivers/net/wireless/iwlwifi/iwlagn.ko
+iwlwifi-5000-2.ucode kernel/drivers/net/wireless/iwlwifi/iwlagn.ko
+iwlwifi-6050-4.ucode kernel/drivers/net/wireless/iwlwifi/iwlagn.ko
+iwlwifi-6000-4.ucode kernel/drivers/net/wireless/iwlwifi/iwlagn.ko
+e100/d102e_ucode.bin kernel/drivers/net/e100.ko
+e100/d101s_ucode.bin kernel/drivers/net/e100.ko
+e100/d101m_ucode.bin kernel/drivers/net/e100.ko
+tehuti/firmware.bin kernel/drivers/net/tehuti.ko
+bnx2x-e1h-5.0.21.0.fw kernel/drivers/net/bnx2x.ko
+bnx2x-e1-5.0.21.0.fw kernel/drivers/net/bnx2x.ko
+rtl8168d-2.fw kernel/drivers/net/r8169.ko
+rtl8168d-1.fw kernel/drivers/net/r8169.ko
+kaweth/trigger_code_fix.bin kernel/drivers/net/usb/kaweth.ko
+kaweth/trigger_code.bin kernel/drivers/net/usb/kaweth.ko
+kaweth/new_code_fix.bin kernel/drivers/net/usb/kaweth.ko
+kaweth/new_code.bin kernel/drivers/net/usb/kaweth.ko
+i2400m-fw-sdio-1.3.sbcf kernel/drivers/net/wimax/i2400m/i2400m-sdio.ko
+i2400m-fw-usb-1.3.sbcf kernel/drivers/net/wimax/i2400m/i2400m-usb.ko
+i2400m-fw-usb-1.4.sbcf kernel/drivers/net/wimax/i2400m/i2400m-usb.ko
+nx3fwmn.bin kernel/drivers/net/netxen/netxen_nic.ko
+nx3fwct.bin kernel/drivers/net/netxen/netxen_nic.ko
+nxromimg.bin kernel/drivers/net/netxen/netxen_nic.ko
+tigon/tg3_tso5.bin kernel/drivers/net/tg3.ko
+tigon/tg3_tso.bin kernel/drivers/net/tg3.ko
+tigon/tg3.bin kernel/drivers/net/tg3.ko
+cxgb3/ael2020_twx_edc.bin kernel/drivers/net/cxgb3/cxgb3.ko
+cxgb3/ael2005_twx_edc.bin kernel/drivers/net/cxgb3/cxgb3.ko
+cxgb3/ael2005_opt_edc.bin kernel/drivers/net/cxgb3/cxgb3.ko
+cxgb3/t3c_psram-1.1.0.bin kernel/drivers/net/cxgb3/cxgb3.ko
+cxgb3/t3b_psram-1.1.0.bin kernel/drivers/net/cxgb3/cxgb3.ko
+cxgb3/t3fw-7.4.0.bin kernel/drivers/net/cxgb3/cxgb3.ko
+yam/9600.bin kernel/drivers/net/hamradio/yam.ko
+yam/1200.bin kernel/drivers/net/hamradio/yam.ko
+ositech/Xilinx7OD.bin kernel/drivers/net/pcmcia/smc91c92_cs.ko
+cis/tamarack.cis kernel/drivers/net/pcmcia/pcnet_cs.ko
+cis/PE-200.cis kernel/drivers/net/pcmcia/pcnet_cs.ko
+cis/NE2K.cis kernel/drivers/net/pcmcia/pcnet_cs.ko
+PE520.cis kernel/drivers/net/pcmcia/pcnet_cs.ko
+cis/LA-PCM.cis kernel/drivers/net/pcmcia/pcnet_cs.ko
+cis/DP83903.cis kernel/drivers/net/pcmcia/pcnet_cs.ko
+cis/PCMLM28.cis kernel/drivers/net/pcmcia/pcnet_cs.ko
+sun/cassini.bin kernel/drivers/net/cassini.ko
+myri10ge_rss_eth_z8e.dat kernel/drivers/net/myri10ge/myri10ge.ko
+myri10ge_rss_ethp_z8e.dat kernel/drivers/net/myri10ge/myri10ge.ko
+myri10ge_eth_z8e.dat kernel/drivers/net/myri10ge/myri10ge.ko
+myri10ge_ethp_z8e.dat kernel/drivers/net/myri10ge/myri10ge.ko




More information about the pve-devel mailing list