;DrIvEr DeScRiPtIoN SyntaxVersion: 1.00 ;file: concatenated to NCRSDMS4.DSK Driver SDMS { Description: "NCR SDMS DDFS SCSI Disk Driver" Help: "Use this driver for Netware 4.xx with machines utilizing one of the following NCR SCSI chips: 53C90, 53C94, 53C96, 53C406A, 53C700, 53C710, 53C720, 53C810, 53C825. The default options are \n - Tagged queueing disabled.\n - All devices included for registration.\n - Support for shared interrupts disabled.\n - Maximum number of supported adapters = 8.\n - Maximum devices per adapter = 32.\n - Maximum number of luns per SCSI id = 4.\n - If enabled, queue tag depth = 128.\n - Support for wide devices enabled.\n These options may be modified through the use of command line parameters." ParameterVersion: 1.00 File: NCRSDMS4.DSK ProductID: 008d LIST SharedInt { Description: "Shared int" Help: "This option allows to enable support for shared interrupts in the driver." CDescription: "Disabled" Choice: 'disable' CDescription: "Enabled" Choice: 'enable' Default: 1 OutputFormat: 'sharedint=%s' } LIST Wide { Description: "Wide SCSI" Help: "This option allows to disable support for wide SCSI processing in the driver." CDescription: "Disabled" Choice: 'disable' CDescription: "Enabled" Choice: 'enable' Default: 2 OutputFormat: 'wide=%s' } PROMPT MaxHbas { Description: "Maximum Adapters" Help: "Specify the maximum number of adapters to support. This allows to reduce the amount of memory used in the system, for cases where the number of adapters to be supported are known to be less than the default value of 8. Enter a value between 1 and 8." Type: DEC Values: 1 - 8 Default: 8 OutputFormat: 'max_hbas=%d' } PROMPT MaxIds { Description: "Maximum SCSI IDs" Help: "Specify the maximum number of SCSI ID's to support. This allows to reduce the amount of memory used in the system, for cases where the number of SCSI ID's to be supported are known to be less than the default value of 8. Enter a value between 8 and 32." Type: DEC Values: 8 - 32 Default: 32 OutputFormat: 'max_id=%d' } PROMPT MaxLuns { Description: "Maximum LUN's" Help: "Specify the maximum number of LUN's to support per SCSI ID. This allows to reduce the amount of memory used in the system, for cases where the number of adapters to be supported are known to be less than the default value of 4. Enter a value between 1 and 4." Type: DEC Values: 1-4 Default: 4 OutputFormat: 'max_lun=%d' } LIST ParameterStamp1 { Description: "Tagged Queueing" Help: "Tagged queueing enabled will result in the target device ordering commands in the queue so as to minimize actuator movement. This will result in a faster average I/O completion rate with random I/O traffic." CDescription: "Disabled" Choice: 'disable' CDescription: "Enabled" Choice: 'enable' Default: 1 OutputFormat: 'QTAGS=%s' } PROMPT QDepth { Description: "Depth of the QTags" Help: "When tagged queueing is enabled, specify the maximum number of queue tags to be used. This allows for tuning of the number of outstanding requests in the drive and hence tune the performance of the system." Type: DEC Values: 0-128 Default: 128 OutputFormat: 'qdepth=%d' } PROMPT Excluded { Description: "eXclusion" Help: "eXclusion directs the driver to ignore the device(s). This allows communicate with a different driver. More than one device may be specified, separated by colons. To specify the device enter the Path, SCSI ID and Logical Unit Number. The Logical Unit Number (LUN) is optional. For an example to specify Path 0 SCSI ID 1 LUN 0 and Path 1 SCSI ID 5 you would enter 0,1,0:1,5 " Type: STRING (40) OutputFormat: 'Xcl=%s' } } ;DrIvEr DeScRiPtIoN EnD