From owner-freebsd-arm@FreeBSD.ORG Mon May 7 12:20:12 2012 Return-Path: Delivered-To: freebsd-arm@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F003710657FA for ; Mon, 7 May 2012 12:20:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id BAA508FC15 for ; Mon, 7 May 2012 12:20:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q47CKCkP043986 for ; Mon, 7 May 2012 12:20:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q47CKC3G043985; Mon, 7 May 2012 12:20:12 GMT (envelope-from gnats) Date: Mon, 7 May 2012 12:20:12 GMT Message-Id: <201205071220.q47CKC3G043985@freefall.freebsd.org> To: freebsd-arm@FreeBSD.org From: Kristof Provost Cc: Subject: arm/158950: arm/sheevaplug fails fsx when mmap operations are enabled X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Kristof Provost List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2012 12:20:13 -0000 The following reply was made to PR arm/158950; it has been noted by GNATS. From: Kristof Provost To: bug-followup@FreeBSD.org Cc: Subject: arm/158950: arm/sheevaplug fails fsx when mmap operations are enabled Date: Mon, 7 May 2012 14:15:51 +0200 Based on a suggestion from Ian Lepore I switched the data cache from write-back to write-through mode. In that case the problem doesn't occur. Ian suggested this might indicate a problem in the busdma cacheline flush code, but unfortunately I'm somewhat out of my depth there.