aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/ioport_emulate.c
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-05-11 13:52:04 +0100
committerKeir Fraser <keir.fraser@citrix.com>2009-05-11 13:52:04 +0100
commit1930ad84e4ada52b1e7c6b1376840ddbd0371bb8 (patch)
tree3be8e63a256404449eb92528b3037bf642d7de14 /xen/arch/x86/ioport_emulate.c
parenta9f4e685137b87485e9e810d0af632040629bd4c (diff)
downloadxen-1930ad84e4ada52b1e7c6b1376840ddbd0371bb8.tar.gz
xen-1930ad84e4ada52b1e7c6b1376840ddbd0371bb8.tar.bz2
xen-1930ad84e4ada52b1e7c6b1376840ddbd0371bb8.zip
x86: update ioport_quirks_tbl[] for the proliant BL2xx
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Diffstat (limited to 'xen/arch/x86/ioport_emulate.c')
-rw-r--r--xen/arch/x86/ioport_emulate.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/xen/arch/x86/ioport_emulate.c b/xen/arch/x86/ioport_emulate.c
index 4a5ab9084d..64377533cf 100644
--- a/xen/arch/x86/ioport_emulate.c
+++ b/xen/arch/x86/ioport_emulate.c
@@ -96,6 +96,14 @@ static struct dmi_system_id __initdata ioport_quirks_tbl[] = {
},
{
.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"),