Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx>
diff -uraN xen-3.2.1/xen/arch/x86/ioport_emulate.c
xen-3.2.1-bl2x/xen/arch/x86/ioport_emulate.c
--- xen-3.2.1/xen/arch/x86/ioport_emulate.c 2008-04-25 08:03:45.000000000
-0500
+++ xen-3.2.1-bl2x/xen/arch/x86/ioport_emulate.c 2009-04-28
17:29:26.000000000 -0500
@@ -88,6 +96,14 @@
},
{
.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",
.matches = {
DMI_MATCH(DMI_BIOS_VENDOR, "HP"),
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|