home *** CD-ROM | disk | FTP | other *** search
/ Computer Installation Guide - Dragon Clan Series / CD2.iso / SCSI / SC200 / NETWARE / NCRSDMS4.DDI < prev    next >
Encoding:
Text File  |  1994-09-24  |  8.3 KB  |  234 lines

  1. ;DrIvEr DeScRiPtIoN
  2.  
  3. SyntaxVersion: 1.00
  4.  
  5.     ;file: concatenated to NCRSDMS4.DSK
  6.  
  7.     Driver SDMS
  8.     {
  9.         Description:    "NCR SCSI Disk Driver (SDMSNET4-3.05.00) for NetWare 4.x"
  10.  
  11.         Help:   "NCR SDMS (TM) V3.0 DDFS SCSI Disk Driver for NetWare 4.x.\n
  12.                 This driver should be used on machines equipped with one
  13.                 or more of the following NCR SCSI chips:
  14.                 53C90, 53C94, 53C96, 53C406A, 53C700,
  15.                 53C710, 53C720, 53C810, 53C815, 53C825.\n\n
  16.  
  17.                 The default options are:\n
  18.                 - Tagged command queueing enabled.\n
  19.                 - Queue tag default depth = 10.\n
  20.                 - Support for wide devices enabled.\n
  21.                 - I/O read sorting enabled.\n
  22.                 - Support for shared interrupts disabled.\n
  23.                 - Maximum number of supported adapters = 8.\n
  24.                 - Maximum devices per adapter = 32.\n
  25.                 - Number of luns per SCSI id = 4.\n
  26.                   (Maximum number of luns per SCSI id = 8.)\n
  27.                 - I/O base timeout value set to 30 seconds.\n
  28.                 - All devices included for registration.\n
  29.                 \n
  30.                 These options may be modified through the use of command line
  31.                 parameters.\n\n
  32.                 Copyright 1994 NCR Corporation.\n
  33.                 All Rights Reserved."
  34.  
  35.         ParameterVersion:   1.00
  36.         File:               NCRSDMS4.DSK
  37.         ProductID:          008d
  38.  
  39.         LIST Qtags
  40.         {
  41.             Description:    "Tagged Command Queueing"
  42.  
  43.             Help:   "Tagged queueing enabled will result in the target device
  44.                     ordering commands in the queue so as to minimize actuator
  45.                     movement. This will result in a faster average I/O completion
  46.                     rate with random I/O traffic."
  47.  
  48.             CDescription:   "Enabled"
  49.             Choice:         'enable'
  50.             CDescription:   "Disabled"
  51.             Choice:         'disable'
  52.             Default:        1
  53.             OutputFormat:   'qtags=%s'
  54.         }
  55.  
  56.         PROMPT QDepth
  57.         {
  58.             Description:    "Number of QTags"
  59.  
  60.             Help:   "When tagged queueing is enabled, specify the maximum
  61.                     number of queue tags per device to be used. This allows 
  62.                     for tuning of the number of outstanding requests in the 
  63.                     drive and hence tune the performance of the system.  
  64.                     Note: The driver supports a maximum of 128 outstanding 
  65.                     queue tags per HBA."
  66.  
  67.             Type:           DEC (3)
  68.             Values:         0 - 128
  69.             Default:        10
  70.             OutputFormat:   'qdepth=%s'
  71.         }
  72.  
  73.         LIST Wide
  74.         {
  75.             Description:    "Wide SCSI"
  76.  
  77.             Help:   "This option allows disabling support for wide SCSI
  78.                     processing in the driver."
  79.  
  80.             CDescription:   "Enabled"
  81.             Choice:         'enable'
  82.             CDescription:   "Disabled"
  83.             Choice:         'disable'
  84.             Default:        1
  85.             OutputFormat:   'wide=%s'
  86.         }
  87.  
  88.         LIST Sort
  89.         {
  90.             Description:    "Sort Read I/O's"
  91.  
  92.             Help:   "Enable/disable sorting of read I/O's by the driver."
  93.  
  94.             CDescription:   "Enabled"
  95.             Choice:         'enable'
  96.             CDescription:   "Disabled"
  97.             Choice:         'disable'
  98.             Default:        1
  99.             OutputFormat:   'sort=%s'
  100.         }
  101.  
  102.         LIST Shared_Int
  103.         {
  104.             Description:    "Shared Interrupts"
  105.  
  106.             Help:   "This option allows enabling support for shared
  107.                     interrupts in the driver.  This option should be
  108.                     enabled if PCI boards other than NCR PCI 
  109.                     Chips/HBAs are used."
  110.  
  111.             CDescription:   "Enabled"
  112.             Choice:         'enable'
  113.             CDescription:   "Disabled"
  114.             Choice:         'disable'
  115.             Default:        2
  116.             OutputFormat:   'shared_int=%s'
  117.         }
  118.  
  119.         PROMPT Max_HBAs
  120.         {
  121.             Description:    "Maximum Adapters"
  122.  
  123.             Help:   "Specify the maximum number of adapters to support.
  124.                     For cases where the number of adapters to be supported 
  125.                     is known to be less than the default value of 8, this
  126.                     will reduce the amount of system memory used by the
  127.                     driver.  Enter a value between 1 and 8."
  128.  
  129.             Type:           DEC (1)
  130.             Values:         1 - 8
  131.             Default:        8
  132.             OutputFormat:   'max_hbas=%s'
  133.         }
  134.  
  135.         PROMPT Max_IDs
  136.         {
  137.             Description:    "Maximum SCSI IDs"
  138.  
  139.             Help:   "Specify the maximum number of SCSI ID's to support.
  140.                     For cases where the number of SCSI ID's to be supported 
  141.                     is known to be less than the default value of 32, this
  142.                     will reduce the amount of system memory used by the
  143.                     driver.  Enter a value between 8 and 32."
  144.  
  145.             Type:           DEC (2)
  146.             Values:         8 - 32
  147.             Default:        32
  148.             OutputFormat:   'max_id=%s'
  149.         }
  150.  
  151.         PROMPT Max_LUNs
  152.         {
  153.             Description:    "Maximum LUN's"
  154.  
  155.             Help:   "Specify the maximum number of LUN's to support per
  156.                     SCSI ID.  For cases where the number of LUN's to be
  157.                     supported is known to be less than the default value
  158.                     of 4, this will reduce the amount of system memory
  159.                     used by the driver.  Enter a value between 1 and 8."
  160.  
  161.             Type:           DEC (1)
  162.             Values:         1 - 8
  163.             Default:        4
  164.             OutputFormat:   'max_lun=%s'
  165.         }
  166.  
  167.         PROMPT Timeout
  168.         {
  169.             Description:    "Base Timeout"
  170.  
  171.             Help:   "Specify the minimum value (in seconds) for a device
  172.                     to timeout on a command.  The amount of time allowed
  173.                     for a command is dynamically determined by the number
  174.                     of pending commands and the base timeout value."
  175.  
  176.             Type:           DEC (9)
  177.             Values:         30 - 999999999
  178.             Default:        30
  179.             OutputFormat:   'timeout=%s'
  180.         }
  181.  
  182.         PROMPT Max_Kb
  183.         {
  184.             Description:    "Maximum Concatenation Kb"
  185.  
  186.             Help:   "Specify the maximum data transfer size (in kilobytes)
  187.                     of a single read/write operation to a device by the
  188.                     driver as a result of concatenating multiple sequential
  189.                     I/O's."
  190.  
  191.             Type:           DEC (5)
  192.             Values:         0 - 32767
  193.             Default:        32767
  194.             OutputFormat:   'max_kb=%s'
  195.         }
  196.  
  197.         PROMPT Exclusions
  198.         {
  199.             Description:    "Exclusion"
  200.  
  201.             Help:   "Exclusion directs the driver to ignore the device(s).
  202.                     This allows communicate with a different driver. More than one
  203.                     device may be specified, separated by colons. To specify
  204.                     the device enter the Path, SCSI ID and Logical Unit Number.
  205.                     The Logical Unit Number (LUN) is optional. For example
  206.                     to specify Path 0 SCSI ID 1 LUN 0 and Path 1 SCSI ID 5 you 
  207.                     would enter 0,1,0:1,5"
  208.  
  209.             Type:           STRING (40)
  210.             OutputFormat:   'xcl=%s'
  211.         }
  212.  
  213.         LIST Verbose OPTIONAL
  214.         {
  215.             Description:    "Enable verbose option?"
  216.  
  217.             Help:   "This switch instructs the driver to verbosely display
  218.                     all driver option values in effect at the time the driver
  219.                     loads.  By default, the driver will display only option
  220.                     values which differ from defaults (due to options on the
  221.                     driver load command line), or unrecognized options."
  222.  
  223.             CDescription:   "No"
  224.             Choice:         ''
  225.             CDescription:   "Yes"
  226.             Choice:         '-v'
  227.             Default:        1
  228.             OutputFormat:   '%s'
  229.         }
  230.  
  231.     }
  232.  
  233. ;DrIvEr DeScRiPtIoN EnD
  234.