From owner-freebsd-hackers@FreeBSD.ORG Thu Sep 25 18:47:17 2003 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BA0A16A4B3; Thu, 25 Sep 2003 18:47:17 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB92744011; Thu, 25 Sep 2003 18:47:14 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9p1/8.12.9) with ESMTP id h8Q1lAAD011613; Thu, 25 Sep 2003 19:47:11 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 25 Sep 2003 19:47:12 -0600 (MDT) Message-Id: <20030925.194712.52249923.imp@bsdimp.com> To: vjardin@free.fr From: "M. Warner Losh" In-Reply-To: <200309250014.53816.vjardin@free.fr> References: <200309242342.55788.vjardin@free.fr> <20030924215448.GF8404@elvis.mu.org> <200309250014.53816.vjardin@free.fr> X-Mailer: Mew version 2.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: hackers@freebsd.org Subject: Re: BUS DMA sync X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Sep 2003 01:47:17 -0000 In message: <200309250014.53816.vjardin@free.fr> Vincent Jardin writes: : What's about PREREAD ? What kind of CPU synchronization is required prior a : DMA read ? There is no cache during a device to host memory process, isn't it : ? There is on MIPS. Warner