From owner-cvs-src-old@FreeBSD.ORG Fri Oct 1 19:02:43 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7578C1065789 for ; Fri, 1 Oct 2010 19:02:43 +0000 (UTC) (envelope-from nwhitehorn@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 499C98FC1D for ; Fri, 1 Oct 2010 19:02:43 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o91J2h4E094839 for ; Fri, 1 Oct 2010 19:02:43 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o91J2hpp094838 for cvs-src-old@freebsd.org; Fri, 1 Oct 2010 19:02:43 GMT (envelope-from nwhitehorn@repoman.freebsd.org) Message-Id: <201010011902.o91J2hpp094838@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to nwhitehorn@repoman.freebsd.org using -f From: Nathan Whitehorn Date: Fri, 1 Oct 2010 19:02:31 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/powerpc/ofw ofw_syscons.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2010 19:02:43 -0000 nwhitehorn 2010-10-01 19:02:31 UTC FreeBSD src repository Modified files: sys/powerpc/ofw ofw_syscons.c Log: SVN rev 213336 on 2010-10-01 19:02:31Z by nwhitehorn Map the Open Firmware framebuffer console with write combining turned on, and set memory attributes appropriately for mmap() calls on /dev/console. Xorg no longer uses /dev/console to mmap the framebuffer, so framebuffer write combining support in X will arrive in the next patch. Revision Changes Path 1.21 +27 -13 src/sys/powerpc/ofw/ofw_syscons.c