From owner-cvs-all@FreeBSD.ORG Fri Feb 25 02:29:01 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1E1816A4CE; Fri, 25 Feb 2005 02:29:01 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A58C843D45; Fri, 25 Feb 2005 02:29:01 +0000 (GMT) (envelope-from grehan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j1P2T1I5013489; Fri, 25 Feb 2005 02:29:01 GMT (envelope-from grehan@repoman.freebsd.org) Received: (from grehan@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j1P2T133013488; Fri, 25 Feb 2005 02:29:01 GMT (envelope-from grehan) Message-Id: <200502250229.j1P2T133013488@repoman.freebsd.org> From: Peter Grehan Date: Fri, 25 Feb 2005 02:29:01 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/powerpc/ofw ofw_syscons.c ofw_syscons.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Feb 2005 02:29:02 -0000 grehan 2005-02-25 02:29:01 UTC FreeBSD src repository Modified files: sys/powerpc/ofw ofw_syscons.c ofw_syscons.h Log: Mods for Xorg server: - store assigned PCI addresses at cninit time for later mmap range check - implement set_border to scrub X remnants when switching back to VTYs - implement mmap, only allowing addresses within the range of the console adapter. Revision Changes Path 1.5 +108 -6 src/sys/powerpc/ofw/ofw_syscons.c 1.4 +5 -0 src/sys/powerpc/ofw/ofw_syscons.h