Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Reinoud Zandijk <reinoud@netbsd.org>
List: source-changes
Date: 02/24/2001 23:29:39
Module Name: syssrc
Committed By: reinoud
Date: Sat Feb 24 21:29:39 UTC 2001
Modified Files:
syssrc/sys/arch/arm32/iomd: qms_iomd.c
syssrc/sys/arch/arm32/riscpc: rpc_machdep.c
Log Message:
Fixed the `slow printing' bug that occured with debugged kernels on RiscPC's.
When the IOMD isnt mapped and all is mapped 1:1 a read gives garbage and thus
the obscure feature that slows down printing (or halts it!) when the mouse
button is pressed during output to the vidcconsole gets allways activated.
Included a simple flag that signals if the IOMD is mapped; the delay routine
won't check the mouse if this flag is still clear.
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 syssrc/sys/arch/arm32/iomd/qms_iomd.c
cvs rdiff -r1.37 -r1.38 syssrc/sys/arch/arm32/riscpc/rpc_machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.