From: Keir Fraser Date: Mon, 18 Aug 2008 09:47:54 +0000 (+0100) Subject: x86: update ioport_quirks_tbl[] for the proliant DL7xx X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14147 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=613e3fc198ee6f4272b09f6c91a710d650c0ef63;p=xen.git x86: update ioport_quirks_tbl[] for the proliant DL7xx Signed-off-by: Tim Deegan --- 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",