home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 October / Chip_1996-10_cd.bin / ovladace / scsi / dru124x / read.me next >
Text File  |  1995-01-23  |  5KB  |  135 lines

  1.                       Device Driver INFORMATION
  2.                       -------------------------             Jan 1995
  3.                                                              
  4. This README file contains some additional information to supplement that
  5. contained in the User's Manual.
  6.  
  7. ------------------------------------------------------------------------
  8.                   DRD600.SYS , DRD60PS.SYS 
  9. ------------------------------------------------------------------------
  10.  
  11. 1. SCSI interface borad
  12.    DRD600.SYS is the device driver for FUTURE DOMAIN SCSI interface
  13. board (8bit, 16bit and microchannel) or it's compatible (PIONEER DD-C5002).
  14.    DRD60PS.SYS is the device driver for IBM PS/2 SCSI Adapter /A.
  15. Please use the appropriate driver for your interface board.
  16.    DRD60ASP.SYS is an ASPI device driver.  It will work with any host
  17. adapter that support the ASPI protocol. See later information.
  18.  
  19. 2. MPC.COM utility
  20.    This utility is a remote control software to reproduce an audio CD for
  21. Pioneer's CD-ROM drive, DRM-600, DRM-604X, DRM-602X, DRM-624X and DR-124X.
  22.    It dose not work with DR-S104X.
  23.  
  24. 3. DISC.EXE utility
  25.     The DRD600 series device driver can handle a maximum of 24 Discs.
  26. Some of the currently available applications can only work on systems
  27. that have a desiginated drive letter and subunit number. The DISC.EXE
  28. utility program allows the desigination of the CD-ROM subunit No. to
  29. be in any desired order, but only in conjunction with the DRD600
  30. series Device Driver.
  31. The use of this program is explaind below;
  32.  
  33.     To see the current order of the Discs.
  34.         >DISC cd-rom_device_name
  35.         >DISC cd-rom_drive_letter:
  36.               The drive letter is required ':'.
  37.  
  38.     To change the current order of the Discs.
  39.         >DISC cd-rom_device_name [-R] no1 no2 .....
  40.  
  41.     The position of the number to be changed is switched with the
  42.     position of the number its replacing. Using the -R option reseting
  43.     of the order from 0 upwards is possible.
  44.  
  45.     To exchange two drive letters.
  46.         >DISC cd-rom_drive_letter: cd-rom_drive_letter:
  47.  
  48. 4. DRDUTL.EXE utility
  49.     The DRD600 series device driver and the MSCDEX.EXE allows the MS-DOS
  50. to add multiple CD-ROM drives. Currently, some applications will waste
  51. time do useless actions or can't handle the device driver error messages,
  52. if multiple CD-ROM drives are connected. This utility changes the driver's
  53. behavior (mode) to permit the optimum performance of this type of
  54. application. Use this utility only when your application program requests
  55. this kind of change of mode.
  56. The use of this program is explained below:
  57.  
  58.     To see the current mode.
  59.         >DRDUTL CD-ROM_device_name
  60.         >DRDUTL CD-ROM_drive_letter:
  61.               The drive letter is required ':'.
  62.  
  63.     To change the current mode.
  64.         >DRDUTL CD-ROM_device_name switch [switch] ..
  65.         >DRDUTL CD-ROM_drive_letter: switch [switch] ..
  66.  
  67.     switch
  68.         DSKCHK:ON(OFF) Enables or disables the disc check operation.
  69.         SEEK:ON(OFF)   Enables or disables the seek operation.
  70.         VDRTRY:ON(OFF) Enables or disables "Invalid Medium Change"
  71.                        error message when reading the Volume Descriptor.
  72.     Follow the setting of these switches as the application request.
  73.  
  74. ---------------------------- Attention --------------------------------
  75.  
  76. The IBM SCSI Adapter /A interface board checks the SCSI devices when
  77. the computer is booted up. If the SCSI device doesn't answer correctly,
  78. the device isn't available once the computer has booted up. Please turn
  79. the power of the drive on before or at the same time as that of the
  80. computer.
  81.  
  82. ------------------------------------------------------------------------
  83.                          DRD60ASP.SYS
  84. ------------------------------------------------------------------------
  85.  
  86. DRD60ASP.SYS is an ASPI device driver for Pioneer's CDROM drives.
  87. It supports Multisession PhotoCD, and will autosearch for drives.
  88.  
  89. ASPI
  90. -----------------------------------------------------------
  91.  
  92. YOU MUST HAVE THE ASPI MANAGER FOR YOUR SCSI CARD!!!!!!!!!!
  93. The ASPI manager software is provided by the SCSI card vendor, not Pioneer.  
  94.  
  95. Examples:
  96.     Adaptec        ASPIxDOS.SYS
  97.     Future Domain    ASPICAM.SYS or ASPIFD.SYS
  98.     UltraStor    USPI.SYS
  99.  
  100. NOTE:  Many ASPI managers require the "/L" parameter to support Logical 
  101. Units.  Without Logical Unit support, only the top disc can be accessed.
  102.  
  103. The ASPI manager must be in CONFIG.SYS  *BEFORE*  DRD60ASP.SYS.
  104.  
  105.  
  106. INSTALLING DRD60ASP.SYS
  107. -----------------------------------------------------------
  108.  
  109. (Release version will come with installation software)
  110.  
  111. Create a directory on your hard drive:
  112.  
  113.     "md c:\pioneer"
  114.  
  115. Copy the floppy to that directory:
  116.  
  117.     "copy a:\*.*  c:\pioneer"
  118.  
  119. Edit CONFIG.SYS
  120. Add the DEVICE statement BELOW the ASPI manager
  121.  
  122. "DEVICE=C:\PIONEER\DRD60ASP.SYS /D:MSCD000"
  123.  
  124.                              ^^^^^^^^^^^  MATCH
  125. EDIT AUTOEXEC.BAT
  126. Add mscdex.exe BEFORE windows or any menu program:
  127.  
  128. "C:\PIONEER\MSCDEX.EXE  /D:MSCD000"
  129.  
  130.                         ^^^^^^^^^^^  MATCH
  131.  
  132. NOTE: The "/D:" parameters do not have to be "MSCD000", but they must match.  
  133. Use something else ("MSCD001", for example) if another driver is using 
  134. "MSCD000".
  135.