CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/04/07 08:36:34
Modified files:
sys/arch/macppc/macppc: machdep.c ofw_machdep.c ofw_machdep.h
Log message:
Remove a lie, the early boot console does not need any mapping.
In fact we even use the firmware interface for "bsd -c" and "bsd -d".
So do the necessary firmware calls before calling initppc() to be able
to use printf() really early in the boot sequence.
