home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Installation King 98 / BootGold.iso / BOOTDISK / Hardware / cdrom / SONY_IDE / README.TXT < prev    next >
Encoding:
Text File  |  1995-04-19  |  9.2 KB  |  245 lines

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