From 613e3fc198ee6f4272b09f6c91a710d650c0ef63 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Mon, 18 Aug 2008 10:47:54 +0100 Subject: [PATCH] x86: update ioport_quirks_tbl[] for the proliant DL7xx Signed-off-by: Tim Deegan --- xen/arch/x86/ioport_emulate.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/xen/arch/x86/ioport_emulate.c b/xen/arch/x86/ioport_emulate.c index b6df736672..4a5ab9084d 100644 --- a/xen/arch/x86/ioport_emulate.c +++ b/xen/arch/x86/ioport_emulate.c @@ -70,6 +70,14 @@ static struct dmi_system_id __initdata ioport_quirks_tbl[] = { DMI_MATCH(DMI_PRODUCT_NAME, "ProLiant DL5"), }, }, + { + .callback = proliant_quirk, + .ident = "HP ProLiant DL7xx", + .matches = { + DMI_MATCH(DMI_BIOS_VENDOR, "HP"), + DMI_MATCH(DMI_PRODUCT_NAME, "ProLiant DL7"), + }, + }, { .callback = proliant_quirk, .ident = "HP ProLiant ML3xx", -- 2.30.2