freebsd-dev/sys/isa
Bruce Evans d1adf9f099 Fixed the SMC fifo bug fix. sioopen() hung while input was streaming in
with <= 100 usec between each character arrival time.  This didn't happen
until rev.1.75 of clock.c because DELAY(100) used to delay for closer to
80 usec than 100 usec, and the minimum time between character arrivals is
87.8 usec at the maximum supported speed of 115200 bps 8N1.

Clear DCD timestamp flag on close (the input timestamp flag is already
cleared).
1997-02-01 16:04:16 +00:00
..
ic
atrtc.c Estimate an initial overhead of 0 usec instead of 20 usec in DELAY(). 1997-01-29 22:51:44 +00:00
fd.c
fdc.h
fdreg.h
joy.c
kbdio.c - Modified for PC-98. 1997-01-16 14:56:16 +00:00
kbdio.h
kbdtables.h
rtc.h
sio.c Fixed the SMC fifo bug fix. sioopen() hung while input was streaming in 1997-02-01 16:04:16 +00:00
sioreg.h
syscons.c Fixed the "switch to next screen" command (normally bound to the 1997-01-30 15:12:17 +00:00
syscons.h Add save/restore cursor as pr SCO screen(HW) manpage. 1997-01-23 20:00:45 +00:00
timerreg.h