Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/luna68k/luna68k
Module Name: src
Committed By: thorpej
Date: Wed Nov 12 02:32:03 UTC 2025
Modified Files:
src/sys/arch/luna68k/luna68k: locore.s machdep.c pmap_bootstrap.c
Log Message:
Get luna68k ready for the new pmap module:
- Rename pmap_bootstrap() -> pmap_bootstrap1().
- Get luna68k-specific initialization out of pmap_bootstrap1():
==> Remove anything related to "iiomap"; luna68k maps all I/O devices
using the TT registers.
==> Move initialization of avail_start / avail_end to luna68k_init().
To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 src/sys/arch/luna68k/luna68k/locore.s
cvs rdiff -u -r1.112 -r1.113 src/sys/arch/luna68k/luna68k/machdep.c
cvs rdiff -u -r1.42 -r1.43 src/sys/arch/luna68k/luna68k/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