From owner-freebsd-arch@FreeBSD.ORG Mon Mar 3 16:49:40 2014 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A2F0D980 for ; Mon, 3 Mar 2014 16:49:40 +0000 (UTC) Received: from hydra.pix.net (hydra.pix.net [IPv6:2001:470:e254::4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 74715DAD for ; Mon, 3 Mar 2014 16:49:40 +0000 (UTC) Received: from torb.pix.net (torb.pix.net [IPv6:2001:470:e254:10:12dd:b1ff:febf:eca9]) (authenticated bits=0) by hydra.pix.net (8.14.5/8.14.5) with ESMTP id s23GncVI099602; Mon, 3 Mar 2014 11:49:38 -0500 (EST) (envelope-from lidl@pix.net) X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.98 at mail.pix.net Message-ID: <5314B2A2.3060100@pix.net> Date: Mon, 03 Mar 2014 11:49:38 -0500 From: Kurt Lidl User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: freebsd-arch@freebsd.org Subject: Re: newcons fb driver References: <42130.1393829535@critter.freebsd.dk> In-Reply-To: <42130.1393829535@critter.freebsd.dk> 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 16:49:40 -0000 > 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. Intel Atom boards, as I recall: http://freshbsd.org/commit/freebsd/r237203 -Kurt