home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 April (Special) / Chip-Special_1997-04_cd.bin / panasoni / 57xos2 / read.me < prev   
Text File  |  1995-03-20  |  8KB  |  233 lines

  1. Panasonic / MKE device driver information:
  2. Copyright (c) Matsushita Kotobuki Electronics Industries 1989-1995
  3.  
  4.  
  5.         *****************************************************
  6.         *        ATAPI CD-ROM drive setup information       *
  7.         *****************************************************
  8.  
  9. Files on this Disc:
  10.  
  11. README.DOC    This text file for DOS and OS/2
  12.  
  13.         [Required files for DOS installation]
  14.  
  15. INSTALL.EXE    Executable file for Installation for DOS
  16. INSTALL.DAT    Setup file for customized executable file
  17. CR_ATAPI.SYS    Device driver file (Version 5.11) for DOS
  18. WDCTRL.386    Device driver for Windows 3.1
  19.  
  20.  
  21.         [Required files for OS/2 installation]
  22.  
  23. INSTOS2.EXE    Executable file for installation for OS/2
  24. INSTOS2.DAT    Setup file for customized executable file
  25. MKECR57x.ADD    Device driver file (Version 1.11) for OS/2
  26. MKECR57x.DDP    Setup file for device driver of OS/2
  27. MKECR57x.DOC    Decsription document file for OS/2        
  28.  
  29.         /////////////////////////////////////////////////////
  30.         ///                                               ///
  31.     ///     Installation Procedure for DOS & OS/2     ///
  32.     ///                                               ///
  33.         ///            Date:  2/20/95                   ///
  34.         ///       Written by :  MKE(Panasonic)            ///
  35.         /////////////////////////////////////////////////////
  36.  
  37.  
  38. *************************************************************
  39. (A) DOS Installation Procedure:
  40.     ( also supported for Windows 3.1)
  41. *************************************************************
  42.  
  43. 1. Supported CD-ROM drive:
  44.     <ATAPI Interface CD-ROM>
  45.     CR-572-B (double speed, tray loading type)
  46.     CR-574-B (quadruple speed, tray loading type)
  47.  
  48. 2. Installer file name:
  49.     INSTALL.EXE (Version 1.00, common file for installation)
  50.     INSTALL.DAT (installation's data file for ATAPI CD-ROM)
  51.  
  52. 3. Description for execution:
  53.     Please type following from the DOS prompt:
  54.         A: or B: INSTALL [return]
  55.  
  56.  
  57. *************************************************************
  58. (B) OS/2 2.1, 2.11 and OS/2 Warp installation procedure:
  59. *************************************************************
  60.  
  61. 1. Supported CD-ROM drive:
  62.     <ATAPI CD-ROM>
  63.     CR-572-B (double speed, tray loading type)
  64.     CR-574-B (quadruple speed, tray loading type)
  65.  
  66.  
  67. 2. Installer file name:
  68.     INSTOS2.EXE (Version 2.00, common file for installation)
  69.     INSTOS2.DAT (installation's data file for ATAPI CD-ROM)
  70.  
  71. 3. Description for execution:
  72.     Please type following:
  73.         A: or B: INSTOS2 [return]
  74.  
  75.  
  76.         /////////////////////////////////////////////////////
  77.         ///                                               ///
  78.     /// Device Driver support for ATAPI CD-ROM drive  ///
  79.     ///                                               ///
  80.         ///             Making date:  3/3/95              ///
  81.         ///             Written by :  MKE(Panasonic)      ///
  82.         /////////////////////////////////////////////////////
  83.  
  84.  
  85. *************************************************************
  86. (C) DOS device driver support:
  87.     ( also supported for Windows 3.1)
  88. *************************************************************
  89.  
  90. 1. Supported CD-ROM drive:
  91.     CR-572-B (double speed, tray loading type)
  92.     CR-574-B (quadruple speed, tray loading type)
  93.  
  94.  
  95. 2. Device driver name:
  96.     CR_ATAPI.SYS (Version 5.11)
  97.  
  98. 3. Driver description:
  99.     [/D:xxxxxxx]    ---> Device name option
  100.         example: DEVICE=CR_ATAPI.SYS /D:MSCD001
  101.  
  102.     *[/P:nnn]    ---> ATAPI base I/O Port Address(hex) option
  103.         ex.)DEVICE=CR_ATAPI.SYS /D:MSCD000 /P:nnn
  104.         nnn==1F0, 170, 1E8 or 168
  105.         Primary connection:    /P:1F0
  106.         Secondary connection:    /P:170
  107.         Tertiary connection:    /P:1E8(Sound Blaster IDE)
  108.         Quaternary connection:    /P:168(Sound Blaster IDE)
  109.  
  110.     *[/I:xx]    ---> Interrupt number option
  111.         ex.)DEVICE=CR_ATAPI.SYS /D:MSCD000 /I:xx
  112.         Primary connection:    xx=/I:10,11,12,14 or 15
  113.         Secondary connection:    xx=/I:10,11,12,14 or 15
  114.         If you use Sound Blaster IDE, please set following
  115.         Tertiary connection:    xx=/I:10,11,12,14 or 15
  116.         Quaternary connection:    xx=/I:10,11,12,14 or 15
  117.  
  118.     *[/W:n]        ---> Waiting value option
  119.         When PC reads data from CD-ROM drive, Driver insert waiting
  120.         value into read cycle one by one.
  121.         If you are using a PC that does not support IOCHRDY, please set
  122.         this value(waiting value).
  123.         example: DEVICE=CR_ATAPI.SYS /D:MSCD000 /W:n
  124.         n==0, 1, 2, ... 255
  125.             (106usec/1 wait in 486DX2 66MHz)
  126.  
  127.     *[/Q]            ---> Non stop option
  128.         Non stop(no message <A>bort, <R>etry) in initializing driver.
  129.         ex.)DEVICE=CR_ATAPI.SYS /D:MSCD000 /Q
  130.  
  131.     * : You can omit this option.
  132.  
  133.  
  134.  
  135.  
  136.  
  137. *************************************************************
  138. (D) OS/2 2.1, 2.11 and OS/2 Warp device driver support:
  139. *************************************************************
  140.  
  141. 1. Supported CD-ROM drive:
  142.     CR-572-B (double speed, tray loading type)
  143.     CR-574-B (quadruple speed, tray loading type)
  144.  
  145.  
  146. 2. Device driver name:
  147.     MKECR57X.ADD (Version 1.11)
  148.  
  149. 3. Driver description:
  150.     *[/V]        ---> Verbose Mode option
  151.         Displays controller status and drive type during OS/2
  152.          initialization.
  153.  
  154.     *[/A:n]        ---> Adapter Number option
  155.         Adapter 0 has default parameters for the primary adapter.
  156.         Adapter 1 has default parameters for the secondary adapter.
  157.  
  158.     *[/P:nnn]    ---> ATAPI base I/O Port Address(hex) option
  159.         This parameter overrides the default base I/O port address for
  160.         the adapter indicated. The default I/O address for primary is
  161.         (1F0) and for seconday is (170).
  162.         If you set this parameter, then, you should set /I: parameter.
  163.  
  164.     *[/I:xx]    ---> Interrupt number option
  165.         This parameter overrides the default IRQ Number for the adapter
  166.         indicated.The default IRQ level for primary is (14) and for
  167.         secondary is (15).If you set this parameter, then, you should set
  168.         /P: parameter.
  169.  
  170.     *[/NI]        ---> No Interrupt Mode( Polling Mode ) option
  171.         When you use IDE HDD and ATAPI CD-ROM drive at the same adapter
  172.         (primary or secondary), the MKECR57X.ADD driver is automatically
  173.         used this mode.
  174.  
  175.     *[/IOR]        ---> I/O Channel Ready Supported Mode option
  176.         For the adapter with I/O channel ready, the MKECR57X.ADD driver
  177.         can designate the fastest read mode.
  178.  
  179.     * : You can omit this option.
  180.  
  181. Examples:
  182. ; scan to primary and secondary adapter.
  183. BASEDEV=MKECR57X.ADD /V
  184.  
  185. ; scan to secondary adapter with I/O channel ready.
  186. BASEDEV=MKECR57X.ADD /V /A:1 /IOR
  187.  
  188. ; scan to another adapter(I/O address 1E8  IRQ 11) with I/O channel ready.
  189. BASEDEV=MKECR57X.ADD /V /P:1E8 /I:11 /IOR
  190.  
  191.  
  192.  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  193.   CAUTION:
  194.      OS/2 Warp has ATAPI CD-ROM filter driver(IBMIDECD.FLT). If problems occur
  195.      using the IBMIDECD filter, modify your OS/2 CONFIG.SYS file as follows:
  196.  
  197.        rem BASEDEV=IBMIDECD.FLT
  198.  
  199.      At the end of the file, add the following statement
  200.  
  201.        BASEDEV=MKECR57X.ADD /V
  202.  
  203.      and copy to root directory on the OS/2 system drive.
  204.  
  205.      In this time, if the CR-ROM drive is attached as master to primary or 
  206.      secondary, modify your OS/2 CONFIG.SYS file as follows:
  207.  
  208.        BASEDEV=IBM1S506.ADD /A:x /I
  209.  
  210.      The /A parameter refers to the adapter number that the CD-ROM is attached
  211.      to.The /I parameter indicates that the IBM1S506 driver should not attempt
  212.      to initialize the adapter indicated.
  213.  
  214.  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  215.  
  216.  
  217.   
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230. Trademarks and Copyrights:
  231.     OS/2 is a trademarks of International Business Machines Corporation.
  232.     Sound Blaster is a trademark of Creative Labs, Inc.
  233.     Windows 3.1 is a trademark of Microsoft Corporation.