x86: update ioport_quirks_tbl[] for the proliant DL7xx
authorKeir Fraser <keir.fraser@citrix.com>
Mon, 18 Aug 2008 09:47:54 +0000 (10:47 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Mon, 18 Aug 2008 09:47:54 +0000 (10:47 +0100)
Signed-off-by: Tim Deegan <Tim.Deegan@citrix.com>
xen/arch/x86/ioport_emulate.c

index b6df736672aa91f5b8537cf1c127ed1614d474b0..4a5ab9084d1257e510769669b898e5ceba1ae353 100644 (file)
@@ -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",