home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / mac / programm / 20801 < prev    next >
Encoding:
Text File  |  1993-01-06  |  1.4 KB  |  35 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!The-Star.honeywell.com!umn.edu!mmm.serc.3m.com!us267418
  3. From: us267418@mmm.serc.3m.com (Andy Ihlenfeldt)
  4. Subject: Nubus interrupt service routine development
  5. Message-ID: <1993Jan6.155925.8880@mmm.serc.3m.com>
  6. Organization: 3M - St. Paul, MN  55144-1000 US
  7. Distribution: na
  8. Date: Wed, 6 Jan 93 15:59:25 GMT
  9. Lines: 24
  10.  
  11. Howdy - I am involved in developing a device driver to support some custom
  12. nubus hardware and am having a rather difficult time debugging my code.
  13. Before I get into any particulars, does anyone have suggestions on 
  14.      o development strategies (wrt drivers & nubus boards)
  15.      o development tools      ( "     "    "   "     "   )
  16.      o Interrupt handlers for nubus interrupts ( sIntInstall )
  17.      o development texts
  18.  
  19. In particular, I find my program crashes and the stack appears to be junk.
  20. The PC is set to a known, but completely unreasonable value and I have
  21. no way of finding out how it got there.  I suspect it has to do with the
  22. interrupt code, but I'm not sure.  I don't really know what tools I should
  23. look into to locate the bug.  The Think C debugger is pretty useless and 
  24. I haven't had much success with MacsBug either.
  25.  
  26. Mostly, what I really want are techniques that you might have used when
  27. developing device drivers using nubus interrupts.  Have you found a useful
  28. tool for such development?
  29.  
  30. Thanks.
  31.  
  32. Andy
  33. arihlenfeldt@mmm.com
  34.  
  35.