Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74155
b: refs/heads/master
c: c82bc5a
h: refs/heads/master
i:
  74153: 3332b86
  74151: c0956dc
v: v3
  • Loading branch information
Michal Schmidt authored and Ingo Molnar committed Nov 26, 2007
1 parent 8a569b3 commit 4be573b
Show file tree
Hide file tree
Showing 2 changed files with 17 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: 43517854da512ae7daf15e7044e040edb15b8b23
refs/heads/master: c82bc5ad5411ccd61d26355088e2f5c9e95ef54b
16 changes: 16 additions & 0 deletions trunk/arch/x86/pci/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,22 @@ static struct dmi_system_id __devinitdata pciprobe_dmi_table[] = {
},
},
#endif
{
.callback = set_bf_sort,
.ident = "HP ProLiant DL385 G2",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "HP"),
DMI_MATCH(DMI_PRODUCT_NAME, "ProLiant DL385 G2"),
},
},
{
.callback = set_bf_sort,
.ident = "HP ProLiant DL585 G2",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "HP"),
DMI_MATCH(DMI_PRODUCT_NAME, "ProLiant DL585 G2"),
},
},
{}
};

Expand Down

0 comments on commit 4be573b

Please sign in to comment.