home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / next / programm / 7710 < prev    next >
Encoding:
Text File  |  1992-12-13  |  1.8 KB  |  37 lines

  1. Newsgroups: comp.sys.next.programmer
  2. Path: sparky!uunet!spool.mu.edu!agate!iat.holonet.net!bwilliam
  3. From: bwilliam@iat.holonet.net (Bill Williams)
  4. Subject: Re: SCSI devices on NeXT?
  5. Message-ID: <Bz74JI.35I@iat.holonet.net>
  6. Organization: HoloNet National Internet Access BBS: 510-704-1058/modem
  7. References: <1992Dec9.232617.28278@news2.cis.umn.edu>
  8. Date: Sun, 13 Dec 1992 11:42:53 GMT
  9. Lines: 26
  10.  
  11. I wrote a simple SCSI benchmark program for the NeXT over a year ago. It
  12. was primitive. I recall having to use only the "generic" SCSI driver. I
  13. recall Having to be root level when running. I remember being dissapointed
  14. that the generic driver had a 64K DMA burst or something like that that
  15. hindered raw high speed data throughput (compared to the real non-generic
  16. drivers. It took one day to write and I am not even a NeXT programmer (Mac
  17. guy) so I know you can easily do it on the NeXT.
  18.  
  19. Its very simple compared to Apples SCSI manager crap. (Which by the way is
  20. going to be totally obsoleted in almost every way when the Cousin Itt
  21. Apple SCSI manager ships soon (on the Cyclones for certain) Its called
  22. SCSI Manager 4.3 and it is very good, but will not allow simultaneous use
  23. of two Quadra SCSI chips in the same versatile manner as using TIBs
  24. allows. TIBs can be self modifying and do lots of neat-o stuff but no TIB
  25. support is possible on future SCSI managers from Apple. Thus you cannot
  26. stripe a partition across two devices that have dissimilar data transfer
  27. effective rates (1 3 meg per second device and one 1.5 meg per second
  28. device) and instruct the New Apple SCSI manager 4.3 to transfer 10 megs of
  29. striped data from both devices using two scsi paths (busses in this case)
  30. wherby one chip transfers 1.5 megs per second interlaced into destination
  31. buffer, and the other transfers 3 megs persecond interlaced in a
  32. lockstepped manner during the data phases. ARRRGGH! 
  33.  
  34.  
  35. Bill Williams
  36.  
  37.