home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 4 Drivers / 04-Drivers.zip / pr4030.zip / README.TXT < prev   
Text File  |  1995-08-28  |  5KB  |  133 lines

  1. OS/2 README FILE
  2.  
  3.   BEFORE INSTALLING THE DRIVERS OR MAKING ANY CHANGES; TURN OFF THE 
  4.   CACHE ON THE PROMISE CACHING CONTROLLER.  FAILURE TO DO SO CAN RESULT 
  5.   IN INCOMPLETE INSTALLATION.
  6.  
  7.   BEFORE LEAVING OS/2 EACH TIME BACK UP THE FOLLOWING 3 FILES:
  8.   1: CONFIG.SYS
  9.   2: OS2.INI
  10.   3: OS2SYS.INI
  11.  
  12.   You will need this driver to provide the following:
  13.  
  14.   1. 32-bit access and block transfer mode
  15.   2. support for the Promise caching controller as the PRIMARY control-
  16.      ler with more than two hard drives attached
  17.   3. support for the Promise caching controller as the SECONDARY 
  18.      controller (except DC420)
  19.  
  20.   RECOMMENDED PARTITION SETUP
  21.  
  22.   PRIMARY partitions should be created on ONLY THE FIRST TWO HARD 
  23.   DRIVES. These recommendations are made to avoid changing the original 
  24.   OS/2 assigned drive order.  The error message "Can Not Find COUNTRY.SYS" 
  25.   is a symptom of this setup problem.
  26.  
  27.   If your Promise caching controller is installed as the PRIMARY con-
  28.   troller, hard drives D2 and D3(the third and fourth hard drives) attach-
  29.   ed to the second connector should be partitioned as LOGICAL UNITS in 
  30.   order to maintain uniform drive lettering between OS/2 and DOS.
  31.  
  32.   If your Promise caching controller is installed as the SECONDARY 
  33.   controller, ALL hard drive partitions on the controller should be 
  34.   created as LOGICAL UNITS.
  35.  
  36.   Following are the steps to recreate PRIMARY partitions as LOGICAL 
  37.   UNITS.
  38.  
  39.   1. Back up all necessary data stored on D2 and D3
  40.  
  41.   2. Delete the selected PRIMARY partition(s)
  42.      (You can use the SIFDISK.EXE utility on this diskette to accomplish
  43.      this)
  44.  
  45.      WARNING: DELETING PARTITIONS WILL DESTROY DATA.  BE CAREFUL TO 
  46.               SELECT THE CORRECT DRIVE PARTITION(S) YOU WISH TO DELETE.
  47.  
  48.   3. Install the PTI1S506.ADD driver in OS/2
  49.      (follow the steps under "DRIVER INSTALLATION" below)
  50.  
  51.   4. Create the partitions as LOGICAL UNIT(S)
  52.  
  53.      Open the "Drives" folder in the OS/2 desktop and run the FIXED DISK
  54.      UTILITY.  Partition the drive(s) as LOGICAL.
  55.  
  56.   5. Format the partitions
  57.  
  58.   6. Restore the data
  59.  
  60.   DRIVER INSTALLATION
  61.  
  62.   Please follow the steps below in installing the drives for the Promise 
  63.   caching controller.
  64.  
  65.   1. Copy PTI1S506.ADD to the OS/2 directory of your system. For 
  66.      example, if the OS/2 is in drive C, copy the driver to C:\OS2.
  67.  
  68.   2. Add BASEDEV=PTI1S506.ADD to your Config.SYS file using a text 
  69.      editor (this statement must not have either a drive or a path 
  70.      specified)
  71.  
  72.      If your motherboard CPU has a 16-bit external bus (for example the 
  73.      IBM 486 SLC2), change this statement to:
  74.  
  75.      BASEDEV=PTI1S506.ADD/W
  76.  
  77.      Certain motherboard CPUs have a 16-bit external bus and require 
  78.      this setting.  If no parameter is specified, the controller will 
  79.      function under the default 32-bit data access mode.
  80.  
  81.   3. Delete the line "BASEDEV=IBM1S506.ADD" from the CONFIG.SYS
  82.  
  83.   4. Save the setting and REBOOT the system
  84.  
  85.   To install the Promise caching controller as a SECONDARY disk 
  86.   controller, refer to the Users Manual that came with the Promise 
  87.   caching controller under SECONDARY CONTROLLER INSTALLATION first. 
  88.   If you have already loaded the OS/2 drivers for the Promise caching 
  89.   controller and made the changes in the CSU then the Promise caching 
  90.   controller is ready to act as a SECONDARY controller.
  91.  
  92.   Notice:
  93.   Please don't use the Promise caching controller with Drive0 and 
  94.   Drive2/Drive3 but no Drive1 for OS/2 (in other words, a single drive 
  95.   with no slave on the first connector and then 1 or 2 drives on the 
  96.   second connector), because the PTI1S506.ADD does not support this 
  97.   condition.
  98.  
  99.   The following switches are available on this driver and may apply to your
  100.   system:
  101.  
  102.   /V :Verbose - display driver information at bootup
  103.   /A :Adapter Index - the ordering of adapters
  104.   /I :Ignore Adapter - driver will not initialize the adapter indicated
  105.   /<!>R :Reset Adapter - enable or disable reset
  106.   /<!>DM :DASD Manager Support - enable or disable IBM-supplied DASD 
  107.       device manager
  108.   /U :Unit Number - the fixed disk drive number
  109.   /T :Drive Timeout - the total allowable error recover time
  110.   /W :16-bit data transfer(for DC4030VL-2/EIDE4030Plus only)
  111.  
  112.  
  113.      ***** If You Have A CD-ROM On a Secondary IDE Controller *****
  114.  
  115.   (Note: You cannot attach CD-ROMs to Promise caching controllers. You 
  116.          must use a non-cached secondary IDE controller for such
  117.          devices)
  118.  
  119.   If you have an ATAPI CD-ROM attached to a secondary IDE controller, 
  120.   you will also need to use IBM1S506.ADD to support the CD-ROM. The 
  121.   CONFIG.SYS should look like this -
  122.  
  123.  
  124.            BASEDEV=PTI1S506.ADD /A:1 /I
  125.                BASEDEV=IBM1S506.ADD /A:0 /I
  126.  
  127.   This would be in addition to any other switches you are using. These 
  128.   switches tell the PTI1S506 driver to Ignore the secondary adapter 
  129.   (A:1) and only control the primary adapter, and tells the IBM1S506 
  130.   driver to Ignore the primary adapter (A:0) and only control the 
  131.   secondary adapter.
  132.  
  133.