home *** CD-ROM | disk | FTP | other *** search
/ PC World 1998 June / PCWorld_1998-06_cd.bin / hardware / ovladace / cdrom / SONY / CDUXXX / ATAPI227 / README.TXT < prev    next >
Text File  |  1996-05-21  |  9KB  |  254 lines

  1.  
  2.        ===============================================
  3.        Comments on "Device Driver & Utilities Ver. 1.9
  4.        ===============================================
  5.  
  6.  
  7. 1) Applicable model list:
  8.  
  9.    * The utilities in this diskette are applicable to the following models.
  10.  
  11.      1. CDU50E
  12.      2. CDU55D
  13.      3. CDU55E
  14.      4. CDU75E
  15.      5. CDU76E
  16.      6. CDU77E
  17.      7. CDU17E
  18.      8. CDU111
  19.      9. CDU311
  20.  
  21. 2) Improvements:
  22.  
  23.     All SONY ATAPI CD-ROM Drives do not operate correctly with a CD-ROM 
  24.     Performance Test Program (CDT.EXE).  SONY device driver 2.26a 
  25.     returns the error against IOCTL input command (Audio Disc Info)
  26.     which is issued at the start of this test program CDT.EXE.
  27.     Device driver 2.27a is changed not to return the error against 
  28.     the first IOCTL input command (Audio Disc Info) after media 
  29.     is changed.
  30.       
  31. 3) Device Driver information
  32.  
  33.    * To find out the version level of the device driver you are using, there
  34.      are mainly two ways, which are....
  35.  
  36.      1. Use either debugger or dump software to see an ASCII information in
  37.     the device driver where you will be able to find the version level.
  38.  
  39.      2. Or, watch when the device drive is loaded during boot stage of
  40.     MS-DOS system.
  41.  
  42.    * However, above method may not be easy for some users, therefore the
  43.      following information is added to help our customers identify the
  44.      version level of each device driver for our ATAPI CD-ROM drive.
  45.      With the information given below, the version level can be identified
  46.      based on the file size and the time stamp information.
  47.  
  48.      ATAPI_CD.SYS    22016  94-07-22  16:04 <<=== 2.00a
  49.      ATAPI_CD.SYS    22016  94-07-22  16:04 <<=== 2.14a
  50.      ATAPI_CD.SYS    24144  94-10-28  20:14 <<=== 2.16a
  51.      ATAPI_CD.SYS    26048  94-11-10  12:14 <<=== 2.17d
  52.      ATAPI_CD.SYS    26128  94-12-05  19:07 <<=== 2.18b
  53.      ATAPI_CD.SYS    26848  95-01-08  20:26 <<=== 2.19c
  54.      ATAPI_CD.SYS    26864  95-02-14  11:03 <<=== 2.20a
  55.      ATAPI_CD.SYS    28976  95-04-12  13:45 <<=== 2.22a
  56.      ATAPI_CD.SYS    29616  95-07-14  09:39 <<=== 2.24a
  57.      ATAPI_CD.SYS    30272  95-09-28  16:14 <<=== 2.26a
  58.      ATAPI_CD.SYS    30272  96-03-22  16:10 <<=== 2.27a
  59.  
  60. 4) Comments:
  61.  
  62.    * This floppy disk contains an installation software "INSTALL.EXE"
  63.      version 1.00a.
  64.  
  65.    * This device driver (ver. is 2.26a) supports "Enhanced CD".  However,
  66.      this is canceled with option "/h".
  67.  
  68.    * MSCDEX is not included because of licensing agreement with Microsoft.
  69.      MSCDEX.EXE is included in DOS 6.x, but also it is possible to
  70.      download from Microsoft BBS.
  71.  
  72.    * Please make sure that MSCDEX.EXE exists under "C:\DOS", then execute
  73.      "INSTALL.EXE".
  74.  
  75.    * This floppy disk contains the following files
  76.  
  77.      1) Device Driver : ATAPI_CD.SYS 2.27a
  78.      2) Install.Exe   : INSTALL.EXE  1.00a
  79.      3) Utility       : EJECT.COM
  80.      4)   Ditto       : LOCK.COM
  81.      5)   Ditto       : UNLOCK.COM
  82.      6)   Ditto       : CDPLAY.EXE
  83.      7)   Ditto       : LOAD.EXE
  84.      8)   Ditto       : README.TXT
  85.  
  86.  
  87. 5) Installation
  88.  
  89.    After installation using "INSTALL.EXE", the following lines are
  90.    added in "Config.sys" and "Autoexec.bat", which are....
  91.  
  92.    < CONFIG.SYS >
  93.  
  94.      Device=C:\DEV\ATAPI_CD.SYS /D:mscd000 /i:0
  95.  
  96.    < AUTOEXEC.BAT >
  97.  
  98.      C:\DOS\MSCDEX.EXE /D:mscd000 /V /M:12
  99.  
  100.  
  101. 6) Option for the device driver, ATAPI_CD.SYS
  102.  
  103.    a) /D:<device_name>
  104.  
  105.       * Device driver needs to have a <device_name> listed on the command
  106.     line to MSCDEX following the /D: switch. MSCDEX uses this 
  107.         parameter to locate device driver. Names used must match those
  108.         used for the /D:<device_name> parameters for each device entry 
  109.         in "AUTOEXEC.BAT".
  110.  
  111.       * The installation software specify the device name as "mscd000",
  112.     which appear in "CONFIG.SYS" as well as "AUTOEXEC.BAT".
  113.  
  114.    b) /I:n
  115.  
  116.      * This option is related "Media Change Command" and "Illegal
  117.        disc change" specified in MSCDEX specification.  This is required
  118.        to notify the system that disc has been changed so that this
  119.        information can be used in various ways.  For example, initialize
  120.        a buffer memory with directory information, etc.
  121.  
  122.        On the other hand, there are several ways in treating this
  123.        information.  Therefore, we added an option "/i:n" so that
  124.        user can choose an appropriate setting.
  125.  
  126.      * No option at all.
  127.        Without this option, the drive returns "illegal media change",
  128.        if the drive tries to access CD-ROM without disc in the drive,
  129.        which will be, in turn, expressed as "Not ready error reading.."
  130.        and displayed on the screen.
  131.  
  132.        This will not be cleared once, even after a CD-ROM disc is
  133.        inserted, but second retry will clear this message.
  134.  
  135.      * n=0
  136.        Our installation software will set this option, because we feel
  137.        this is more natural than default setting which is specified by
  138.        MSCDEX specification.
  139.  
  140.        Note : Some major SCSI products vendors have this setting as
  141.           their default setting.
  142.  
  143.      * n=1
  144.        The driver will keep returning "Media Change Status" until
  145.        "Media Change Command (A command which is to check if the media
  146.        is changed or not) is executed.  During this stage, the system
  147.        will keep displaying the following message on the screen, even
  148.        after a media is loaded.
  149.  
  150.        Not ready error reading drive X:
  151.        Abort, Retry, Ignore?
  152.        (* X: Drive letter of CD-ROM drive)
  153.  
  154.      * /i .... Same as "/i:1"
  155.      
  156.                          
  157.      
  158.    c) /p:XXX                                 
  159.       When user specifies one of the following address, like a /p:xxx, 
  160.       the device driver selects the only specified port address.
  161.         Primary         /p:1F0
  162.         Secondary       /p:170 
  163.         Tertiary        /p:1E8
  164.         Quaternary      /p:168
  165.         F.D. board      /p:160
  166.         (Futuredomain)
  167.  
  168.       However, the F.D. board's address(160H) and Quaternary's 
  169.       address(168H) can not use together.
  170.  
  171.       Without specifying this option, the device driver can select the 
  172.       drive by "auto-detect" mode in any of the Primary, Secondary, 
  173.       Tertiary, Quaternary, and F.D. board.
  174.  
  175.     d) /g
  176.     In the case of connecting only Sony drive to the ATA interface of the 
  177.     Green PC as the master, the device driver returns "Drive not Ready"
  178.     for any command from the host computer after the host computer enters 
  179.     suspend mode.
  180.     Option "/g" is added to solve this problem.
  181.  
  182.     e) /h
  183.     This option is canceled support of Enhanced CD with this option. 
  184.  
  185.        
  186. 7) Option for MSCDEX.EXE
  187.  
  188.    a) /D:<device_name>
  189.  
  190.       * Device driver needs to have a <device_name> listed on the command
  191.     line to MSCDEX following the /D: switch. MSCDEX uses this parameter
  192.     to locate device driver. Names used must match those used for the
  193.     /D:<device_name> parameters for each device entry in "CONFIG.SYS".
  194.  
  195.       * The installation software specify the device name as "mscd000",
  196.     which appear in "CONFIG.SYS" as well as "AUTOEXEC.BAT".
  197.  
  198.     b) /M:<value>
  199.        This option switch determines how many sector buffers MSCDEX 
  200.        allocates when it installs itself.  The larger this value is, the
  201.        more sector cache entries are available and the less MSCDEX will
  202.        have to read directly from the CD-ROM drive. So, please increase
  203.        if you require better performance, but it will take system memory
  204.        space.  It is also possible to reduce the value, but the minimum
  205.        of 4-5 is recommended.  If this value is too small, the drive will
  206.        reread more often which will deteriorates drive's performance.
  207.  
  208.     c) /V
  209.        This is "verbose switch".  /V asks MSCDEX to print additional
  210.        information about memory usage during initialization.  We recommend
  211.        to set this switch.
  212.  
  213.     d) Others
  214.        There are few other switches which are not set using "INSTALL.EXE".
  215.        The following explanations are given for users who need to
  216.        customize the CD-ROM system.
  217.  
  218.        * /E
  219.      This is an additional switch, which tells MSCDEX to use expanded
  220.      memory if it is available.
  221.  
  222.        * /L:<drive letter>
  223.      This option is prepared for some software that require a specific
  224.      drive letter for the CD-ROM drive so that the application 
  225.          software can treat CD-ROM drive without any problem.
  226.      Because "INSTALL.EXE" does not set this switch, you will have to
  227.      edit your AUTOEXEC.BAT file if this switch is needed. 
  228.          For example, the following assigns CD-ROM drives starting at 
  229.          drive letter L:, you need to add switch "L" as you can see as
  230.          follow.
  231.  
  232.      MSCDEX /D:MSCD001 /L:L
  233.  
  234.        * /K
  235.      The /K switch causes MSCDEX to look for a Supplementary Volume
  236.      Descriptor that identifies a shift-JIS Kanji volume for Japanese.
  237.  
  238.        * /S
  239.      The /S switch tells MSCDEX to patch MS-DOS to allow sharing of
  240.      CD-ROM drives on MS-NET based servers.
  241.  
  242.  
  243. * Note: MSCDEX is a product of Microsoft Corporation
  244.  
  245.  
  246.  
  247.  
  248. Personal Storage Products Dept. No.1
  249. Computer Peripherals & Components Company
  250. Sony Corporation
  251.  
  252. As of May 21, 1996
  253.  
  254.