home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 4 Drivers / 04-Drivers.zip / pancdrom.exe / MKECR57X.DOC < prev    next >
Text File  |  1995-02-22  |  3KB  |  74 lines

  1.  
  2.   Panasonic ATAPI CD-ROM Device Driver for OS/2 Documentation
  3.   -- MKECR57X.ADD Ver.1.11 -- 
  4.  
  5.   Command Line Parameter
  6.   Parameter definitions:
  7.  
  8.     [/V] = Verbose Mode
  9.     Displays controller status and drive type during OS/2 initialization.
  10.  
  11.     [/A:n] = Adapter Number
  12.     Adapter 0 has default parameters for the primary adapter.
  13.     Adapter 1 has default parameters for the secondary adapter.
  14.  
  15.     [/P:nnn] = Base I/O Port Address (hex)
  16.     This parameter overrides the default base I/O port address for the adapter
  17.     indecated. The default I/O address for primary is (1F0) and for seconday
  18.     is (170).
  19.     If you will set this parameter, you should set /I: parameter.
  20.  
  21.     [/I:xx]  = IRQ level (dec)
  22.     This parameter overrides the default IRQ Number for the adapter indecated.
  23.     The default IRQ level for primray is (14) and for seconday is (15).
  24.     If you will set this parameter, you should set /P: parameter.
  25.  
  26.     [/NI] = No Interrupt Mode( Polling Mode )
  27.     When you use IDE HDD and ATAPI CD-ROM drive at the same adapter(primary or
  28.     secondary), the MKECR57X.ADD driver is automatically used this mode.
  29.  
  30.     [/IOR] = I/O Channel Ready Supported Mode
  31.     For the adapter with I/O channel ready, the MKECR57X.ADD driver can
  32.     designate the fastest read mode.
  33.  
  34.   Examples:
  35.     ; scan to primary and secondary adapter.
  36.     BASEDEV=MKECR57X.ADD /V
  37.  
  38.     ; scan to secondary adapter with I/O channel ready.
  39.     BASEDEV=MKECR57X.ADD /V /A:1 /IOR
  40.  
  41.     ; scan to another adapter(I/O address 1E8  IRQ 11) with I/O channel ready.
  42.     BASEDEV=MKECR57X.ADD /V /P:1E8 /I:11 /IOR
  43.  
  44.  
  45.  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  46.   CAUTION:
  47.      OS/2 Warp has ATAPI CD-ROM filter driver(IBMIDECD.FLT). If problems occur
  48.      using the IBMIDECD filter, you fix lines in your OS/2 CONFIG.SYS file has
  49.      to be edited as follows:
  50.  
  51.        rem BASEDEV=IBMIDECD.FLT
  52.  
  53.      At the end of the file, add the following statement
  54.  
  55.        BASEDEV=MKECR57X.ADD /V
  56.  
  57.      and copy to root directory on the OS/2 system drive.
  58.      In this time, if the CR-ROM drive is attached as master to primary or 
  59.      secondary, you should fix a line in your OS/2 CONFIG.SYS file has to be
  60.      edited as follows:
  61.  
  62.        BASEDEV=IBM1S506.ADD /A:x /I
  63.  
  64.      The /A parameter refers to the adapter number that the CD-ROM is attached
  65.      to.The /I parameter indicates that the IBM1S506 driver should not attempt
  66.      to initialize the adapter indicated.
  67.  
  68.  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  69.  
  70.  
  71.   Trademarks and Copyrights
  72.     OS/2 is a trademarks of International Business Machines Corporation.
  73.  
  74.