Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 283321
b: refs/heads/master
c: 8b6a5af
h: refs/heads/master
i:
  283319: 01b7d75
v: v3
  • Loading branch information
Dave Jones authored and Jesse Barnes committed Jan 6, 2012
1 parent 72fa35c commit bb5e0ef
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e702781fa846dd726b73e673f91ffbd3b0e8d114
refs/heads/master: 8b6a5af92c03b363df050da906480085b6cd6e00
10 changes: 10 additions & 0 deletions trunk/arch/x86/pci/acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,16 @@ static const struct dmi_system_id pci_use_crs_table[] __initconst = {
DMI_MATCH(DMI_BIOS_VERSION, "A09"),
},
},
/* 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 )"),
},
},
{}
};

Expand Down

0 comments on commit bb5e0ef

Please sign in to comment.