home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d6xx / d698 / scram500.lha / SCRAM500 / SCRAM500.lzh / docs / SCSI.doc < prev    next >
Text File  |  1992-06-20  |  3KB  |  85 lines

  1.  
  2. SCSI DEVICES
  3.  
  4. The current driver works with most things SCSI, although we haven't
  5. tried everything. Most SCSI hard drives have been tested -
  6.  
  7.         SEAGATE
  8.         QUANTUM         best performer so far
  9.         CONNER
  10.         FUJITSU         also very fast
  11.         MAXTOR
  12.         NEC
  13.  
  14. We haven't found any drive not to work, but be wary of old devices. I
  15. don't think ADAPTEC ST-506 to SCSI ACB4000 controllers work, but later
  16. ESDI controllers may work. If anyone has access to such boards, I would
  17. like to hear how they go.
  18.  
  19. Other SCSI devices will rely on SCSI direct (implemented in SCRAM 500
  20. driver). This has been tested with a Toshiba CD ROM using the CD-ROM
  21. File System and works OK. I think SCSI tapes will work with appropriate
  22. software. Let me or Will know if you encounter problems and we will
  23. attempt to resolve them.
  24.  
  25.  
  26. CHEAP SCSI
  27.  
  28. For those of you with huge amounts of cash, there are lots of SCSI boxes
  29. available. Mount a SCSI hard drive (1.8 Gbyte at least) in one and
  30. connect to the SCRAM 500 using a MAC 25->50 SCSI cable - simple.
  31.  
  32. If you are on a budget, the following method is for you.
  33.  
  34. Buy an IBM power supply cube from a PC supplier. This will have an AC
  35. connector and several hard drive 4 pin power connectors. If your 500
  36. power brick ever shuffles off its mortal coil, wire up the funny power
  37. connector to the IBM power supply (standard trick).
  38.  
  39. Mounting the SCSI drive is an exercise in ingenuity. At least use a shoe
  40. box to keep the dust off. Given the ridiculous price of IBM clone boxes,
  41. it might be economical to buy a mini tower and put the SCSI stuff in
  42. there. It might be possible (I haven't tried it) to actually strip down
  43. your A500 and put it inside as well. Use the keyboard bare, or get a
  44. 2000 keyboard.
  45.  
  46. Make a SCSI cable by using 50 way ribbon and a header (to plug into the
  47. back of the drive). At the other end of the 50 way ribbon put either a
  48. 50 IDC Centronics socket, or solder the 50 way cable wires to a DB25
  49. direct.
  50.  
  51. The only thing to watch here is NOT to use 25 way ribbon to carry SCSI.
  52. The whole idea of 50 way ribbon cable for SCSI is that every signal is
  53. interleaved with GND. This guards against cross-talk and is a good idea.
  54. The MAC cable (25 wires) is not proper SCSI - even though it is the
  55. industry standard. It works by scrambling the wires to cancel out
  56. cross-talk. Fast SCSI devices have been known to behave erratically with
  57. MAC cables even on MACs, so be wary.
  58.  
  59. A nice solution would be a small board which converts a DB25 to a 50 way
  60. header strip allowing the use of cheap 50 way ribbon with mass
  61. termination headers at both ends. This could plug onto the SCRAM 500
  62. directly. Such a board could make use of +5 on pin 25 to power some
  63. diagnostic LEDs (to monitor BSY, REQ, ACK, SEL and possibly DATA).
  64.  
  65. For the serious SCSI hacker you can make a SCSI monitor with some cheap
  66. hardware as follows:-
  67.  
  68.     solder 2 DB25 (1 male 1 female) connectors back to back - this gives
  69.     you a 25 way pass-through SCSI plug with all signals exposed
  70.  
  71.     solder pin 1 of a 1K SIP to pin 25 (+5 volts).
  72.  
  73.     solder -ve (short wire) of various LEDS (different colour, shape) to
  74.     signals of interest on SCSI - REQ, ACK, BSY, SEL etc
  75.  
  76.     solder +ve (long wire) of LEDS to SIP pins
  77.  
  78. The LEDs will be sort of 3 state indicators:- dim    = undriven
  79.                                               bright = active low
  80.                                               off    = active high
  81.  
  82.  
  83. NJJ
  84.  
  85.