From owner-freebsd-arch@FreeBSD.ORG Mon Mar 3 17:56:34 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 D328B9B2 for ; Mon, 3 Mar 2014 17:56:34 +0000 (UTC) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id BD46D666 for ; Mon, 3 Mar 2014 17:56:34 +0000 (UTC) Received: from AlfredMacbookAir.local (c-76-21-10-192.hsd1.ca.comcast.net [76.21.10.192]) by elvis.mu.org (Postfix) with ESMTPSA id 49DDF1A3C19 for ; Mon, 3 Mar 2014 09:56:26 -0800 (PST) Message-ID: <5314C249.9000808@mu.org> Date: Mon, 03 Mar 2014 09:56:25 -0800 From: Alfred Perlstein User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: freebsd-arch@freebsd.org Subject: Re: newcons fb driver References: <20140302085511.6354f9ac@zhabar.gateway.2wire.net> <42130.1393829535@critter.freebsd.dk> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 17:56:34 -0000 On 3/2/14, 10:58 PM, Adrian Chadd wrote: > On 2 March 2014 22:52, Poul-Henning Kamp wrote: >> In message >> , Adrian Chadd writes: >> >>> .. i'm pretty sure there was a reason for why it's done in byte sizes. >>> Maybe speak to phk? >> 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? I seem to recall this being a technique used back in my 386/msdos days. :) -Alfred