Module Name: src Committed By: christos Date: Fri May 13 13:40:56 UTC 2016
Modified Files: src/sys/arch/ia64/ia64: ssc.c Log Message: >From scole_mail: So here is a patch to get basic ski console output working. The ski simulator was decoding the wrong registers in ssccnputc() due to automagically inlined ssc() which contains a "break" simulated system call. The ski loader "skiload" has almost exactly the same inline assembly call for ssc(), but for whatever reason, (maybe ssc() and ski_cons_putchar() are in different files?), the ssc() function didn't get inlined and I/O worked fine. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/ia64/ia64/ssc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.