freebsd-dev/sys/dev/cy
Bruce Evans 3fd2d29816 Enabled dynamically sized tty input buffers (with enough buffering
for 1 second's worth of input) and larger tty output buffers.  The
interrupt-level buffers are still too small for speeds above 115200
bps (only a little too small for 230400 bps if RTS flow control is
enabled).

Don't call ttsetwater() explicitly in open().  It is now called for
the TTYDISC l_open() and should be static.

Don't attempt to register the cdevsw more than once.
1998-08-19 04:17:38 +00:00
..
cy_isa.c Enabled dynamically sized tty input buffers (with enough buffering 1998-08-19 04:17:38 +00:00
cy_pci.c Removed unused #includes. 1997-09-02 20:06:59 +00:00
cy.c Enabled dynamically sized tty input buffers (with enough buffering 1998-08-19 04:17:38 +00:00
cyreg.h Cleaned up previous commit, mainly by moving repetitive calculations 1998-08-13 19:03:22 +00:00