> It seems to me that we have to try the harder way and implement what Roland
> told us other systems implement. Any takers?
Or you could take the plunge and give oskit some serial drivers (by
stealing the Linux or BSD code) that works this way.
___
B
On Fri, Oct 19, 2001 at 09:44:28PM +0200, Diego Roversi wrote:
> Hi,
>
> I finally fixed gnumach so it can handle sustained transfert on serial
> port at higher speed. On my PC works great so I'm posting the patch for any
> brave guys who want test it on their PC.
>
> I hope to see the patch
The gnumach driver behaves like BSD drivers did ten years ago and more
(because that's where Mach evolved from). In the 1990s it became common to
use the faster serial port speeds on PCs and this became a problem, so the
*BSD systems changed their drivers to have the interrupt handler put raw
dat
On Fri, Oct 19, 2001 at 09:44:28PM +0200, Diego Roversi wrote:
> Hi,
>
> I finally fixed gnumach so it can handle sustained transfert on serial
> port at higher speed. On my PC works great so I'm posting the patch for any
> brave guys who want test it on their PC.
I have gotten as far as repro
Hi,
I finally fixed gnumach so it can handle sustained transfert on serial
port at higher speed. On my PC works great so I'm posting the patch for any
brave guys who want test it on their PC.
I hope to see the patch applied to the official gnumach soon, so I don't
have to manually apply to a