Re: Half duplex serial support

Theodore Y. Ts'o (tytso@MIT.EDU)
Wed, 27 Oct 1999 10:27:01 -0400


Date: Wed, 27 Oct 1999 14:07:35 +0100 (GMT)
From: Riley Williams <rhw@MemAlpha.CX>

1. The serial port will provide a flag field to indicate
its state, with the following states being defined:

....

Most of this state (RX-TO-TX, RECEIVING, FULL-RX, etc.) should be
implemented in the line discpline, since it's highly specific to the
half-duplex transmission discpline. The name of the game is to minimize
the amount of complexity that we need to introduce into each low-level
tty driver.

What you've laid out is a pretty good design of what the half-duplex
line discpline will need to do; it's where the work is done that's
critical in terms of managing complexity.

- Ted

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/