home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / comm / jmod120.lzh / REV106.DOC < prev    next >
Text File  |  1989-01-10  |  711b  |  13 lines

  1.     16-SEPT-1988            Richard B. Johnson V1.06
  2.     Found bug in interrupt service routine where if both the line status
  3.     and modem status interrupts happened at the same time the UART would
  4.     ignore the lowest-priority interrupt (the modem status) forever. This
  5.     could occur when large files were being transferred and flow-control
  6.     was active. The program would hang forever waiting for the modem
  7.     status to change when, in fact, it had many hours ago. The work-
  8.     around was to read the modem status every time anything caused a
  9.     UART interrupt. This is one of the known "bugs" of the 8250 UART.
  10.     The bug is in the documentation. The UART is doing just what it was
  11.     told to do (which isn't what I wanted).
  12.  
  13.