From owner-cvs-src@FreeBSD.ORG Fri Oct 31 13:02:05 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9BCC816A4CE; Fri, 31 Oct 2003 13:02:05 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E0A643F93; Fri, 31 Oct 2003 13:02:05 -0800 (PST) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h9VL24XJ017742; Fri, 31 Oct 2003 13:02:04 -0800 (PST) (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h9VL24Bf017741; Fri, 31 Oct 2003 13:02:04 -0800 (PST) (envelope-from jhb) Message-Id: <200310312102.h9VL24Bf017741@repoman.freebsd.org> From: John Baldwin Date: Fri, 31 Oct 2003 13:02:04 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/i386/i386 pmap.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 Oct 2003 21:02:05 -0000 jhb 2003/10/31 13:02:04 PST FreeBSD src repository Modified files: sys/i386/i386 pmap.c Log: For physical address regions between 0 and KERNLOAD, allow pmap_mapdev() to use the direct mapped KVA at KERNBASE to service the request. This also allows pmap_mapdev() to be used for such addresses very early during the boot process and might provide some small savings on KVA. Reviewed by: peter Revision Changes Path 1.453 +7 -2 src/sys/i386/i386/pmap.c