home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 4 Drivers / 04-Drivers.zip / ql510os2.zip / README.TXT < prev   
Text File  |  1995-01-09  |  7KB  |  167 lines

  1.  
  2.  
  3.  
  4.             QLogic Fast!SCSI PCI Basic ADD Driver for OS/2
  5.  
  6.                   Version 1.02                 January 9, 1995
  7.  
  8.  
  9.  
  10. * This release has been tested with OS/2 Version 2.1 and OS/2 Warp Version 3
  11.  
  12.  
  13. * The following files are on this disk for supporting OS/2:
  14.  
  15.     \OS2\QL510.DDP         Device driver profile script required for the OS/2
  16.                 Device Driver Install utility
  17.  
  18.     \OS2\QL510.ADD    OS/2 ADD driver for QLogic Fast!SCSI PCI Basic
  19.                         host adapter
  20.  
  21.     \OS2\README.TXT    This file
  22.  
  23.  
  24. * To initially install OS/2 on a SCSI disk attached to the Fast!SCSI PCI
  25.   Basic adapter or to install OS/2 from a CD-ROM player attached to the
  26.   Fast!SCSI PCI Basic adapter:
  27.  
  28.   Installing OS/2 Version 2.1:
  29.  
  30.     1. Make a copy of the IBM OS/2 Diskette 1 (use diskcopy command)
  31.     2. Copy the QL510.ADD file from the \OS2 directory on the QLogic driver
  32.        diskette onto the root directory on the copy of the OS/2 Diskette 1
  33.     3. Edit the CONFIG.SYS file located on the copy of OS/2 Diskette 1, add
  34.        the following statement to the end of the file:
  35.  
  36.                BASEDEV=QL510.ADD
  37.  
  38.     4. Start the installation by inserting the IBM OS/2 Installation
  39.        Diskette into drive A and restarting the system, use the modified
  40.        copy of Diskette 1 when prompted to insert Diskette 1 
  41.  
  42.   Installing OS/2 Warp Version 3 from CD-ROM:
  43.  
  44.     1. Make a copy of the IBM OS/2 Warp Diskette 1 (use diskcopy command)
  45.     2. To make room for the QLogic driver, delete the following files from
  46.        the copy of Diskette 1:
  47.  
  48.           For an ISA/EISA (non-Micro Channel) computer, delete:  IBM2*.*
  49.           For a Micro Channel computer, delete:  IBM1*.*
  50.  
  51.     3. Copy the QL510.ADD file from the \OS2 directory on the QLogic driver
  52.        diskette onto the root directory on the copy of the OS/2 Diskette 1
  53.     4. Edit the CONFIG.SYS file located on the copy of OS/2 Diskette 1:
  54.        a. Insert the letters REM before any lines in the CONFIG.SYS that refer
  55.           to the files deleted in step 2 above
  56.        b. Add the following statement to the end of the file:
  57.  
  58.                BASEDEV=QL510.ADD
  59.  
  60.     5. Start the installation by inserting the IBM OS/2 Installation
  61.        Diskette into drive A and restarting the system, use the modified
  62.        copy of Diskette 1 when prompted to insert Diskette 1 
  63.  
  64.   Installing OS/2 Warp Version 3 from diskettes:
  65.  
  66.     1. Start the installation by inserting the IBM OS/2 Installation
  67.        Diskette into drive A and restarting the system, insert other
  68.        diskettes as requested
  69.     2. During the installation from diskette, select "Advanced Installation"
  70.     3. When the System Configuration window is displayed, select the CD-ROM
  71.        Device Support icon and then select the type of CD-ROM device to be
  72.        supported
  73.     4. After completing the OS/2 installation from diskettes, follow the
  74.        procedure below to install the QLogic ADD driver using the Device
  75.        Driver Install utility
  76.  
  77.  
  78. * To install the QLogic Fast!SCSI PCI Basic ADD driver on previously
  79.   installed OS/2 system:
  80.  
  81.     1. Boot up OS/2 system
  82.     2. Insert QLogic SCSI driver diskette into drive A (or B)
  83.     3. Select "System Setup" from OS/2 System program group
  84.     4. Select "Device Driver Install" from the System Setup group
  85.     5. Change source directory to A:\OS2 (or B:\OS2)
  86.     6. Select "Install"
  87.     7. Select the "QLogic Fast!SCSI PCI Basic ADD Driver" followed by "OK". The
  88.        driver will be copied to your boot disk and your CONFIG.SYS file will
  89.        be updated 
  90.     8. You must reboot your system after installing the driver
  91.  
  92.  
  93. * OS/2 currently does not support removable SCSI disk devices.  The QLogic
  94.   ADD driver provides limited support for these devices by treating them
  95.   like a fixed disk device.  The disk media must be inserted when booting
  96.   OS/2, and the system must be rebooted when changing the disk media.  To
  97.   enable removable disk support, add the /!R parameter to the BASEDEV=
  98.   command in your CONFIG.SYS file as follows:
  99.  
  100.                BASEDEV=QL510.ADD /!R
  101.  
  102.  
  103. * The QLogic Fast!SCSI PCI Basic ADD driver uses the following default
  104.   SCSI parameters:
  105.  
  106.     Maximum logical units per ID   8 (all 8 LUNs are scanned at each ID)
  107.     Initiator ID                   7
  108.     Synchronous negotiation        ENABLED
  109.     Disconnects                    ENABLED
  110.     Parity checking                ENABLED
  111.     SCSI bus reset at boot         ENABLED
  112.  
  113.  
  114. * The following command line parameters are supported by the QLogic
  115.   Fast!SCSI PCI Basic ADD driver:  (add to end of BASEDEV=QL510.ADD line
  116.   in config.sys file)
  117.  
  118.   /A:d        Specifies which adapter (0-2) that following command line
  119.           parameters apply to.
  120.  
  121.   /I        Ignore the specified adapter (must follow "/A:d" parameter).
  122.  
  123.   /DM  /!DM    Enable/disable DASD manager support for specified adapter
  124.         and/or devices (add ":d,d,d" to specify list of SCSI IDs or
  125.         ":(d,d),(d,d),(d,d)" to specify ID,LUN pairs).  Default is
  126.         enabled.
  127.  
  128.   /SM  /!SM    Enable/disable SCSI manager support for specified adapter
  129.         and/or devices (add ":d,d,d" to specify list of SCSI IDs or
  130.         ":(d,d),(d,d),(d,d)" to specify ID,LUN pairs).  Default is
  131.         enabled.
  132.  
  133.   /!R        Report removable disk devices to OS/2 as fixed disks.
  134.           By default removable disks will be reported as removable.
  135.  
  136.   /SI:d        Specify SCSI initiator ID to use on specified adapter.
  137.                 Default is SCSI ID 7.
  138.  
  139.   /SR  /!SR    Enable/disable SCSI bus reset during boot on specified
  140.         adapter.  Default is enabled.
  141.  
  142.   /ET  /!ET    Enable/disable embedded target support for specified adapter.
  143.         Default is enabled (all 8 LUNs supported).  Specify /!ET for
  144.         supporting LUN 0 only.
  145.  
  146.   /PAR /!PAR    Enable/disable SCSI bus parity checking on specified
  147.         adapter.  Default is parity enabled.
  148.  
  149.   /SN  /!SN    Enable/disable synchronous negotiations for specified adapter
  150.         and/or devices (add ":d,d,d" to specify list of SCSI IDs or
  151.         ":(d,d),(d,d),(d,d)" to specify ID,LUN pairs).  Default is
  152.         enabled.
  153.  
  154.   /SD  /!SD    Enable/disable SCSI disconnects for specified adapter
  155.         and/or devices (add ":d,d,d" to specify list of SCSI IDs or
  156.         ":(d,d),(d,d),(d,d)" to specify ID,LUN pairs).  Default is
  157.         enabled.
  158.  
  159.   /V        Enable verbose mode (display configuration data during boot).
  160.         Default is disabled.
  161.  
  162.   /RA           Reorder adapters.  This parameter is used to reverse the order
  163.                 in which the Fast!SCSI PCI Basic adapters are configured.
  164.                 This parameter is required on some systems with AMI BIOS and
  165.         more than one Fast!SCSI PCI Basic adapters.
  166.  
  167.