Module Name: src Committed By: tsutsui Date: Fri Oct 19 13:40:33 UTC 2018
Modified Files: src/sys/arch/newsmips/apbus: zs_ap.c src/sys/arch/newsmips/include: apbus.h src/sys/arch/newsmips/newsmips: machdep.c Log Message: Reorganize APbus zs(4) console handling. - set sccport0a address on early startup and use it for cnputc and cngetc - explicitly initialize zs chip in the cninit function so that zs console can be used even if it is not initialized by PROM firmware Tested on both news50000 and news4000. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/arch/newsmips/apbus/zs_ap.c cvs rdiff -u -r1.6 -r1.7 src/sys/arch/newsmips/include/apbus.h cvs rdiff -u -r1.120 -r1.121 src/sys/arch/newsmips/newsmips/machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.