home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / sgi / 18656 < prev    next >
Encoding:
Text File  |  1993-01-11  |  1.8 KB  |  40 lines

  1. Newsgroups: comp.sys.sgi
  2. Path: sparky!uunet!gatech!emory!sol.ctr.columbia.edu!venezia!penev
  3. From: penev@venezia (Penio Penev)
  4. Subject: Re: SCSI floppy disk on INDIGO: Why is it so slooow?
  5. References: <unepq0o@zuni.esd.sgi.com>
  6. Sender: nobody@ctr.columbia.edu
  7. Organization: Rockefeller University
  8. Date: Mon, 11 Jan 1993 09:21:39 GMT
  9. X-Newsreader: TIN [version 1.1 PL6]
  10. Message-ID: <1993Jan11.092139.28106@sol.ctr.columbia.edu>
  11. Reply-To: penev@venezia.rockefeller.edu
  12. X-Posted-From: venezia.rockefeller.edu
  13. NNTP-Posting-Host: sol.ctr.columbia.edu
  14. Lines: 24
  15.  
  16. Dave Olson (olson@anchor.esd.sgi.com) wrote:
  17. : No!  There *are* s/w buffers on the host.  That doesn't help.  You
  18. : have an embedded drive controller that reads/writes a sector from the
  19. : drive to/from the controller ram, then the controller turns around
  20. : and gives the data to the host (for a write), or is ready to accept
  21. : another command (for a read).  All of that takes time, and by the time
  22. : the next sector is passed to the drive, the drive has already passed
  23. : the next sector, so you lose a rev.  This is the case whether you
  24. : ask for one sector at a time or 1000.  Basicly the embedded controller
  25. : was designed to be very cheap (as were the 2-3 others available at
  26. : the time, including NCR's), which translates to slow.
  27. :
  28.  
  29. As far as I remember, the controller has a mode of reading a series of tracks with 
  30. one operation. On the PC the transfer of the data is done by DMA. You specify to
  31. the DMA controller the address and the length and to the FDC the startin sector
  32. and the number of sectors. I do not know what's the connection of the controller
  33. to the SGI boxes (SCSI?), but suppose that analogous interface would work. 
  34. I remember 300Mbits/sec on the 720Kb floppies and 500 on the 1.2M ones. 
  35. This is of course the upper limit.
  36.  
  37. -- Penio.
  38.  
  39.