home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / utility / disk / analyser / analyser.doc next >
Text File  |  1993-12-19  |  2KB  |  48 lines

  1.              ANALYSER - a simple ACSI/SCSI device scanner
  2.              --------------------------------------------
  3.  
  4. ANALYSER version 1.0 is Freeware by Roger Burrows, Anodyne Software.
  5. It is hereby placed in the public domain, and may be freely copied and
  6. distributed.  Please keep the program executable and this documentation
  7. together - thanks.
  8.  
  9. Description
  10. -----------
  11. ANALYSER is a program to scan the peripheral bus(es) on STs and TTs.
  12. On the ST, it scans the ACSI bus; on the TT, it scans both the ACSI
  13. and SCSI buses.  It issues an INQUIRY command to each possible
  14. address in order to determine if there is a device at that address
  15. and, if so, what type of device it is.
  16.  
  17. The possible types (as defined by the SCSI spec) are:
  18.     direct-access device (e.g. hard disk)
  19.     sequential-access device (e.g. tape)
  20.     printer device
  21.     processor device
  22.     write-once read-multiple device (e.g. optical disk)
  23.     read-only direct-address device (e.g. cd-rom)
  24. If the device isn't recognised as one of the above, it shows as
  25. "unknown device".
  26.  
  27. Limitations
  28. -----------
  29. 1. ANALYSER does not try to identify if there is more than one logical
  30.    unit at each address.  This situation is relatively rare when using
  31.    SCSI devices (either directly on a TT or via an ACSI-to-SCSI host
  32.    adapter).  It can occur if you are using older-style MFM drives
  33.    connected via an MFM-to-SCSI converter.
  34. 2. ANALYSER does not display the specific vendor and model identifier
  35.    for each device.
  36.  
  37. Paranoia department
  38. -------------------
  39. As described above, this program only issues an INQUIRY command to
  40. each device, which responds with basic device information.  I have
  41. run it on my 1040ST and TT030 with no problems.  However, in the
  42. extremely unlikely event that it causes problems with your equipment,
  43. your spouse, or your pet aardvark, I cannot be responsible for any
  44. damage to the aforementioned equipment, spouse, or aardvark.
  45.  
  46. Roger Burrows
  47. Anodyne Software
  48.