Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   thorpej
Date:           Wed Dec 27 02:40:32 UTC 2023

Modified Files:
        src/distrib/sets/lists/comp: ad.m68k
        src/sys/arch/m68k/include: Makefile
Added Files:
        src/sys/arch/m68k/include: mmu_40.h mmu_51.h

Log Message:
Add new headers that describe the 68851 (and 68030) MMU and
68040 (and 68060) MMU structures using names that more closely
align with Motorola's documentation.

The definitions here automagically adapt to 4K or 8K pages, based
on the value of PGSHIFT, which must be a compile-time constant.


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 src/distrib/sets/lists/comp/ad.m68k
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/m68k/include/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/arch/m68k/include/mmu_40.h \
    src/sys/arch/m68k/include/mmu_51.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