From owner-freebsd-current@FreeBSD.ORG Sun Jul 15 11:31:19 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 592EB106566C for ; Sun, 15 Jul 2012 11:31:19 +0000 (UTC) (envelope-from phk@phk.freebsd.dk) Received: from phk.freebsd.dk (phk.freebsd.dk [130.225.244.222]) by mx1.freebsd.org (Postfix) with ESMTP id 141228FC24 for ; Sun, 15 Jul 2012 11:31:19 +0000 (UTC) Received: from critter.freebsd.dk (unknown [192.168.48.2]) by phk.freebsd.dk (Postfix) with ESMTP id EB2073B75E; Sun, 15 Jul 2012 11:31:17 +0000 (UTC) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.14.5/8.14.5) with ESMTP id q6FBVHJR053844; Sun, 15 Jul 2012 11:31:17 GMT (envelope-from phk@phk.freebsd.dk) To: Marek Salwerowicz From: "Poul-Henning Kamp" In-Reply-To: Your message of "Sun, 15 Jul 2012 13:25:07 +0200." <5002A893.8050803@wp.pl> Content-Type: text/plain; charset=ISO-8859-1 Date: Sun, 15 Jul 2012 11:31:17 +0000 Message-ID: <53843.1342351877@critter.freebsd.dk> Cc: matt , freebsd-current@freebsd.org Subject: Re: Syscons issue Intel D2700 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jul 2012 11:31:19 -0000 In message <5002A893.8050803@wp.pl>, Marek Salwerowicz writes: >W dniu 2012-07-14 19:32, Poul-Henning Kamp pisze: >> Try the fix I committed in r237203+r237223, that was for a D2500CC >> which also had bogus VGA behaviour. > >Thanks, >Is it only available in 10-Current or in 9-Stable also ? I belive the same fix will work all the way back to FreeBSD 2.x or so when sos@ optimized syscons to use wide copies, but the code has obviously mutated a fair bit since then. The fundamental problem seems to be that the video-memory on modern Intel chipsets don't accept 32 bit writes correctly. -- 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.