cvs commit: src/sys/amd64/amd64 nexus.c src/sys/i386/i386 nexus.c
John Baldwin
jhb at FreeBSD.org
Thu Jan 11 19:40:20 UTC 2007
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
More information about the cvs-src
mailing list