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: Thu Nov 13 11:27:19 UTC 2025
Modified Files:
src/sys/arch/news68k/conf: files.news68k std.news68k
src/sys/arch/news68k/include: pmap.h pte.h vmparam.h
Log Message:
Add the glue for the new m68k pmap module. Mostly pulled from luna68k.
XXX:
Some device drivers require kvtop() for physical address for DMA xfer,
but currently pmap_68k.c doesn't provide it.
Confirmed working (with ugly kvtop() -> vtophys() patch) on NWS-1750.
To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/sys/arch/news68k/conf/files.news68k
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/news68k/conf/std.news68k
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/news68k/include/pmap.h
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/news68k/include/pte.h
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/news68k/include/vmparam.h
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