# # Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. # Use is subject to license terms. # # Copyright 2012 QLogic Corporation. All rights reserved. # Use is subject to license terms. ddi-forceattach=1; #Name: PCI max read request override #Type: Integer, bytes; Range: 128, 256, 512, 1024, 2048, 4096 #Usage: This field specifies the value to be used for the PCI max read # request setting, overriding the default value or the value programmed # by the system. #NOTE: The minimum value is 128 bytes on PCI Express and 512 on PCI; if # this variable does not exist or is not equal to 128, 256, 512, # 1024, 2048 or 4096, the ISP2xxx uses the default or the value # specified by the system. pci-max-read-request=2048; #Name: PCI max payload override #Type: Integer, bytes; Range: 128, 256, 512, 1024 #Usage: This field specifies the value to be used for the PCI max payload # setting, overriding the default value or the value programmed # by the system. #NOTE: This variable only works on PCIe HBAs. #pcie-max-payload-size=1024; # # # Extended Error Logging capability # extended-logging=0; # # extended log entries # default: 256 # log-entries=4098; # # Firmware dump flags # Usage: These flags are used to force a firmware dump when the flag # condition occurs. # default: 0 # TAKE_FW_DUMP_ON_UNSOL_LOGO 1 # fw-dump-flags=0; # # interrupt mode # 0: msix # 1: msi # 2: lagacy, i.e. fixed interrupt) # default 0 # intr-mode=0; # # Maximum number of request queues # default: 2 # max: 256 # max-reqq-size=2; # # Maximum number of response queues # default: 2 # max: 256 # must be equal to max-reqq-size # only applicable to Hilda # max-respq-size=2; # # Two modes to determine to which response queue a completed IOCB # should be directed. # # Default: 0 Each request queue can be associated (at creation time) to # a response queue. # 1 Each IOCB can be associated to a response queue. Always use # response queue 1 for data transfer phase # resp-mode=0; # # T10DIF support # # default: 0 disabled # 1 enabled # t10-dif=0; # # interrupt handshake # 0: disabled. # 1: enabled. # default 1 # Hidden parameter. # intr-hs=0; # # This parameter only applies to 16GbFC/FCoE HBA. # default: 0 Always load fw from fw module first, then from flash if # fw module are not available. # 1 Only load fw from flash on board. # load-flash-fw=0; # # hilda-wa # hilda-wa resp in pointer issue workaround. # Hidden parameter # # hilda-wa=1; # #Name: DDI Force Load #Type: String List #Usage: This field declares firmware module paths so that they get # loaded early enough to be available for qlc root instance to # use. Correct operation depends on the value of 'ddi-forceload'; # this value should not be changed by the user. ddi-forceload = "misc/qlt/qlt_fw_2400", "misc/qlt/qlt_fw_2500", "misc/qlt/qlt_fw_8100", "misc/qlt/qlt_fw_2031", "misc/qlt/qlt_fw_8301";