rpms/kernel/F-13 kernel.spec,1.1976,1.1977

John W. Linville linville at fedoraproject.org
Mon Apr 12 13:49:40 UTC 2010


Author: linville

Update of /cvs/pkgs/rpms/kernel/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv23533

Modified Files:
	kernel.spec 
Log Message:
b43: Allow PIO mode to be selected at module load ; b43: fall back gracefully to PIO mode after fatal DMA errors


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-13/kernel.spec,v
retrieving revision 1.1976
retrieving revision 1.1977
diff -u -p -r1.1976 -r1.1977
--- kernel.spec	9 Apr 2010 13:47:58 -0000	1.1976
+++ kernel.spec	12 Apr 2010 13:49:39 -0000	1.1977
@@ -773,6 +773,10 @@ Patch12021: ssb_check_for_sprom.patch
 # backport iwlwifi fixes (thanks, sgruszka!) -- drop when stable catches-up
 Patch12100: iwlwifi-reset-card-during-probe.patch
 
+# make b43 gracefully switch to PIO mode in event of DMA errors
+Patch12101: b43_-Allow-PIO-mode-to-be-selected-at-module-load.patch
+Patch12102: b43_-fall-back-gracefully-to-PIO-mode-after-fatal-DMA-errors.patch
+
 Patch12200: acpi-ec-add-delay-before-write.patch
 Patch12210: acpi-ec-allow-multibyte-access-to-ec.patch
 
@@ -1405,6 +1409,10 @@ ApplyPatch ssb_check_for_sprom.patch
 # backport iwlwifi fixes (thanks, sgruszka!) -- drop when stable catches-up
 ApplyPatch iwlwifi-reset-card-during-probe.patch
 
+# make b43 gracefully switch to PIO mode in event of DMA errors
+ApplyPatch b43_-Allow-PIO-mode-to-be-selected-at-module-load.patch
+ApplyPatch b43_-fall-back-gracefully-to-PIO-mode-after-fatal-DMA-errors.patch
+
 # END OF PATCH APPLICATIONS
 
 %endif
@@ -2054,6 +2062,10 @@ fi
 # and build.
 
 %changelog
+* Fri Apr 09 2010 John W. Linville <linville at redhat.com> 2.6.33.2-41
+- b43: Allow PIO mode to be selected at module load
+- b43: fall back gracefully to PIO mode after fatal DMA errors
+
 * Fri Apr 09 2010 Chuck Ebbert <cebbert at redhat.com>
 - virt_console: fix a bug in the original race fix
 



More information about the scm-commits mailing list