home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 9 / novell-nsepro-1992-vol09.iso / download / tb293.txt < prev    next >
Text File  |  1992-03-16  |  4KB  |  78 lines

  1.                     NOVELL TECHNICAL BULLETIN
  2.  
  3.              TITLE:  Lost and Spurious Interrupts and Netware
  4.       DOCUMENT ID#:  TB.P.293
  5.               DATE:  20 August 1991
  6.            PRODUCT:  NetWare O/S
  7.   PRODUCT REVISION:  v2.x, v3.x
  8.    CROSS-REFERENCE:  N/A
  9.  
  10.            SYMPTOM:  Lost or Spurious Interrupts Reported
  11.  
  12. ISSUE/PROBLEM 
  13.  
  14. Lost or spurious interrupts may be generated by disk and LAN
  15. hardware adapters on file servers with the Intel 80486
  16. microprocessor.  These interrupts may also be generated when the
  17. file server contains a LAN board that has an Intel 82586 LAN
  18. coprocessor.  
  19.  
  20. A lost interrupt occurs when either the primary or the secondary
  21. programmable interrupt controller (PIC) loses a device's interrupt
  22. request (IRQ) signal before the microprocessor is able to respond
  23. with an interrupt acknowledge (INTA) signal.  A spurious interrupt
  24. occurs when an interrupt service routine (ISR) is called, but the
  25. associated hardware does not need to be serviced.
  26.  
  27. How NetWare handles lost and spurious interrupts depends on the
  28. NetWare version being used.
  29.  
  30. NetWare v2.x does not report lost or spurious interrupts.  But
  31. dedicated NetWare v2.15 revision C may hang at load time because of
  32. a lost interrupt on an 80486-based machine.  Hardware interactive
  33. utilities such as VREPAIR may also result in a hang.  Nondedicated
  34. NetWare v2.15 revision C does not exhibit this hang problem.
  35.  
  36. NetWare v3.10 generates the following system alert each time a lost
  37. interrupt is detected by the primary PIC (IRQ 0-7):  "Interrupt
  38. controller detected a lost hardware interrupt."  With NetWare
  39. v3.10, lost interrupts occurring on the secondary PIC (IRQ 8-15)
  40. are interpreted as spurious interrupts and result in the following
  41. message:  "Spurious hardware interrupt 15 detected."  When an
  42. actual spurious hardware interrupt occurs, the system alert is
  43. "Spurious hardware interrupt xx detected."
  44.  
  45. NetWare v3.11 reports lost and spurious interrupts the same way as
  46. NetWare v3.10, with the added capability of reporting lost
  47. interrupts on the secondary PIC.  The resulting message in the case
  48. of a lost interrupt on the secondary PIC is "Secondary interrupt
  49. controller detected a lost hardware interrupt."
  50.  
  51. SOLUTION
  52.  
  53. If the lost and spurious error messages occur on a file server with
  54. an Intel 80486 microprocessor, the user can obtain a disk or LAN
  55. driver that has been modified to avoid the 80486 lost interrupt
  56. situation.  Users may contact the driver developer for enhanced
  57. drivers addressing these problems.
  58.  
  59. If lost or spurious error messages occur and an Intel 82586 LAN
  60. coprocessor is visible on a LAN adaptor in the file server, the
  61. user can turn off the display of lost and spurious interrupt
  62. messages as described below.   
  63.  
  64. For other occurrences of lost and spurious interrupt messages, a
  65. possible solution is to isolate and replace or repair the
  66. responsible hardware or software (as would be done with a GPI or
  67. GPPE error).
  68.  
  69. With NetWare versions 3.10 and 3.11, the user can disable the
  70. display of lost and spurious interrupt alerts by entering "SET
  71. Display Lost Interrupt Alerts = OFF" and "SET Display Spurious
  72. Interrupt Alerts = OFF" at the file server console.  The default to
  73. these parameters is ON.  Disabling these messages does not stop
  74. lost interrupts from occurring or affect how the operating system
  75. handles lost interrupts; it simply tells the operating system to
  76. not generate the lost interrupt message.  In other words, setting
  77. the Display Lost Interrupt Alerts parameter to ON or OFF does not
  78. affect the functionality of the system.