home *** CD-ROM | disk | FTP | other *** search
/ Vectronix 2 / VECTRONIX2.iso / FILES_07 / ICDP655A.ZIP / DOCS / ENGLISH / ADSCSI.DOC next >
Text File  |  1991-08-19  |  5KB  |  110 lines

  1. Copyright and Trademark Information
  2.  
  3. ADSCSI.CPX and this documentation are copyright 1991 by ICD, 
  4. Inc.  All rights reserved.  These files are authorized for 
  5. distribution only to owners of ICD's STHA, Advantage, and 
  6. AdSCSI host adapters directly on disk from ICD, Inc. or 
  7. electronically from our BBS, GEnie, or CompuServe.  No other 
  8. distribution is authorized.  AdSCSI is a trademark of ICD, 
  9. Inc.  Other product names mentioned may be registered 
  10. trademarks or trademarks of their holders.
  11.  
  12. Introduction
  13.  
  14. Atari's new extensible control panel XCONTROL offers a new 
  15. level of flexibility to ST owners.  It is no longer 
  16. necessary to have a separate desk accessory for each 
  17. hardware or software feature.  With ADSCSI.CPX, ICD adds 
  18. several host adapter control and information features to 
  19. XCONTROL.
  20.  
  21. ADSCSI.CPX and ADSPEED.CPX (for ICD's AdSpeed ST 
  22. accelerator) are the first, to our knowledge, third party 
  23. extensions to Atari's new XCONTROL extensible control panel.  
  24. At this time, this control panel is included with Mega STe and 
  25. TT computers and available on GEnie and CompuServe.  The new 
  26. control panel does not require the new versions of TOS in these
  27. computers to operate and will work fine on existing ST systems.
  28.  
  29. Installation
  30.  
  31. Simply copy the file ADSCSI.CPX to the directory containing 
  32. the rest of your *.CPX files.  For details on XCONTROL and 
  33. CPX installation, consult Atari's documentation.
  34.  
  35. Use
  36.  
  37. To access ADSCSI.CPX, open your control panel and scroll if 
  38. necessary until you see the AdSCSI Options entry.  Double 
  39. click on this entry to bring up the ADSCSI.CPX main window.
  40.  
  41. The main window for ADSCSI.CPX contains four sections: 
  42. Options, Information, Sense Codes, and Relog HDs.
  43.  
  44. The Options section allows you to enable or disable the 
  45. AdSCSI Hard Disk Handler write cache and enable and disable 
  46. write verify.  The buttons beside these options display the 
  47. current status (On or Off).  To change the status of either 
  48. of these features, click on the button, then click on your 
  49. choice.  Any changes made will not take effect until you 
  50. close the window or click on OK.
  51.  
  52. Clicking on OK or the window's close button or hitting the 
  53. RETURN key will put into effect any changes made in the 
  54. Options section.  Clicking on Cancel will quit ADSCSI.CPX 
  55. without making any changes.
  56.  
  57. Clicking on the Information box will bring up another window 
  58. giving information about the hard disk driver.  There is 
  59. more information available than will fit in the window.  To 
  60. see more, use the slider bar or click on the up or down 
  61. arrows.
  62.  
  63. The following information is available in the Information 
  64. window:
  65.  
  66. ICDBOOT Version.  This is the version of the ICD Hard Disk 
  67. Handler currently running in the system.
  68.  
  69. Folders Allocated.  This is the number of extra folders 
  70. allocated by the hard disk handler.  This number is set with 
  71. HDUTIL.PRG.
  72.  
  73. Max Sector Size.  This is the maximum sector size the driver 
  74. is configured for.  This is either the value saved in the 
  75. hard disk driver by HDUTIL.PRG or the largest sector size of 
  76. any partition in the system at boot, whichever is greater.
  77.  
  78. Cache Read Hits.  This number is the percentage of sector 
  79. reads attempted by the operating system that were read from 
  80. the cache rather than from the drive.  This number will 
  81. always be less than 100%, since some reads must come from 
  82. the drive.
  83.  
  84. Cache Write Hits.  This number is the percentage of sector 
  85. writes attempted by the operating system where the sector 
  86. was in the cache.  Unlike Cache Read Hits, this number is 
  87. not a clear indication of write cache effectiveness.  
  88. Further improvement of system performance is provided by the 
  89. write cache saving writes until periods of disk inactivity.  
  90. But any number seems to be better than none.
  91.  
  92. To exit the Information display, click on OK or the window's 
  93. close button.
  94.  
  95. The Sense Codes section shows a list of common sense codes 
  96. and their definitions.  Since there is no sense code 
  97. standard, and these numbers do come from the drive's 
  98. controller, it is possible that these definitions will not 
  99. hold for your system.  As with the information display, 
  100. there is more information available than will fit in the 
  101. window.  Click on the up and down arrows or use the scroll 
  102. bar to see the whole display.
  103.  
  104. Clicking on Relog HDs will cause the driver to check all 
  105. enabled IDs for hard drives.  This button is useful if you 
  106. have a removable media drive that was not ready (no 
  107. cartridge installed) when the computer booted.  Just insert 
  108. a cartridge, wait until the drive is ready, then click on 
  109. Relog HDs.
  110.