Jump to content

QL510.ADD: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
No edit summary
Line 1: Line 1:
{{ProdS |V20=S|V21=S|V22=S|V30=S|V31=S|V40=S|V45=S}}
SCSI adapter driver for Qlogic Fast SCSI PCI devices.
SCSI adapter driver for Qlogic Fast SCSI PCI devices.
  BASEDEV=QL510.ADD <parameters>
  BASEDEV=QL510.ADD <parameters>


{{ProdS |V20=S|V21=S|V22=S|V30=S|V31=S|V40=S|V45=S}}
==Parameters==
'''/A:d'''     
:Specifies which adapter (0-2) that following command line parameters apply to.
;/I
:Ignore the specified adapter (must follow "/A:d" parameter).
;/DM  /!DM   
:Enable/disable DASD manager support for specified adapter and/or devices (add ":d,d,d" to specify list of SCSI IDs or ":(d,d),(d,d),(d,d)" to specify ID,LUN pairs).  Default is enabled.
;/SM  /!SM
:Enable/disable SCSI manager support for specified adapter and/or devices (add ":d,d,d" to specify list of SCSI IDs or ":(d,d),(d,d),(d,d)" to specify ID,LUN pairs).  Default is enabled.
;/!R
:Report removable disk devices to OS/2 as fixed disks. By default removable disks will be reported as removable.
'''/SI:d'''
;Specify SCSI initiator ID to use on specified adapter. Default is SCSI ID 7.
;/SR  /!SR
:Enable/disable SCSI bus reset during boot on specified adapter.  Default is enabled.
;/ET  /!ET
:Enable/disable embedded target support for specified adapter. Default is enabled (all 8 LUNs supported).  Specify /!ET for supporting LUN 0 only.
;/PAR /!PAR
:Enable/disable SCSI bus parity checking on specified adapter.  Default is parity enabled.
;/SN  /!SN    Enable/disable synchronous negotiations for specified adapter
        and/or devices (add ":d,d,d" to specify list of SCSI IDs or
        ":(d,d),(d,d),(d,d)" to specify ID,LUN pairs).  Default is
        enabled.
;/SD  /!SD
:Enable/disable SCSI disconnects for specified adapter and/or devices (add ":d,d,d" to specify list of SCSI IDs or ":(d,d),(d,d),(d,d)" to specify ID,LUN pairs).  Default is enabled.
;/V
:Enable verbose mode (display configuration data during boot). Default is disabled.
;/RA
:Reorder adapters.  This parameter is used to reverse the order in which the Fast!SCSI PCI Basic adapters are configured.
:This parameter is required on some systems with AMI BIOS and more than one Fast!SCSI PCI Basic adapters.
 
==Links==
* {{FileLink|QLogic_FastSCSI}}


[[Category:BASEDEV Statements]]
[[Category:BASEDEV Statements]]

Revision as of 18:21, 1 October 2025

Product Support
OS/2 1.3
OS/2 2.0 S
OS/2 2.1 S
OS/2 2.11 SMP S
OS/2 Warp 3 S
OS/2 Warp Connect S
OS/2 Warp 4 S
OS/2 Warp Server for e-Business S

SCSI adapter driver for Qlogic Fast SCSI PCI devices.

BASEDEV=QL510.ADD <parameters>

Parameters

/A:d

Specifies which adapter (0-2) that following command line parameters apply to.
/I
Ignore the specified adapter (must follow "/A:d" parameter).
/DM /!DM
Enable/disable DASD manager support for specified adapter and/or devices (add ":d,d,d" to specify list of SCSI IDs or ":(d,d),(d,d),(d,d)" to specify ID,LUN pairs). Default is enabled.
/SM /!SM
Enable/disable SCSI manager support for specified adapter and/or devices (add ":d,d,d" to specify list of SCSI IDs or ":(d,d),(d,d),(d,d)" to specify ID,LUN pairs). Default is enabled.
/!R
Report removable disk devices to OS/2 as fixed disks. By default removable disks will be reported as removable.

/SI:d

Specify SCSI initiator ID to use on specified adapter. Default is SCSI ID 7.
/SR /!SR
Enable/disable SCSI bus reset during boot on specified adapter. Default is enabled.
/ET /!ET
Enable/disable embedded target support for specified adapter. Default is enabled (all 8 LUNs supported). Specify /!ET for supporting LUN 0 only.
/PAR /!PAR
Enable/disable SCSI bus parity checking on specified adapter. Default is parity enabled.
/SN /!SN Enable/disable synchronous negotiations for specified adapter
       and/or devices (add ":d,d,d" to specify list of SCSI IDs or
       ":(d,d),(d,d),(d,d)" to specify ID,LUN pairs).  Default is
       enabled.

/SD /!SD
Enable/disable SCSI disconnects for specified adapter and/or devices (add ":d,d,d" to specify list of SCSI IDs or ":(d,d),(d,d),(d,d)" to specify ID,LUN pairs). Default is enabled.
/V
Enable verbose mode (display configuration data during boot). Default is disabled.
/RA
Reorder adapters. This parameter is used to reverse the order in which the Fast!SCSI PCI Basic adapters are configured.
This parameter is required on some systems with AMI BIOS and more than one Fast!SCSI PCI Basic adapters.

Links