Received: by mail.netbsd.org (Postfix, from userid 605) id 9305114A39A; Fri, 8 Jun 2012 14:18:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4C14514A399 for ; Fri, 8 Jun 2012 14:18:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id nuqtfmx1CYHc for ; Fri, 8 Jun 2012 14:18:31 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id D11CD14A398 for ; Fri, 8 Jun 2012 14:18:31 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 3A871175DD; Fri, 8 Jun 2012 14:19:15 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Fri, 8 Jun 2012 14:19:15 +0000 From: "Izumi Tsutsui" Subject: CVS commit: xsrc/external/mit/xf86-video-intel/dist/src To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20120608141915.3A871175DD@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Izumi Tsutsui" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: xsrc Committed By: tsutsui Date: Fri Jun 8 14:19:15 UTC 2012 Modified Files: xsrc/external/mit/xf86-video-intel/dist/src: i830.h Log Message: Make xf86-video-intel driver work on Atom N455 + GMA3150 graphics chipset by pulling the following change from upstream: http://cgit.freedesktop.org/xorg/driver/xf86-video-intel/commit/src/i830.h?id=8f64837e56b2de0fb8a9100d1a844fd3f18d751c > Disable FBC on IGD for UMS > It appears the new chip doesn't support FBC currently. Tested on MSI U135DX + NetBSD/i386 6.0_BETA2 with this patch. Should be pulled up to netbsd-6. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 xsrc/external/mit/xf86-video-intel/dist/src/i830.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.