home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Bug_Fixes / Net.v7bugs / 0072 < prev    next >
Encoding:
Text File  |  1982-02-17  |  728 b   |  16 lines

  1. Autzoo.1392
  2. net.bugs.v7
  3. utcsrgv!utzoo!henry
  4. Tue Feb 16 19:16:30 1982
  5. DZ failure mishandling
  6. The Bell DZ driver (and the fixed-up one from Duke as well) can infinite-
  7. loop in the presence of certain kinds of hardware failures.  The scanning
  8. loop in the transmitter-interrupt routine runs forever if stuck bits cause
  9. the TRDY bit to stay on.  We had this happen not long ago.  The infinite
  10. loop is at interrupt priority and hence effectively hangs the system.
  11.  
  12. A reasonable way to be paranoid about this is to decrement a counter from,
  13. say, 10000, and drop out if it hits zero.  Our driver, in such circumstances,
  14. prints a message and sets the offending DZ's CSR to 0 to try and get rid of
  15. it long enough for an orderly shutdown.
  16.