home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / bbs / waffle / 4379 < prev    next >
Encoding:
Internet Message Format  |  1992-11-21  |  1.5 KB

  1. Path: sparky!uunet!mcsun!news.funet.fi!network.jyu.fi!jybox!otto
  2. From: otto@jybox.jyu.fi (Otto J. Makela)
  3. Newsgroups: comp.bbs.waffle
  4. Subject: Re: "other" interrupts with BNU
  5. Message-ID: <7L1LuB8w165w@jybox.jyu.fi>
  6. Date: Sun, 22 Nov 92 00:06:53 EET
  7. References: <J9VkuB1w165w@arts.com>
  8. Organization: Jyvaskyla Electronic Mailbox
  9. Lines: 25
  10.  
  11. mike@arts.com (Mike Witt) writes:
  12.  
  13. > mike@arts.com (Mike Witt) writes:
  14. > > Is there any way I can tell BNU about these parameters,
  15. > I realized as I read my post, that I didn't really ask what
  16. > I was trying to ask.  I'm TRYING to set the parameters with
  17. > the BNUPORT utility.  I can see how to set the I/O address, but
  18. > I don't understand how the interrupt "mask" and "vector" relate
  19. > to the fact that I want to use interrupt 7.
  20.  
  21. Ah, I see.  The vector is what the CPU interrupt number generated
  22. by the actual hardware interrupt is -- in the case of IRQ7 it is 0Fh
  23. or 15 in decimal.  The mask is the bitmask which you give the 8259A
  24. interrupt controller chip to enable this particular interrupt -- for
  25. IRQ7 the mask is 01111111b=7Fh or 127 in decimal.  Are you sure the
  26. BNU manual doesn't explain this?
  27.  
  28. By the way, are you aware that IRQ7 is also used by the parallel
  29. port hardware?
  30.  
  31.    /* * * Otto J. Makela <otto@jybox.jyu.fi> * * * * * * * * * * * * * * * */
  32.   /* Phone: +358 41 613 847, BBS: +358 41 211 562 (V.32bis/USR-HST,24h/d) */
  33.  /* Mail: Kauppakatu 1B18/SF-40100 Jyvaskyla/Finland, ICBM: 62.14N25.44E */
  34. /* * * Computers Rule 01001111 01001011 * * * * * * * * * * * * * * * * */
  35.