WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] x86: update ioport_quirks_tbl[] for the proliant BL2xx

To: Keir Fraser <Keir.Fraser@xxxxxxxxxxxxx>
Subject: [Xen-devel] x86: update ioport_quirks_tbl[] for the proliant BL2xx
From: Ian Campbell <Ian.Campbell@xxxxxxxxxx>
Date: Fri, 8 May 2009 10:09:13 +0100
Cc: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>, Tim Deegan <Tim.Deegan@xxxxxxxxxx>, Mike Garrett <michael.garrett@xxxxxx>
Delivery-date: Fri, 08 May 2009 02:10:42 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Organization: Citrix Systems, Inc.
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] x86: update ioport_quirks_tbl[] for the proliant BL2xx, Ian Campbell <=