From 4be573bd3e0350b62638377e99314a08bc2053f2 Mon Sep 17 00:00:00 2001 From: Michal Schmidt Date: Mon, 26 Nov 2007 20:42:19 +0100 Subject: [PATCH] --- yaml --- r: 74155 b: refs/heads/master c: c82bc5ad5411ccd61d26355088e2f5c9e95ef54b h: refs/heads/master i: 74153: 3332b8639fc2803f3362c14f5cf27d3f60f84a15 74151: c0956dcf60b47064223b19d35526973198f5221b v: v3 --- [refs] | 2 +- trunk/arch/x86/pci/common.c | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 9cf3ebdcdd8f..e7d10af90073 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 43517854da512ae7daf15e7044e040edb15b8b23 +refs/heads/master: c82bc5ad5411ccd61d26355088e2f5c9e95ef54b diff --git a/trunk/arch/x86/pci/common.c b/trunk/arch/x86/pci/common.c index f4386990b150..862746390666 100644 --- a/trunk/arch/x86/pci/common.c +++ b/trunk/arch/x86/pci/common.c @@ -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"), + }, + }, {} };