]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/xen.git/commitdiff
x86: update ioport_quirks_tbl[] for the proliant BL2xx
authorKeir Fraser <keir.fraser@citrix.com>
Mon, 11 May 2009 12:52:04 +0000 (13:52 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Mon, 11 May 2009 12:52:04 +0000 (13:52 +0100)
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
xen/arch/x86/ioport_emulate.c

index 4a5ab9084d1257e510769669b898e5ceba1ae353..64377533cfdca2be6b8d82f877c7237af74cc7db 100644 (file)
@@ -94,6 +94,14 @@ static struct dmi_system_id __initdata ioport_quirks_tbl[] = {
             DMI_MATCH(DMI_PRODUCT_NAME, "ProLiant ML5"),
         },
     },
+    {
+        .callback = proliant_quirk,
+        .ident = "HP ProLiant BL2xx",
+        .matches = {
+            DMI_MATCH(DMI_BIOS_VENDOR, "HP"),
+            DMI_MATCH(DMI_PRODUCT_NAME, "ProLiant BL2"),
+        },
+    },
     {
         .callback = proliant_quirk,
         .ident = "HP ProLiant BL4xx",