From owner-cvs-src@FreeBSD.ORG Thu Sep 11 20:43:55 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E76831065680; Thu, 11 Sep 2008 20:43:55 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BE6D48FC32; Thu, 11 Sep 2008 20:43:55 +0000 (UTC) (envelope-from cognet@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8BKhtaV081098; Thu, 11 Sep 2008 20:43:55 GMT (envelope-from cognet@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8BKhtj2081092; Thu, 11 Sep 2008 20:43:55 GMT (envelope-from cognet@repoman.freebsd.org) Message-Id: <200809112043.m8BKhtj2081092@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to cognet@repoman.freebsd.org using -f From: Olivier Houchard Date: Thu, 11 Sep 2008 20:43:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/arm/xscale/ixp425 ixp425.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Sep 2008 20:43:56 -0000 cognet 2008-09-11 20:43:38 UTC FreeBSD src repository Modified files: sys/arm/xscale/ixp425 ixp425.c Log: SVN rev 182946 on 2008-09-11 20:43:38Z by cognet Bandaid: disable interrupts to make sure intr_enabled and the IER register are in sync. I'm not sure why it is needed, and why it wouldn't be on other arm platforms, but it prevents a lockup under heavy I/O. Revision Changes Path 1.10 +8 -3 src/sys/arm/xscale/ixp425/ixp425.c