Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/news68k
Module Name: src
Committed By: tsutsui
Date: Wed Nov 12 18:55:11 UTC 2025
Modified Files:
src/sys/arch/news68k/include: cpu.h
src/sys/arch/news68k/news68k: genassym.cf locore.s machdep.c
pmap_bootstrap.c
Log Message:
Get news68k ready for the new pmap module:
- Rename pmap_bootstrap() -> pmap_bootstrap1().
- Get news68k-specific initialization out of pmap_bootstrap1():
- Remove anything related to "iiomap"; use %TT0 mappings everywhere
and remove now unnecessary IO space macroes.
- Remove unused/unimplemented "eiomap" stuff.
- Move initialization of cache_ctl / cache_ctrl to locore.s.
- Move initialization of avail_start / avail_end to news68k_init().
Tested on both real NWS-1750 and pkgsrc/emulators/nono 1.6.2.
To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/sys/arch/news68k/include/cpu.h
cvs rdiff -u -r1.39 -r1.40 src/sys/arch/news68k/news68k/genassym.cf
cvs rdiff -u -r1.92 -r1.93 src/sys/arch/news68k/news68k/locore.s
cvs rdiff -u -r1.118 -r1.119 src/sys/arch/news68k/news68k/machdep.c
cvs rdiff -u -r1.48 -r1.49 src/sys/arch/news68k/news68k/pmap_bootstrap.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