[kernel/f16] Add Thinkpad SL510 to the pci=nocrs blacklist.

Dave Jones davej at fedoraproject.org
Tue Jan 3 18:07:11 UTC 2012


commit 534bbc8050e412761f4cd3405c7f1d230001be45
Author: Dave Jones <davej at redhat.com>
Date:   Tue Jan 3 13:06:46 2012 -0500

    Add Thinkpad SL510 to the pci=nocrs blacklist.

 kernel.spec             |    3 +++
 pci-crs-blacklist.patch |   19 +++++++++++++++++++
 2 files changed, 22 insertions(+), 0 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 1241cbd..51f50ba 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -2370,6 +2370,9 @@ fi
 # and build.
 
 %changelog
+* Tue Jan 03 2012 Dave Jones <davej at redhat.com>
+- Add Thinkpad SL510 to the pci=nocrs blacklist.
+
 * Tue Jan 03 2012 Josh Boyer <jwboyer at redhat.com>
 - CVE-2011-4622 kvm: pit timer with no irqchip crashes the system (rhbz 771387)
 - Add bluetooth support for BCM20102A0 (rhbz 770233)
diff --git a/pci-crs-blacklist.patch b/pci-crs-blacklist.patch
index bc17d54..b41e7c9 100644
--- a/pci-crs-blacklist.patch
+++ b/pci-crs-blacklist.patch
@@ -34,3 +34,22 @@ index 404f21a..2704a9c 100644
  	{}
  };
  
+--- linux-3.1.noarch/arch/x86/pci/acpi.c~	2011-12-30 14:42:43.495717907 -0500
++++ linux-3.1.noarch/arch/x86/pci/acpi.c	2011-12-30 14:45:09.296198024 -0500
+@@ -72,6 +72,16 @@ static const struct dmi_system_id pci_us
+ 			DMI_MATCH(DMI_BOARD_NAME, "0M273C"),
+ 		},
+ 	},
++	/* https://bugzilla.redhat.com/show_bug.cgi?id=769657 */
++	{
++		.callback = set_nouse_crs,
++		.ident = "Thinkpad SL510",
++		.matches = {
++			DMI_MATCH(DMI_BOARD_VENDOR, "LENOVO"),
++			DMI_MATCH(DMI_BOARD_NAME, "2847DFG"),
++			DMI_MATCH(DMI_BIOS_VERSION, "6JET85WW (1.43 )"),
++		},
++	},
+ 	{}
+ };
+ 


More information about the scm-commits mailing list