freebsd-dev/sys/dev/cy
Bruce Evans 3bc124d470 Wait for channel commands to complete after issuing the commands.
The optimisation of only waiting before issuing new commands is
obviously invalid in general and it caused many errors in NIST-PCTS.
I think the errors were mostly for characters sent with the wrong
parity, etc., after a half complete tcsetattr().

Use microtime() instead of a magic loop count to limit the wait.
The wait is a busy-wait :-( and normally takes about 500 usec.
1998-12-19 16:28:57 +00:00
..
cy_isa.c Wait for channel commands to complete after issuing the commands. 1998-12-19 16:28:57 +00:00
cy_pci.c probe function changed from returning char * to const char *. 1998-12-14 06:37:37 +00:00
cy.c Wait for channel commands to complete after issuing the commands. 1998-12-19 16:28:57 +00:00
cyreg.h Untangled the Cyclades offsets a little. CY16_RESET and CY_CLEAR_INTR 1998-11-23 13:58:55 +00:00