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 26 13:21:41 UTC 2026

Modified Files:
        src/sys/arch/virt68k/conf: files.virt68k
        src/sys/arch/virt68k/dev: mainbus.c
        src/sys/arch/virt68k/include: bus_space.h
Added Files:
        src/sys/arch/m68k/include: bus_space_simple.h
        src/sys/arch/m68k/m68k: bus_space_simple.c
Removed Files:
        src/sys/arch/virt68k/virt68k: bus_space.c

Log Message:
Make a common shareable bus_space implementatino for the simple (and common)
case and make virt68k use.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/arch/m68k/include/bus_space_simple.h
cvs rdiff -u -r0 -r1.1 src/sys/arch/m68k/m68k/bus_space_simple.c
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/virt68k/conf/files.virt68k
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/virt68k/dev/mainbus.c
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/virt68k/include/bus_space.h
cvs rdiff -u -r1.3 -r0 src/sys/arch/virt68k/virt68k/bus_space.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