Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/m68k
Module Name: src
Committed By: thorpej
Date: Sun Apr 26 15:12:09 UTC 2026
Modified Files:
src/sys/arch/m68k/include: bus_space_simple.h
src/sys/arch/m68k/m68k: bus_space_simple.c
Log Message:
Add bus_space_mmap() to the simple implmentation, and provide a default
implementation that returns failure; if a platform wants to support this,
it will need to provide a _bus_space_mmap() implementation that matches
the address ranges that are to be supported for this operation.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/m68k/include/bus_space_simple.h
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/m68k/m68k/bus_space_simple.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