Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288203
b: refs/heads/master
c: 8411371
h: refs/heads/master
i:
  288201: 800e416
  288199: 3da37f2
v: v3
  • Loading branch information
Jonathan Nieder authored and Jesse Barnes committed Feb 28, 2012
1 parent 4033ed1 commit f32bc3f
Show file tree
Hide file tree
Showing 2 changed files with 12 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: 1cc1c96c1658bfaf85d06d764bd7ac00640ae90f
refs/heads/master: 8411371709610c826bf65684f886bfdfb5780ca1
11 changes: 11 additions & 0 deletions trunk/arch/x86/pci/acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,17 @@ static const struct dmi_system_id pci_use_crs_table[] __initconst = {
DMI_MATCH(DMI_BIOS_VENDOR, "American Megatrends Inc."),
},
},
/* https://bugzilla.kernel.org/show_bug.cgi?id=42619 */
{
.callback = set_use_crs,
.ident = "MSI MS-7253",
.matches = {
DMI_MATCH(DMI_BOARD_VENDOR, "MICRO-STAR INTERNATIONAL CO., LTD"),
DMI_MATCH(DMI_BOARD_NAME, "MS-7253"),
DMI_MATCH(DMI_BIOS_VENDOR, "Phoenix Technologies, LTD"),
DMI_MATCH(DMI_BIOS_VERSION, "V1.6"),
},
},

/* Now for the blacklist.. */

Expand Down

0 comments on commit f32bc3f

Please sign in to comment.