summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorKyle McMartin <kyle@mcmartin.ca>2010-10-18 11:59:37 -0400
committerKyle McMartin <kyle@mcmartin.ca>2010-10-18 11:59:37 -0400
commitdbda5f5afdca53ed9c5518634594372d6b5a75ec (patch)
tree6936ea6fcf06ad981d38184138256819b6732e7c /kernel.spec
parentd3e4af8507577f6aa9e7bf7ee1b61f112a5cd379 (diff)
downloadkernel-dbda5f5afdca53ed9c5518634594372d6b5a75ec.tar.gz
kernel-dbda5f5afdca53ed9c5518634594372d6b5a75ec.tar.xz
kernel-dbda5f5afdca53ed9c5518634594372d6b5a75ec.zip
Quirk to disable DMAR with Ricoh card reader/firewire
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec8
1 files changed, 8 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec
index affce54e7..3bb6f1e1a 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -725,6 +725,8 @@ Patch12301: btusb-macbookpro-6-2.patch
Patch12302: pnpacpi-cope-with-invalid-device-ids.patch
+Patch12303: dmar-disable-when-ricoh-multifunction.patch
+
%endif
BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root
@@ -1338,6 +1340,9 @@ ApplyPatch btusb-macbookpro-6-2.patch
# rhbz#641468
ApplyPatch pnpacpi-cope-with-invalid-device-ids.patch
+# rhbz#605888
+ApplyPatch dmar-disable-when-ricoh-multifunction.patch
+
# END OF PATCH APPLICATIONS
%endif
@@ -1945,6 +1950,9 @@ fi
# || ||
%changelog
+* Mon Oct 18 2010 Kyle McMartin <kyle@redhat.com>
+- Quirk to disable DMAR with Ricoh card reader/firewire. (rhbz#605888)
+
* Fri Oct 15 2010 Kyle McMartin <kyle@redhat.com>
- Switched to pci=use_crs by default (it should have been fixed since
cebbert sucked in the patches anyway.)