Add Thinkpad SL510 to the pci=nocrs blacklist.

This commit is contained in:
Dave Jones 2012-01-03 13:06:46 -05:00
parent 7749b4d14a
commit 534bbc8050
2 changed files with 22 additions and 0 deletions

View File

@ -2370,6 +2370,9 @@ fi
# and build.
%changelog
* Tue Jan 03 2012 Dave Jones <davej@redhat.com>
- Add Thinkpad SL510 to the pci=nocrs blacklist.
* Tue Jan 03 2012 Josh Boyer <jwboyer@redhat.com>
- CVE-2011-4622 kvm: pit timer with no irqchip crashes the system (rhbz 771387)
- Add bluetooth support for BCM20102A0 (rhbz 770233)

View File

@ -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 )"),
+ },
+ },
{}
};