home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / amiga / graphics / 8929 < prev    next >
Encoding:
Text File  |  1993-01-21  |  2.4 KB  |  54 lines

  1. Newsgroups: comp.sys.amiga.graphics
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sdd.hp.com!col.hp.com!fc.hp.com!koren
  3. From: koren@fc.hp.com (Steve Koren)
  4. Subject: Re: Recording animations to tape in real time
  5. Sender: news@fc.hp.com (news daemon)
  6. Message-ID: <C18916.55t@fc.hp.com>
  7. Date: Thu, 21 Jan 1993 23:24:42 GMT
  8. References: <bburdeau.0563@redorc.chi.il.us>
  9. Organization: Hewlett-Packard Fort Collins Site
  10. X-Newsreader: Tin 1.1.3 PL5
  11. Lines: 41
  12.  
  13. Bob Burdeau (bburdeau@redorc.chi.il.us) wrote:
  14. > 10 megs a second?  I thought that was the limit of SCSI-2 (the faster SCSI), is
  15. > it not?
  16.  
  17. I think SCSI-1 vs. SCSI-2 doesn't have any real impact on the speed -
  18. its mostly a protocol difference.  At least as I understand it (I've
  19. been wrong before :-) ).  You can use a SCSI-1 controller with a SCSI-2
  20. device with no troubles, on the same bus.
  21.  
  22. However, what matters a lot whether it is differential SCSI or single
  23. ended SCSI, and whether it is wide SCSI vs normal SCSI.  Single ended
  24. SCSI uses even pins 2 through 16 as low true data pins, most odd pins
  25. are ground, and the rest are other junk like ACK, SEL, etc.
  26. Differential SCSI, on the other hand, uses both high true and low true
  27. versions of the data bits - some of the ground leads (3 through 19 odd)
  28. are replaced with high true data bits.  This does some funky thing with
  29. the electrical properties which means they can run it faster.  But
  30. obviously, differential SCSI devices are not compatible with
  31. single-ended SCSI controllers, and vice versa.  All SCSI controllers for
  32. the amiga that I know of are single-ended SCSI.  Differential SCSI is
  33. popular on workstations.  Also, differential SCSI requires a 50 pin
  34. connector, (obviously), where single-ended SCSI can be run on the 25 pin
  35. connectors that Amigas sometimes use for external devices.
  36.  
  37. I believe wide-SCSI uses 16 data pins instead of 8, but I'm not entirely
  38. sure there.
  39.  
  40. A friend of mine who writes SCSI drivers for workstations says:
  41.  
  42.  "There are only two legit SCSI bus speeds: 5 Mb/sec and 20 Mb/sec.
  43. Some controllers claim 10 Mb/sec, but they get it by running 5 Mb/sec
  44. beyond spec.  This is dangerous and prone to failure."
  45.  
  46. (Funny, I always thought 10 Mb/sec was real.)
  47.  
  48. Of course, the bandwidth of your SCSI bus has very little to do with
  49. your actual xfer speeds, since most affordable drives don't go nearly
  50. that fast anyway.  And you may not be able to snarf the data up as fast
  51. as your drive/controller/bus can supply it.
  52.  
  53.   - steve
  54.