[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Latest Re-sync



> There is also a problem with BIOS FS.  My terminal reads AUX for about
> ... well .. it reads until the buffer is empty but then it no longer
> reads any more characters.  I can still send characters, but none are
> read.  This is definately a bug.  I am using MODM0DEV instead of MiNTs
> built-in MODEM1 in order to fix the problem.  MODEM1 is broke, MODM0DEV
> isn't (although it would be nice it MODM0DEV used addroottimeout
> instead of its daemon - it's daemon uses CPU time too - is it polling
> at all?).

Add a line

checkbttys();

to the top of sleep() in proc.c. This cures the problem.

Cheers,
Kay.