| # |
| # This file is provided under a CDDLv1 license. When using or |
| # redistributing this file, you may do so under this license. |
| # In redistributing this file this license must be included |
| # and no other modification of this header file is permitted. |
| # |
| # CDDL LICENSE SUMMARY |
| # |
| # Copyright(c) 1999 - 2009 Intel Corporation. All rights reserved. |
| # |
| # The contents of this file are subject to the terms of Version |
| # 1.0 of the Common Development and Distribution License (the "License"). |
| # |
| # You should have received a copy of the License with this software. |
| # You can obtain a copy of the License at |
| # http://www.opensolaris.org/os/licensing. |
| # See the License for the specific language governing permissions |
| # and limitations under the License. |
| # |
| # |
| # Copyright 2009 Sun Microsystems, Inc. All rights reserved. |
| # Use is subject to license terms of the CDDLv1. |
| # |
| # |
| # Driver.conf file for Intel e1000g Gigabit Ethernet Adapter |
| # |
| ForceSpeedDuplex=7,7,7,7,7,7,7,7,7,7,7,7,7,7,7,7; |
| # This will force Speed and Duplex for following settings for a typical instance. |
| # 1 will set the 10 Mbps speed and Half Duplex mode. |
| # 2 will set the 10 Mbps speed and Full Duplex mode. |
| # 3 will set the 100 Mbps speed and half Duplex mode. |
| # 4 will set the 100 Mbps speed and Full Duplex mode. |
| # 7 will let adapter autonegotiate. |
| AutoNegAdvertised=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0; |
| # This parameter determines the speed/duplex options that will be |
| # advertised during auto-negotiation. This is a bitmap with the |
| # following settings. |
| # Bit | 7 | 6 | 5 | 4 | 3 | 2 | 1 | 0 |
| # Setting| N/A | N/A | 1000F | N/A | 100F | 100H | 10F | 10H |
| # |
| # For example: |
| # To advertise 10 Half only AutoNegAdvertised = 1 |
| # To advertise 10 Full only AutoNegAdvertised = 2 |
| # To advertise 10 Half/Full AutoNegAdvertised = 3 |
| # To advertise 100 Half only AutoNegAdvertised = 4 |
| # To advertise 100 Full only AutoNegAdvertised = 8 |
| # To advertise 100 Half/Full AutoNegAdvertised = 12 |
| # To advertise 1000 Full only AutoNegAdvertised = 32 |
| # To advertise all speeds AutoNegAdvertised = 47 |
| MaxFrameSize=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0; |
| # 0 is for normal ethernet frames. |
| # 1 is for upto 4k size frames. |
| # 2 is for upto 8k size frames. |
| # 3 is for upto 16k size frames. |
| # |
| # These are maximum frame limits, not the ethernet payload size |
| # (usually called MTU). Your actual ethernet MTU is determined by frame |
| # size limit and protocol stack configuration (please refer to ndd |
| # command man pages) |
| # |
| # For Jumbo Frame Support (9k ethernet packet) use 3 (upto 16k size |
| # frames). On PCH adapter type (82577 and 82578) you can configure up |
| # to 4k size frames. The 4k size is only allowed at 1gig speed, so if |
| # you select 4k frames size, you cannot force or autonegotiate the |
| # 10/100 speed options. |
| FlowControl=3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3; |
| # 0: Flow control is completely disabled |
| # 1: Rx flow control is enabled (we can receive pause frames |
| # but not send pause frames). |
| # 2: Tx flow control is enabled (we can send pause frames |
| # but we do not receiving pause frames). |
| # 3: Both Rx and TX flow control (symmetric) is enabled. |
| # 4: No software override. The flow control configuration |
| # in the EEPROM is used. |
| TbiCompatibilityEnable=1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1; |
| # 1 turns it on and 0 turns it off. |
| # Some switches as Cisco 6500/Foundary still operate in TBI mode. |
| # This setting will fix the problems seen with odd byte packets. |
| # This setting is valid only for 82543GC based copper adapters. |
| SetMasterSlave=0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0; |
| # 0 sets to hardware default |
| # 1 forces master |
| # 2 forces slave |
| # 3 forces auto |
| # This setting controls the PHY master/slave setting. Manually forcing |
| # master or slave can help reduce time to link with some switches |
| # (Planex 08TX and IO Data switches). It is recommended that this |
| # setting remain at the hardware default. |