home *** CD-ROM | disk | FTP | other *** search
/ Computer Installation Guide - Dragon Clan Series / CD1.iso / CDROM / PANASONC / 574-IDE / README.DOC < prev    next >
Encoding:
Text File  |  1995-05-15  |  8.1 KB  |  224 lines

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