4.3 dropping characters ?

Keith Muller muller at sdcc7.ucsd.EDU
Tue Oct 7 18:44:22 AEST 1986


In article <323 at uwmacc.UUCP>, edwards at uwmacc.UUCP (mark edwards) writes:
> 
>    Has anyone else experienced dropped characters on their screens.
> 
>    We have emulex dmfs. It seems either the first character of a line
>    or the last character of a line get dropped occasionally.

This is because the UCB dmf driver expects that at the end of a dma
output the dma address register contains the dma start address + the
dma character count. It uses this to determine hown many characters
ndflush is to be called with. emulex and other non dec dmf's unibus
word align this register so that when odd count dma's are performed
one character too many is flushed.
There is also a flow control problem that causes some lines to be
output more than once. I posted the fixes to both problems once before,
but you can send mail me if you cant get them.
	Keith Muller
	University of California, San Diego
	muller at nprdc.ARPA
	muller at sdcsvax.ucsd.EDU



More information about the Comp.unix mailing list