Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch



Module Name:    src
Committed By:   thorpej
Date:           Sun Jun 15 17:45:26 UTC 2003

Modified Files:
        src/sys/arch/arm/arm32: pmap.c
        src/sys/arch/arm/include/arm32: pmap.h
        src/sys/arch/evbarm/adi_brh: brh_machdep.c
        src/sys/arch/evbarm/integrator: integrator_machdep.c
        src/sys/arch/evbarm/iq80310: iq80310_machdep.c
        src/sys/arch/evbarm/iq80321: iq80321_machdep.c

Log Message:
Replace the ad-hoc "section mapping table" for static device mappings
with a more generic "devmap" structure that can also handle mappings
made with large and small pages.  Add new pmap routines to enter these
mappings during bootstrap (and "remember" the devmap), and routines to
look up the static mappings once the kernel is running.


To generate a diff of this commit:
cvs rdiff -r1.134 -r1.135 src/sys/arch/arm/arm32/pmap.c
cvs rdiff -r1.72 -r1.73 src/sys/arch/arm/include/arm32/pmap.h
cvs rdiff -r1.15 -r1.16 src/sys/arch/evbarm/adi_brh/brh_machdep.c
cvs rdiff -r1.41 -r1.42 src/sys/arch/evbarm/integrator/integrator_machdep.c
cvs rdiff -r1.58 -r1.59 src/sys/arch/evbarm/iq80310/iq80310_machdep.c
cvs rdiff -r1.27 -r1.28 src/sys/arch/evbarm/iq80321/iq80321_machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index