Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 264279
b: refs/heads/master
c: 29cf7a3
h: refs/heads/master
i:
  264277: 195394d
  264275: ed2075e
  264271: 309e18e
v: v3
  • Loading branch information
Paul Menzel authored and Linus Torvalds committed Oct 6, 2011
1 parent 1cff68d commit 5a8fbb8
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: 6367f1775ebb66b0f0e9e3512159f3257a6fde0e
refs/heads/master: 29cf7a30f8a0ce4af2406d93d5a332099be26923
11 changes: 11 additions & 0 deletions trunk/arch/x86/pci/acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,17 @@ static const struct dmi_system_id pci_use_crs_table[] __initconst = {
DMI_MATCH(DMI_PRODUCT_NAME, "ALiveSATA2-GLAN"),
},
},
/* https://bugzilla.kernel.org/show_bug.cgi?id=30552 */
/* 2006 AMD HT/VIA system with two host bridges */
{
.callback = set_use_crs,
.ident = "ASUS M2V-MX SE",
.matches = {
DMI_MATCH(DMI_BOARD_VENDOR, "ASUSTeK Computer INC."),
DMI_MATCH(DMI_BOARD_NAME, "M2V-MX SE"),
DMI_MATCH(DMI_BIOS_VENDOR, "American Megatrends Inc."),
},
},
{}
};

Expand Down

0 comments on commit 5a8fbb8

Please sign in to comment.