projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ec6fe5
)
x86: update ioport_quirks_tbl[] for the proliant DL7xx
author
Keir Fraser
<keir.fraser@citrix.com>
Mon, 18 Aug 2008 09:47:54 +0000
(10:47 +0100)
committer
Keir 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
patch
|
blob
|
history
diff --git
a/xen/arch/x86/ioport_emulate.c
b/xen/arch/x86/ioport_emulate.c
index b6df736672aa91f5b8537cf1c127ed1614d474b0..4a5ab9084d1257e510769669b898e5ceba1ae353 100644
(file)
--- a/
xen/arch/x86/ioport_emulate.c
+++ b/
xen/arch/x86/ioport_emulate.c
@@
-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",