cvs commit: src/sys/powerpc/include md_var.h ofw_machdep.h
src/sys/powerpc/powerpc mem.c ofw_machdep.c
Marcel Moolenaar
marcel at FreeBSD.org
Wed Jul 26 17:13:04 UTC 2006
marcel 2006-07-26 17:12:54 UTC
FreeBSD src repository
Modified files:
sys/powerpc/include md_var.h ofw_machdep.h
sys/powerpc/powerpc mem.c ofw_machdep.c
Log:
o Move the prototype of mem_valid() from ofw_machdep.h to md_var.h.
This avoids that mem.c has to include ofw_machdep.h, including
all OFW related headers.
o Provide a stub for OF_decode_addr(), which is used by low-level
console drivers to obtain a tag and handle given a OFW phandle.
This is different from sparc64, where a fake bus tag needs to be
created explicitly.
Revision Changes Path
1.27 +1 -0 src/sys/powerpc/include/md_var.h
1.3 +1 -1 src/sys/powerpc/include/ofw_machdep.h
1.2 +0 -1 src/sys/powerpc/powerpc/mem.c
1.16 +18 -0 src/sys/powerpc/powerpc/ofw_machdep.c
More information about the cvs-src
mailing list