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 Apr  5 16:26:12 UTC 2026

Modified Files:
        src/sys/arch/m68k/include: m68k.h
        src/sys/arch/m68k/m68k: m68k_machdep.c
        src/sys/arch/mvme68k/mvme68k: machdep.c
        src/sys/arch/next68k/next68k: machdep.c
        src/sys/arch/virt68k/virt68k: machdep.c

Log Message:
Add a machine_init_common() routine that will be the holding tank
for common tasks across m68k machine_init() routines.  For now, it
only initializes the message buffer, and only on the seglist.h-using
platforms (mvme68k, next68k, virt68k).

Note that there will be some minor code duplication (as dead code)
as the various platforms make the transition to using this new routine,
but that seems preferable to large unweildy diffs across multiple platforms.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/m68k/include/m68k.h
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/m68k/m68k/m68k_machdep.c
cvs rdiff -u -r1.185 -r1.186 src/sys/arch/mvme68k/mvme68k/machdep.c
cvs rdiff -u -r1.136 -r1.137 src/sys/arch/next68k/next68k/machdep.c
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/virt68k/virt68k/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