home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / alt / msdos / programm / 2713 < prev    next >
Encoding:
Text File  |  1992-11-11  |  1.1 KB  |  38 lines

  1. Newsgroups: alt.msdos.programmer
  2. Path: sparky!uunet!sun-barr!cs.utexas.edu!csc.ti.com!tilde.csc.ti.com!mksol!krause
  3. From: krause@mksol.dseg.ti.com (David J. Krause)
  4. Subject: Re: AT PIC questions
  5. Message-ID: <1992Nov11.182916.3837@mksol.dseg.ti.com>
  6. Keywords: AT PIC 8259 master slave EOI
  7. Organization: Texas Instruments Inc
  8. References: <6587@dciem.dciem.dnd.ca>
  9. Distribution: na
  10. Date: Wed, 11 Nov 1992 18:29:16 GMT
  11. Lines: 25
  12.  
  13. In <6587@dciem.dciem.dnd.ca> rjm@dciem.dciem.dnd.ca (Robert J. Manley) writes:
  14.  
  15. >Hi netters.
  16.  
  17. >Some easy question for those with their tech ref manuals nearby.
  18. >For the AT PICs (8259) I need to know:
  19.  
  20. >    1. slave IO port address
  21. Ports A0h and A1h are to the slave 8259 what ports 20h and 21h are for the
  22. master 8259.
  23.  
  24. >    2. slave INT vect range set by BIOS
  25. The interrupts generated by the slave 8259 are 70h - 77h.  BTW, 70h is the
  26. high-speed timer tick interrupt.
  27.  
  28. >    3. EOI sequence (master/slave or slave/master)
  29. I believe that you send an EOI to slave then master, but I could not 
  30. guarantee that.
  31.  
  32. Good luck,
  33.   Dave
  34.  
  35. This has got to be some of the hardest to find info out ther on the PC.
  36.  
  37. krause@lobby.ti.com
  38.