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-users

[Xen-users] I2C Driver issues with Xen

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] I2C Driver issues with Xen
From: "Johan van de Groenendaal" <worldlycitizen@xxxxxxxxx>
Date: Fri, 10 Aug 2007 19:11:14 -0400
Delivery-date: Fri, 10 Aug 2007 16:11:44 -0700
Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=RwfkPpwQ2QIArtvs/a6HEOFSZo+3Cmd+wHEDIzq0H61j3x+9YOq/SVHddw72ENswqfvgneHZZ0S6Zf3bgUAaq8IOioOwydSEeycsycJ41sCUz6w0y16U/L7TwGnsOX/MeXBl1WvnOljwjWMS+Qef8+aZhttTs70xXoHhmN0oEfw=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=al9Aqs/vEFA824MFfkjE+dnC+rWpGVmAA+vcTXSJJBBYHuecoxudlvBYZNQmi7znbdZcVa3LuAQl4M3fK0pw79oxI52H/9Tnjubewo2pWW4y/iYRkt1RI29Y6oVUtV+2gBtujmgqSl801L48/lDu3T6YB6oB+N1TNLWcQp0Uxtc=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
We have been developing an application that communicates with I2C/SMBUS devices where the comms includes multibyte read and write. When we run on a standard 2.6.18 kernel we have no issues, but as soon as we move the application to dom0 of a Xen kernel based on 2.6.18 , we are unable to do multibyte read and writes. It appears in the debugger either the ioctl interface or the driver no longer works correctly.

The h/w we are using is ICH7 and a Intel Core 2 Duo with VT.

Does anyone know how Xen impacts the I2C drivers if at all or the PCI interface to the chipset (I assume that it is not behaving correctly when we communicate to the chipset).

Regards
Johan


_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] I2C Driver issues with Xen, Johan van de Groenendaal <=