CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/01/20 11:34:00
Modified files:
sys/arch/macppc/macppc: machdep.c
sys/arch/socppc/socppc: machdep.c
sys/arch/powerpc/conf: files.powerpc
Added files:
sys/arch/powerpc/powerpc: bus_space.c
Log message:
Merge two copies of the (almost) identical bus space code into one file.
This brings bus_space_mmap(9) to socppc and change its bus_space_map(9)
implementation to use kernel_map instead of phys_map like macppc and
everybody else.
