[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
resolved: termios without ICANON
- Date: Wed, 2 Sep 1998 10:53:35 -0400
- From: qqi at world.std.com (qqi)
- Subject: resolved: termios without ICANON
> > If I add call to tcdrain() right after printf("Hello, world\n");
> > it will work too.
> >
> > Can it be related to the difference between pc386 and BSP you are
> > using ?
>
>
> Do you have a device-dependent ioctl handler in your driver?
It is not clear what do you mean, I am using pc386 with console on com1.
> Is your driver using interrupts or polling?
My driver is using interrupts. I suspect that you tried your example
on 68360 based device. Then the difference can be that my driver interrupts
after first character transmitted and yours after several chars. So, by the
time
your driver interrupts ioctl already complete.
> Eric Norum eric at skatter.usask.ca
Thanks,
Aleksey