home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / misc / adpt_cd.zip / READ410.TXT < prev   
Text File  |  1992-06-01  |  8KB  |  218 lines

  1. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  2.  
  3.  
  4.                         =====================================
  5.                        ASW-410 Installation Utility
  6.                         =====================================
  7.  
  8. OVERVIEW:
  9. =========
  10.  
  11.     This disk contains the Adaptec ASW-410 Installation Utility
  12.     (INSTALL.EXE) for the ASW-410 CD-ROM drivers (ASWCDxxx.SYS).
  13.     It can be invoked by simply making the drive which has the
  14.     INSTALL.EXE, ASWCDxxx.SYS, and MSCDEX.EXE files the current
  15.     drive and typing "install".
  16.  
  17.     The Adaptec ASPI CD-ROM module for DOS will work with all
  18.     Adaptec SCSI host adapters, provided that a DOS ASPI Manager
  19.     is loaded (via the CONFIG.SYS).
  20.  
  21.     To use this utility, the end user must receive the following
  22.     files:
  23.  
  24.     (1) INSTALL.EXE  - Install utility executable code
  25.     (2) INSTALL.HLP  - Install utility help file for C-Worthy 2.0
  26.     (3) INSTALL.CWA  - Install utility C-Worthy menus and screens
  27.     (4) MSCDEX.EXE   - Microsoft MS-DOS CD-ROM Extensions
  28.     (5) ASWCDxxx.SYS - Appropriate CD-ROM driver
  29.  
  30.     
  31.  
  32. Alternate Installation Procedure:
  33. =================================
  34.     Installation requires modifying the CONFIG.SYS and AUTOEXEC.BAT
  35.     files.  You must also copy the driver onto your hard disk, along
  36.     with the file MSCDEX.EXE.
  37.     
  38.     CONFIG.SYS
  39.     
  40.     - The DOS ASPI Manager for the host adapter should be loaded
  41.       before any other ASPI modules, including the CD-ROM module.
  42.     
  43.     - Use the DEVICE command for each driver you are using.  The format is:
  44.  
  45.         DEVICE = [path] ASWCDxxx.SYS /D:device_name
  46.  
  47.  
  48.     Note that this driver resets the SCSI when the driver initializes
  49.     itself.  This reset may cause problems if the SCSI bus has other
  50.     devices connected, such as a bootable hard drive.  The reset may be
  51.     disabled with a command line option as follows:
  52.  
  53.         DEVICE = [path] ASWCDxxx.SYS /D:device_name /NORST
  54.  
  55.     The "/NORST" causes the driver to not reset the SCSI bus.  If it
  56.     is not included, the default is to reset the bus.
  57.  
  58.  
  59.         
  60.     - Use the LASTDRIVE command to reserve enough drive letters.
  61.  
  62.     - FILES and BUFFERS should be set to at least 20.
  63.  
  64.     - A sample CONFIG.SYS might look like:
  65.  
  66.         DEVICE=ASPI4DOS.SYS (for AHA-1540, 1640, and 1740 (standard mode))
  67.         DEVICE=C:\ASWCDSNY.SYS /D:ASPICD0
  68.         LASTDRIVE=N
  69.         FILES=20
  70.         BUFFERS=20
  71.  
  72.     AUTOEXEC.BAT
  73.  
  74.     -AUTOEXEC.BAT is used to load the Microsoft Extensions, MSCDEX.EXE.
  75.      This allows a CD-ROM to be recognized as a single logical drive
  76.      letter under DOS.  It is not required to include MSCDEX.EXE in
  77.      AUTOEXEC.BAT, but is a convenience so that the CD-ROM is ready to
  78.      use when the system is booted up.
  79.  
  80.     -The format of MSCDEX.EXE is:
  81.  
  82.          MSCDEX.EXE /D:<device_name> /L:<drive_letter> /M:xx /V /E
  83.     
  84.      where:
  85.     
  86.         /D  device_name is the same as in CONFIG.SYS.  In the above
  87.             example is was ASPICD0.
  88.         /L  The logical drive letter that will be assigned to the
  89.             CD-ROM drive.
  90.         /M  The number of cache buffers for MSCDEX.EXE (8-15).  Each
  91.             uses 2048 bytes of RAM.  10 is default.
  92.         /V  Enables verbose mode, displaying information about
  93.             MSCDEX.EXE during boot.
  94.         /E  Allows MSCDEX.EXE to use expanded memory, if available.
  95.      
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  107.  
  108.  
  109.          ========================================
  110.                ASW-410 CD-ROM DRIVER FOR DOS: V2.1   
  111.          ========================================
  112.  
  113. OVERVIEW:
  114. =========
  115.  
  116.     This disk contains the Adaptec ASPI CD-ROM modules for DOS. 
  117.     This driver will work with all Adaptec SCSI host adapters, providing
  118.     that a DOS ASPI Manger is loaded (via the CONFIG.SYS).
  119.  
  120.  
  121. Installation Procedure:
  122. ========================
  123.  
  124.     An INSTALL Utility is included in this release.  See the Installation
  125.     manual supplied for details.
  126.  
  127.     Installation requires modifying the CONFIG.SYS and AUTOEXEC.BAT
  128.     files.  You must also copy the driver onto your hard disk, along
  129.     with the file MSCDEX.EXE.
  130.     
  131.     CONFIG.SYS
  132.     
  133.     - The DOS ASPI Manager for the host adapter should be loaded
  134.       before any other ASPI modules, including the CD-ROM module.
  135.     
  136.     - Use the DEVICE command for each driver you are using.  The format is:
  137.  
  138.         DEVICE = [path] ASWCDxxx.SYS /D:device_name
  139.  
  140.  
  141.     Note that this driver resets the SCSI when the driver initializes
  142.     itself.  This reset may cause problems if the SCSI bus has other
  143.     devices connected, such as a bootable hard drive.  The reset may be
  144.     disabled with a command line option as follows:
  145.  
  146.         DEVICE = [path] ASWCDxxx.SYS /D:device_name /NORST
  147.  
  148.     The "/NORST" causes the driver to not reset the SCSI bus.  If it
  149.     is not included, the default is to reset the bus.
  150.  
  151.  
  152.         
  153.     - Use the LASTDRIVE command to reserve enough drive letters.
  154.  
  155.     - FILES and BUFFERS should be set to at least 20.
  156.  
  157.     - A sample CONFIG.SYS might look like:
  158.  
  159.         DEVICE=ASPI4DOS.SYS (for AHA-1540, 1640, and 1740 (standard mode))
  160.         DEVICE=C:\ASWCDSNY.SYS /D:ASPICD0
  161.         LASTDRIVE=N
  162.         FILES=20
  163.         BUFFERS=20
  164.  
  165.     AUTOEXEC.BAT
  166.  
  167.     -AUTOEXEC.BAT is used to load the Microsoft Extensions, MSCDEX.EXE.
  168.      This allows a CD-ROM to be recognized as a single logical drive
  169.      letter under DOS.  It is not required to include MSCDEX.EXE in
  170.      AUTOEXEC.BAT, but is a convenience so that the CD-ROM is ready to
  171.      use when the system is booted up.
  172.  
  173.     -The format of MSCDEX.EXE is:
  174.  
  175.          MSCDEX.EXE /D:<device_name> /L:<drive_letter> /M:xx /V /E
  176.     
  177.      where:
  178.     
  179.         /D  device_name is the same as in CONFIG.SYS.  In the above
  180.             example is was ASPICD0.
  181.         /L  The logical drive letter that will be assigned to the
  182.             CD-ROM drive.
  183.         /M  The number of cache buffers for MSCDEX.EXE (8-15).  Each
  184.             uses 2048 bytes of RAM.  10 is default.
  185.         /V  Enables verbose mode, displaying information about
  186.             MSCDEX.EXE during boot.
  187.         /E  Allows MSCDEX.EXE to use expanded memory, if available.
  188.      
  189.         /V  and /E are optional.
  190.  
  191.  
  192. Changes From V2.0:
  193. ==================
  194.  
  195.      This version has three main changes from V2.0:  1) Support has been
  196.      added for the Panasonic (Matsushita) CD-ROM drive, 2) Various bug fixes,
  197.      and 3) Support for the ASWCDALL.SYS driver has been discontinued.
  198.      The bug fixes are itemized in detail below:
  199.  
  200.     (1) Some drivers will reset the SCSI bus on power-up via an ASPI
  201.         generated "Bus Device Reset" message.  The reset can be 
  202.         avoided by adding a "/NORST" command line option.
  203.  
  204.     (2) To support clone drives, each driver will no longer require
  205.         an "Inquiry" command be sent to verify the drive type.  If
  206.         multiple drives are used, a "/I" command line option must be
  207.         added to force the driver to issue the Inquiry command, thereby
  208.         prohibiting clone usage.
  209.  
  210.     (3) For SONY, on any command which requires playback status to be
  211.         returned, the driver more correctly updates its internal flags
  212.         to return the appropriate status.  Previously, when the audio
  213.         status was returned (for the MSCDEX AUDST read IOCTL command),
  214.         sometimes the flags were not updated properly. 
  215.  
  216.     (4) Changes were made to correctly update the returned status info
  217.         in order to run under Windows with Multimedia Extensions.
  218.