Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 336669
b: refs/heads/master
c: 0a290ac
h: refs/heads/master
i:
  336667: 2932760
v: v3
  • Loading branch information
Feng Tang authored and Rafael J. Wysocki committed Nov 14, 2012
1 parent 3ba3993 commit 65b712b
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: 5e5041f3527b36b58e864886ba34c179ad40ff92
refs/heads/master: 0a290ac4252c85205cb924ff7f6da10cfd20fb01
10 changes: 10 additions & 0 deletions trunk/arch/x86/pci/acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,16 @@ static const struct dmi_system_id pci_use_crs_table[] __initconst = {
DMI_MATCH(DMI_BIOS_VERSION, "6JET85WW (1.43 )"),
},
},
/* https://bugzilla.kernel.org/show_bug.cgi?id=47981 */
{
.callback = set_nouse_crs,
.ident = "CheckPoint P-20-00",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "CheckPoint"),
DMI_MATCH(DMI_PRODUCT_NAME, "P-20-00"),
DMI_MATCH(DMI_BOARD_NAME, "Bridgeport"),
},
},
{}
};

Expand Down

0 comments on commit 65b712b

Please sign in to comment.