Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 6 Apr 2001 06:24:47 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 6 Apr 2001 06:24:37 -0400 Received: from jurassic.park.msu.ru ([195.208.223.243]:41478 "EHLO jurassic.park.msu.ru") by vger.kernel.org with ESMTP id ; Fri, 6 Apr 2001 06:24:31 -0400 Date: Fri, 6 Apr 2001 14:09:20 +0400 From: Ivan Kokshaysky To: "Eric W. Biederman" Cc: "Maciej W. Rozycki" , Geert Uytterhoeven , James Simmons , Alan Cox , Linux Fbdev development list , Linux Kernel Mailing List Subject: Re: [Linux-fbdev-devel] Re: fbcon slowness [was NTP on 2.4.2?] Message-ID: <20010406140920.A4866@jurassic.park.msu.ru> In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from ebiederm@xmission.com on Thu, Apr 05, 2001 at 12:20:22PM -0600 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Apr 05, 2001 at 12:20:22PM -0600, Eric W. Biederman wrote: > The point is on the Alpha all ram is always cached, and i/o space is > completely uncached. You cannot do write-combing for video card > memory. Incorrect. Alphas have write buffers - 6x32 bytes on ev5 and 4x64 on ev6, IIRC. So alphas do write up to 32 or 64 bytes in a single pci transaction. > Memory barriers are a separate issue. On the alpha the > natural way to implement it would be in the page table fill code. > Memory barriers are o.k. but the really don't help the case when what > you want to do is read the latest value out of a pci register. You don't need memory barrier for that. "Write memory barriers" are used to ensure correct write order, and "memory barriers" are used to ensure that all pending reads/writes will complete before next read or write. Ivan. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/