Module Name:    src
Committed By:   martin
Date:           Sun Feb 13 12:24:25 UTC 2022

Modified Files:
        src/sys/arch/macppc/dev: zs.c
        src/sys/arch/powerpc/include: ofw_cons.h
        src/sys/arch/powerpc/oea: ofw_consinit.c

Log Message:
PR port-macppc/56091: on G5 macs we currently can not easily make
early serial console work, so keep the OF based "failsafe" console
but note that we would like to switch over.
Once zs attaches, use the new device mapping and do a belated init
of the zs console globals, and then switch over to real zs based
serial console.


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/sys/arch/macppc/dev/zs.c
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/powerpc/include/ofw_cons.h
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/powerpc/oea/ofw_consinit.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Reply via email to