4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
22 # Copyright 2008 Sun Microsystems, Inc. All rights reserved.
23 # Use is subject to license terms.
28 #Name: PCI max read request override
29 #Type: Integer, bytes; Range: 128, 256, 512, 1024, 2048, 4096
30 #Usage: This field specifies the value to be used for the PCI max read
31 # request setting, overriding the default value or the value programmed
33 #NOTE: The minimum value is 128 bytes on PCI Express and 512 on PCI; if
34 # this variable does not exist or is not equal to 128, 256, 512,
35 # 1024, 2048 or 4096, the ISP2xxx uses the default or the value
36 # specified by the system.
37 pci-max-read-request=2048;
39 #Name: PCI max payload override
40 #Type: Integer, bytes; Range: 128, 256, 512, 1024
41 #Usage: This field specifies the value to be used for the PCI max payload
42 # setting, overriding the default value or the value programmed
44 #NOTE: This variable only works on PCIe HBAs.
45 #pcie-max-payload-size=1024;