Ian Campbell
2009-May-08 09:09 UTC
[Xen-devel] x86: update ioport_quirks_tbl[] for the proliant BL2xx
Signed-off-by: Ian Campbell <ian.campbell@citrix.com> 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@lists.xensource.com http://lists.xensource.com/xen-devel