Module Name: src Committed By: thorpej Date: Fri Mar 5 18:10:07 UTC 2021
Modified Files: src/sys/arch/powerpc/include: ofw_cons.h src/sys/arch/powerpc/oea: ofw_consinit.c ofwoea_machdep.c Log Message: Separate probing for the console device and initializing it, so that ofwoea_initppc() can have more control over which of those steps are performed during initialization. Probing happens before setting up the exception vectors, initializing happens after. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/powerpc/include/ofw_cons.h cvs rdiff -u -r1.23 -r1.24 src/sys/arch/powerpc/oea/ofw_consinit.c cvs rdiff -u -r1.58 -r1.59 src/sys/arch/powerpc/oea/ofwoea_machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.