From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Mosberger Date: Wed, 24 Oct 2001 23:21:08 +0000 Subject: Re: [Linux-ia64] framebuffer console Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org >>>>> On Wed, 24 Oct 2001 12:26:59 +0100, Richard Hirst said: Richard> This patch solves the problem. Still surprised that cached Richard> accesses to the video memory crash the machine though.. My understanding is that Merced doesn't handle cache line sized transactions to the PCI bus. Instead of going uncached, you might be able to use write-combining (for the video framebuffer, not for memory mapped control registers). That can give you noticably better performance. --david