From owner-cvs-src@FreeBSD.ORG  Thu Jan 11 19:40:20 2007
Return-Path: <owner-cvs-src@FreeBSD.ORG>
X-Original-To: cvs-src@FreeBSD.org
Delivered-To: cvs-src@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id F283416A416;
	Thu, 11 Jan 2007 19:40:19 +0000 (UTC) (envelope-from jhb@FreeBSD.org)
Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41])
	by mx1.freebsd.org (Postfix) with ESMTP id CAFFF13C471;
	Thu, 11 Jan 2007 19:40:19 +0000 (UTC) (envelope-from jhb@FreeBSD.org)
Received: from repoman.freebsd.org (localhost [127.0.0.1])
	by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l0BJeJjB044226;
	Thu, 11 Jan 2007 19:40:19 GMT (envelope-from jhb@repoman.freebsd.org)
Received: (from jhb@localhost)
	by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l0BJeJ4D044225;
	Thu, 11 Jan 2007 19:40:19 GMT (envelope-from jhb)
Message-Id: <200701111940.l0BJeJ4D044225@repoman.freebsd.org>
From: John Baldwin <jhb@FreeBSD.org>
Date: Thu, 11 Jan 2007 19:40:19 +0000 (UTC)
To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
X-FreeBSD-CVS-Branch: HEAD
Cc: 
Subject: cvs commit: src/sys/amd64/amd64 nexus.c src/sys/i386/i386 nexus.c
X-BeenThere: cvs-src@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: CVS commit messages for the src tree <cvs-src.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/cvs-src>
List-Post: <mailto:cvs-src@freebsd.org>
List-Help: <mailto:cvs-src-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/cvs-src>,
	<mailto:cvs-src-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Thu, 11 Jan 2007 19:40:20 -0000

jhb         2007-01-11 19:40:19 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      nexus.c 
    sys/i386/i386        nexus.c 
  Log:
  Remove magic from rman_activate_resource() that uses the direct map at
  KERNBASE for the first 1 MB of RAM instead of calling pmap_mapdev().
  pmap_mapdev() knows how to handle the first 1 MB (and has known for a
  while now) and properly maps the memory as UC to boot.
  
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.71      +5 -23     src/sys/amd64/amd64/nexus.c
  1.66      +5 -23     src/sys/i386/i386/nexus.c