From owner-svn-src-all@FreeBSD.ORG Sun Nov 14 23:07:08 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 58944106564A; Sun, 14 Nov 2010 23:07:08 +0000 (UTC) (envelope-from gavin@ury.york.ac.uk) Received: from ixe-mta-27.emailfiltering.com (ixe-mta-27-tx.emailfiltering.com [194.116.199.158]) by mx1.freebsd.org (Postfix) with ESMTP id 499848FC16; Sun, 14 Nov 2010 23:07:07 +0000 (UTC) Received: from mail-gw12.york.ac.uk ([144.32.129.162]) by ixe-mta-27.emailfiltering.com with emfmta (version 4.6.0.72) by TLS id 820036414 for thompsa@FreeBSD.org; 9523c0c76ff0152c; Sun, 14 Nov 2010 22:56:08 +0000 Received: from ury.york.ac.uk ([144.32.108.81]:56297) by mail-gw12.york.ac.uk with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1PHlUW-0001Qs-2I; Sun, 14 Nov 2010 22:56:08 +0000 Received: from gavin (helo=localhost) by ury.york.ac.uk with local-esmtp (Exim 4.72) (envelope-from ) id 1PHlUV-00048P-RR; Sun, 14 Nov 2010 22:56:07 +0000 Date: Sun, 14 Nov 2010 22:56:07 +0000 (GMT) From: Gavin Atkinson X-X-Sender: gavin@ury.york.ac.uk To: Andrew Thompson In-Reply-To: <201011142041.oAEKfN6Y093321@svn.freebsd.org> Message-ID: References: <201011142041.oAEKfN6Y093321@svn.freebsd.org> User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r215319 - head/sys/arm/xscale/ixp425 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Nov 2010 23:07:08 -0000 On Sun, 14 Nov 2010, Andrew Thompson wrote: > Author: thompsa > Date: Sun Nov 14 20:41:22 2010 > New Revision: 215319 > URL: http://svn.freebsd.org/changeset/base/215319 > > Log: > Provide a mutex around the read/modify/write of the IXP425_GPIO_* > registers. Giant was used in some places, but not all. I believe this should fix my PR arm/134338, but don't have the bandwidth at the moment to verify that. Is there any chance you could see if you believe the same? Thanks, Gavin