freebsd-skq/sys/dev/cy
Bruce Evans 747c608e8d Flush the tx fifo in cystop(). Now ttyflush() (and thus tcflush(3))
almost works properly.  Unfortunately, there is no way to flush
the rx fifo without resetting the channel, which also flushes the
tx fifo.  We avoid resetting even when both fifos need to be flushed,
since resetting seems to cause the rx to lose sync if it is done
while data is arriving.

Reminded by:	NIST-PCTS
1998-12-17 19:23:09 +00:00
..
cy_isa.c Flush the tx fifo in cystop(). Now ttyflush() (and thus tcflush(3)) 1998-12-17 19:23:09 +00:00
cy_pci.c probe function changed from returning char * to const char *. 1998-12-14 06:37:37 +00:00
cy.c Flush the tx fifo in cystop(). Now ttyflush() (and thus tcflush(3)) 1998-12-17 19:23:09 +00:00
cyreg.h Untangled the Cyclades offsets a little. CY16_RESET and CY_CLEAR_INTR 1998-11-23 13:58:55 +00:00