From owner-freebsd-arch@FreeBSD.ORG Mon Mar 3 07:29:26 2014 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 30558E02; Mon, 3 Mar 2014 07:29:26 +0000 (UTC) Received: from phk.freebsd.dk (phk.freebsd.dk [130.225.244.222]) by mx1.freebsd.org (Postfix) with ESMTP id E3827315; Mon, 3 Mar 2014 07:29:24 +0000 (UTC) Received: from critter.freebsd.dk (critter.freebsd.dk [192.168.61.3]) by phk.freebsd.dk (Postfix) with ESMTP id DAD843EB96; Mon, 3 Mar 2014 07:29:23 +0000 (UTC) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.14.7/8.14.7) with ESMTP id s237TNAK051907; Mon, 3 Mar 2014 07:29:23 GMT (envelope-from phk@phk.freebsd.dk) To: Adrian Chadd Subject: Re: newcons fb driver In-reply-to: From: "Poul-Henning Kamp" References: <20140302085511.6354f9ac@zhabar.gateway.2wire.net> <42130.1393829535@critter.freebsd.dk> Content-Type: text/plain; charset=ISO-8859-1 Date: Mon, 03 Mar 2014 07:29:23 +0000 Message-ID: <51906.1393831763@critter.freebsd.dk> Cc: Justin Hibbits , "freebsd-arch@freebsd.org" X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Mar 2014 07:29:26 -0000 In message , Adrian Chadd writes: >> Buggy video hardware, which does not do larger writes correctly, >> the most recent one being an Intel Laptop, but I can't remember which. >> >> At the very least, byte writes needs to be a boot-time option. > >Is there a way to detect this? Ie, writing to video memory and then >reading it back a byte at a time to see if the patterns match? Never tried that. Given that the display was bogus, it would probably work. Maybe do a "verify" on the first 10 screen updates ? -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.