Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199339
b: refs/heads/master
c: 3d6e77a
h: refs/heads/master
i:
  199337: 5925c1f
  199335: 59608ae
v: v3
  • Loading branch information
Gabor Gombas authored and H. Peter Anvin committed May 24, 2010
1 parent a01df5e commit 251606f
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: 5f2eb55026c91f8400ab4469aff88b2e201b5616
refs/heads/master: 3d6e77a3ddb8e4156b89f4273ff8c7d37abaf781
11 changes: 11 additions & 0 deletions trunk/arch/x86/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -676,6 +676,17 @@ static struct dmi_system_id __initdata bad_bios_dmi_table[] = {
DMI_MATCH(DMI_BOARD_NAME, "DG45FC"),
},
},
/*
* The Dell Inspiron Mini 1012 has DMI_BIOS_VENDOR = "Dell Inc.", so
* match on the product name.
*/
{
.callback = dmi_low_memory_corruption,
.ident = "Phoenix BIOS",
.matches = {
DMI_MATCH(DMI_PRODUCT_NAME, "Inspiron 1012"),
},
},
#endif
{}
};
Expand Down

0 comments on commit 251606f

Please sign in to comment.