home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / vxworks / 1184 < prev    next >
Encoding:
Text File  |  1993-01-08  |  1.7 KB  |  42 lines

  1. Newsgroups: comp.os.vxworks
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!caen!hellgate.utah.edu!csn!news.den.mmc.com!phantom!geger
  3. From: geger@phantom.den.mmc.com (George Eger (303) 971-6974)
  4. Subject: mv167/vmechip2 dma library
  5. Message-ID: <1993Jan8.171513.11601@den.mmc.com>
  6. Keywords: mv167 vmechip2 dma
  7. Sender: news@den.mmc.com (News)
  8. Nntp-Posting-Host: phantom
  9. Organization: Martin Marietta Astronautics Group
  10. Date: Fri, 8 Jan 1993 17:15:13 GMT
  11. Lines: 29
  12.  
  13. Has anyone out there got a basic library to run the vmechip2's dma controller
  14. on a mv167?  I am looking for something like:
  15.  
  16.     dmaInit();
  17.     dmaGet(to, from, length);
  18.     dmaPut(to, from, length);
  19.  
  20. and an optional routine to set non-blocking, completion notification,
  21. bus priority levels and modes, and abort:
  22.  
  23.     dmaIoctl(...);
  24.  
  25. If not, we are going to build one and will post it.
  26.  
  27. Thanks,
  28.  
  29. GWE
  30.  
  31. ||==========================================================================
  32. ||George Eger / geger@den.mmc.com ||   Voice - (303) - 971 - 6974         ||
  33. ||Fault Tolerant Avionics         ||   Fax   - (303) - 977 - 1145         ||
  34. ||Launch Systems                  ||   MS T320                            ||
  35. ||Martin Marietta Astro Group     ||   P.O. Box 179, Denver CO 80201      ||
  36. ||==========================================================================
  37. ||We are at a cusp - between the past when humans were more reliable than ||
  38. ||computers and the future when computers are more reliable than humans.  ||
  39. ||==========================================================================
  40. ||All opinions (however truthful or misinformed) are my own.              ||
  41. ||==========================================================================
  42.