home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / atari / st / tech / 4122 < prev    next >
Encoding:
Internet Message Format  |  1992-07-23  |  1.1 KB

  1. Path: sparky!uunet!olivea!hal.com!decwrl!access.usask.ca!ccu.umanitoba.ca!vspicer
  2. From: vspicer@ccu.umanitoba.ca
  3. Newsgroups: comp.sys.atari.st.tech
  4. Subject: TT SCSI woes again...
  5. Message-ID: <1992Jul23.160454.12859@ccu.umanitoba.ca>
  6. Date: 23 Jul 92 16:04:54 GMT
  7. Sender: vspicer@ccu.umanitoba.ca
  8. Organization: University of Manitoba, Winnipeg, Manitoba, Canada
  9. Lines: 18
  10.  
  11. is anyone out there using Klaus Pedersen's SCSI driver code for the TT?
  12. i've modified it slightly to work under Lattice C 5.5 but it's giving
  13. me a hard time. 
  14.  
  15. the assembly routine that selects the SCSI device always times out, no
  16. matter how long a timeout period i give it. about a year ago i wrote my
  17. own code to drive the SCSI bus in C, but it doesn't do DMA transfer
  18. properly and needs to handshake data across. when we found Klaus' code
  19. we were quite pleased.
  20.  
  21. the thing that absoulutely killed the speed on my C routines was the
  22. device selection. it had to waste a lot of time just sitting in delay
  23. loops. Klaus' code is much more elegant about this, but it also
  24. appears to not work on our machine. 
  25.  
  26. any help or comments would be appreciated
  27.     thanks in advance
  28.         vic spicer
  29.