home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / 22396 < prev    next >
Encoding:
Text File  |  1993-01-01  |  1.8 KB  |  41 lines

  1. Newsgroups: comp.os.linux
  2. From: jes@grendel.demon.co.uk (Jim Segrave)
  3. Path: sparky!uunet!pipex!demon!grendel.demon.co.uk!jes
  4. Subject: Re: BUG in 0.99[p1] kernel c
  5. References: <725836861.AA28902@remote.halcyon.com>
  6. Organization: Segrave Software Services
  7. Date: Fri, 1 Jan 1993 20:23:24 +0000
  8. Message-ID: <1993Jan1.202324.215@grendel.demon.co.uk>
  9. Sender: usenet@demon.co.uk
  10. Lines: 29
  11.  
  12. In article <725836861.AA28902@remote.halcyon.com> Andy.Tainter@f615.n109.z1.fidonet.org (Andy Tainter) writes:
  13.  
  14. >You *CAN* have more than one card on INT 2, this is a cascaded int and
  15. >you can have upto 7 (may be 6) devices using it...
  16. >
  17. >That is DOS, maybe linux cannot do that, but the hardware is set upto
  18. >do
  19. >it...
  20.  
  21. This is not quite correct. INT 2 is connected to the interrupt request
  22. output of the second interrupt controller which in turn is connnected to
  23. the ISA bus IRQ8..IRQ15 lines. When one of these lines has an active
  24. high edge, the second controller generates an interrupt request which
  25. then activates the INT 2 input of the master interrupt controller. This
  26. input is NOT connected to any line anywhere on the ISA bus. The
  27. interrupt controllers are programmed for cascade operation on the master's
  28. INT 2 request line so that the interrupt vector passed to th CPU on an 
  29. interrupt generated on IRQ8..IRQ15 will get its vector supplied from the
  30. second interrupt controller. Of course Linux upports this, if it didn't,
  31. no non-SCSI disc would work.
  32.  
  33. None of this has anything to do with sharing a bus IRQ line between cards -
  34. the advice posted earlier is correct - you can not share interrupts
  35. between cards without modifying the motherboard with diode networks. It
  36. may work at first but the long term effect is likely to be component damage.
  37.  
  38. -- 
  39. Jim Segrave - Segrave Software Services       (jes@grendel.demon.co.uk)
  40.  
  41.