Date: Thu, 11 Jan 2007 19:40:19 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/amd64/amd64 nexus.c src/sys/i386/i386 nexus.c Message-ID: <200701111940.l0BJeJ4D044225@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701111940.l0BJeJ4D044225>