home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / alt / msdos / programm / 3125 < prev    next >
Encoding:
Internet Message Format  |  1993-01-09  |  2.6 KB

  1. Xref: sparky alt.msdos.programmer:3125 comp.msdos.programmer:112 comp.os.msdos.programmer:11947 comp.sys.ibm.pc.programmer:759
  2. Path: sparky!uunet!psinntp!sugar!tghost!dadstoy!zatar
  3. From: zatar@dadstoy.gbdata.com (Terry Stockdale)
  4. Newsgroups: alt.msdos.programmer,comp.msdos.programmer,comp.os.msdos.programmer,comp.sys.ibm.pc.programmer
  5. Subject: Re: IRQ2 or IRQ5
  6. Message-ID: <zvtTrAsDBh107h@dadstoy.gbdata.com>
  7. Date: Sat, 9 Jan 93 09:06:43 -0600
  8. References: <1993Jan7.122713.17450@walter.cray.com>
  9. Organization: Lots of little files on drive D:
  10. Lines: 56
  11.  
  12. In <1993Jan7.122713.17450@walter.cray.com> kelly@spyro.cray.com (Matt Kelly) writes:
  13. >HELP!!!!
  14.  
  15. >I built a home-brew MIDI interface for my synthesizer setup.  When
  16. >I built it, I had an old PC-XT clone.  I hooked up the receiver
  17. >section of the interface's UART chip (8250) to IRQ2.  This worked
  18. >just dandy.
  19.  
  20. >Now I have a 386-SX system.  IRQ 2 doesn't work anymore.  All docu-
  21. >mentation I have read has said that IRQ2 is a "cascade" interrupt.
  22. >WHAT DOES THIS MEAN, AND HOW DO I MAKE IT WORK????
  23.  
  24. >In an effort to speed up my success, I rewired the interface so
  25. >that it would use IRQ5 instead of IRQ2.  Still no interrupt response.
  26.  
  27. >I took the software I was using on the old system (which I wrote),
  28. >and re-compiled the .ASM files which handle the interrupts so that
  29. >they would use IRQ5 instead.  Total death.
  30.  
  31. >Any help would be appreciated.  The system I have is a Goldstar with
  32. >2 serial, 1 parallel, 1 game port, 40 meg HD, 2 floppy drives, VGA.
  33.  
  34. >Thanks in advance,
  35.  
  36. >Matt K.
  37. >==============================================================================
  38. >kelly@els.cray.com                   |   Cray Research, Inc.
  39. >                                     |
  40. >Opinions expressed herein are just   |   "The world's fastest supercomputers".
  41. >that.                                |
  42. >==============================================================================
  43.  
  44. That's "cascade" as in falls into a bunch of pieces.  The IRQ2 was split
  45. at the time of the AT (I think) to provide more interrupts for use.  Eight
  46. bit cards still can't use the bigger numbers, but I understand that the
  47. 16bit cards that need interrupts can do so.  
  48.  
  49. According to my new motherboard's manual, here they are:
  50.  
  51. IRQ 2    |--IRQ 8    Realtime clock interrupt
  52.         |--IRQ 9    INT 0AH
  53.         |--IRQ 10    Reserved
  54.         |--IRQ 11    Reserved
  55.         |--IRQ 12    Reserved
  56.         |--IRQ 13    Coprocessor
  57.         |--IRQ 14    Hard Disk
  58.         |--IRQ 15    Reserved
  59.        
  60.  
  61. -- 
  62. __
  63. "Even if you're on the right track, 
  64. you'll get run over if you don't move."  --Will Rogers.
  65.  
  66. terry@dadstoy.gbdata.com    Terry Stockdale        Houston, Texas
  67.