FREEBSD/freebsd.htm0000755000000000000000000010325511716220100011141 0ustar FreeBSD Driver for the Intel® Gigabit Network Connections

FreeBSD* Driver for Intel Ethernet

NOTE: This release includes two 10 gigabit FreeBSD Base Drivers for Intel Ethernet. These drivers are named em and igb.

First identify your adapter.  Then follow the appropriate steps for building, installing, and configuring the appropriate driver.


Identifying Your Adapter

For information on how to identify your adapter, go to the Adapter & Driver ID Guide at:

http://support.intel.com/support/go/network/adapter/idguide.htm

For the latest Intel network drivers for FreeBSD, see:

http://support.intel.com/support/go/network/adapter/home.htm
NOTE: The Intel 82562v 10/100 Network Connection only supports 10/100 connectivity.

Using the EM Base Driver

Overview

Building and Installation

Speed and Duplex Configuration

Additional Configurations

Known Limitations

Support

Overview

This file describes the FreeBSD* driver for Intel Ethernet. This driver has been developed for use with all community-supported versions of FreeBSD.

For questions related to hardware requirements, refer to the documentation supplied with your Gigabit adapter. All hardware requirements listed apply for use with FreeBSD.


Building and Installation

NOTE: This driver package is to be used only as a standalone archive and the user should not attempt to incorporate it into the kernel source tree.

In the instructions below, x.x.x is the driver version as indicated in the name of the driver tar file.

  1. Move the base driver tar file to the directory of your choice. For example, use /home/username/em or /usr/local/src/em.

  2. Untar/unzip the archive:

    tar xzvf em-x.x.x.tar.gz

    This will create an em-x.x.x directory.

  3. To create a loadable module, perform the following steps.

    1. To compile the module
        cd em-x.x.x
        make

    2. To install the compiled module to the system directory:
        make install

    3. If you want the driver to load automatically when the system is booted:
          1. Edit /boot/loader.conf, and add the following line.

      if_em_load="YES"

  4. To assign an IP address to the interface, enter the following:
      ifconfig_em<interface_num> <IP_address>
     

  5. Verify that the interface works. Enter the following, where <IP_address> is the IP address for another machine on the same subnet as the interface that is being tested:
      ping <IP_address>
     

  6. To configure the IP address to remain after reboot, edit /etc/rc.conf, and create the appropriate ifconfig_em<interface_num> entry:
      ifconfig_em<interface_num>="<ifconfig_settings>"

    Example usage:
      ifconfig_em0="inet 102.168.10.1 netmask 255.255.255.0"
     
    NOTE: For assistance, see the ifconfig man page.


Speed and Duplex Configuration

By default, the adapter auto-negotiates the speed and duplex of the connection. If there is a specific need, the ifconfig utility can be used to configure the speed and duplex settings on the adapter. Example usage:

ifconfig emX <IP_address> media 100baseTX mediaopt full-duplex

NOTE: Only use mediaopt to set the driver to full-duplex. If mediaopt is not specified and you are not running at gigabit speed, the driver defaults to half-duplex.

If the interface is currently forced to 100 full duplex, in order to change to half duplex you must use this command:

    ifconfig emX <IP_address> media 100baseTX -mediaopt full-duplex
 

This driver supports the following media type options:

Media Type Description
autoselect Enables auto-negotiation for speed and duplex.
10baseT/UTP Sets speed to 10 Mbps. Use the ifconfig mediaopt option to select full-duplex mode.
100baseTX Sets speed to 100 Mbps. Use the ifconfig mediaopt option to select full-duplex mode.
1000baseTX Sets speed to 1000 Mbps. In this case, the driver supports only full-duplex mode.
1000baseSX Sets speed to 1000 Mbps. In this case, the driver supports only full-duplex mode.

For more information on the ifconfig utility, see the ifconfig man page.


Additional Configurations

The driver supports Transmit/Receive Checksum Offload and Jumbo Frames on all but the 82542-based adapters. For specific adapters, refer to the Identifying Your Adapter section.

Jumbo Frames

To enable Jumbo Frames, use the ifconfig utility to increase the Maximum Transmission Unit (MTU). The Jumbo Frames MTU range for Intel Adapters is 1500 to 16110 bytes, with a default value of 1500.

To modify MTU, enter the following:
        ifconfig emX <hostname or IP address> mtu 9000

To confirm the MTU used between two specific devices, use:
        route get <destination_IP_address>

NOTES:
  • Only enable Jumbo Frames if your network infrastructure, including switches, supports them.
  • The Jumbo Frames setting on the switch must be set to at least 22 bytes larger than that of the MTU. 
  • Some Intel gigabit adapters that support Jumbo Frames have a frame size limit of 9238 bytes, with a corresponding MTU size limit of 9216 bytes. The adapters with this limitation are based on the Intel® 82571EB, 82572EI, 82573L, 82566, 82562, and 80003ES2LAN controllers. These correspond to the following product names:
    Intel®PRO/1000 PT Server Adapter
    Intel® PRO/1000 PT Desktop Adapter
    Intel® PRO/1000 PT Network Connection
    Intel® PRO/1000 PT Dual Port Server Adapter
    Intel® PRO/1000 PT Dual Port Network Connection
    Intel® PRO/1000 PT Quad Port Server Adapter
    Intel® PRO/1000 PF Quad Port Server Adapter
    Intel® PRO/1000 PF Server Adapter
    Intel® PRO/1000 PF Network Connection
    Intel® PRO/1000 PF Dual Port Server Adapter
    Intel® PRO/1000 PB Server Connection
    Intel®PRO/1000 PL Network Connection
    Intel® PRO/1000 EB Network Connection with I/O Acceleration
    Intel®PRO/1000 EB Backplane Connection with I/O Acceleration
    Intel® 82566DM-2 Gigabit Network Connection
    Intel® 82574L Gigabit Network Connection
    Intel® Gigabit CT Desktop Adapter
    Intel® 82567LM-4 Gigabit Network Connection
    Intel® 82567LM-3 Gigabit Network Connection
    Intel® 82567LF-3 Gigabit Network Connection
  • Using Jumbo frames at 10 or 100 Mbps is not supported and may result in poor performance or loss of link.
  • The following adapters do not support Jumbo Frames:
    Intel®PRO/1000 Gigabit Server Adapter
    Intel® PRO/1000 PM Network Connection
    Intel® 82562V 10/100 Network Connection
    Intel® 82566DM Gigabit Network Connection
    Intel® 82566DC Gigabit Network Connection
    Intel® 82566MM Gigabit Network Connection
    Intel® 82566MC Gigabit Network Connection
    Intel® 82562GT 10/100 Network Connection
    Intel® 82562G 10/100 Network Connection
    Intel® 82566DC-2 Gigabit Network Connection
    Intel® 82562V-2 10/100 Network Connection
    Intel® 82562G-2 10/100 Network Connection
    Intel® 82562GT-2 10/100 Network Connection
    Intel® 82567V-3 Gigabit Network Connection

VLANs

To create a new VLAN interface:

ifconfig <vlan_name> create

To associate the VLAN interface with a physical interface and assign an IP address, netmask, and VLAN ID:

ifconfig <vlan_name> <ip_address> netmask <subnet_mask> vlan <vlan_id> vlandev <physical_interface>

Example:

ifconfig vlan10 10.0.0.1 netmask 255.255.255.0 vlan 10 vlandev em0

In this example, all packets will be marked on egress with 802.1Q VLAN tags, specifying a VLAN ID of 10.

To remove a VLAN interface:

ifconfig <vlan_name> destroy

Polling

NOTES: Device Polling is only valid for non-SMP kernels.
The driver has to be built into the kernel for Device Polling to be enabled in the driver.

To enable polling in the driver, add the following options to the kernel configuration, and then recompile the kernel:

options DEVICE_POLLING
options HZ=1000

At runtime:
        use sysctl kern.polling.enable=1 to turn polling on

        use sysctl kern.polling.enable=0 to turn polling off

Checksum Offload

To enable checksum offloading:

ifconfig emX rxcsum

To disable checksum offloading:

ifconfig emX -rxcsum

To confirm the current setting:

ifconfig emX

Look for the presence or absence of the following line:

options=3 <RXCSUM,TXCSUM>

TSO

The FreeBSD driver offers support for TSO (TCP Segmentation Offload). You can enable/disable it in two ways/places:

Doing this disables TSO in the stack and will affect all adapters.

To enable:

NOTES: By default only PCI-Express adapters are ENABLED to do TSO. Others can be enabled by the user at their own risk

TSO is not supported on 82547 and 82544-based adapters, as well as older adapters.

MSI-X

The FreeBSD driver offers MSIX support with 82574L-based network connections. 82574L-based network connections will use MSI-X by default.

MSI or MSI-X can be turned off by an entry in /etc/sysctl.conf


Known Limitations

Detected Tx Unit Hang in Quad Port Adapters

In some cases ports 3 and 4 wont pass traffic. Ports 1 and 2 don't show any errors and will pass traffic.

This issue MAY be resolved by updating to the latest BIOS. You can check your system's BIOS by downloading the Linux Firmware Developer Kit that can be obtained at http://www.linuxfirmwarekit.org/

There are known performance issues with this driver when running UDP traffic with Jumbo Frames. 

82541/82547 can't link or is slow to link with some link partners

There is a known compatibility issue where time to link is slow or link is not established between 82541/82547 controllers and some switches.  Known switches include:
     Planex FXG-08TE
     I-O Data ETG-SH8

The driver can be compiled with the following changes:

Edit ./em.x.x.x/src/if_em.h to change the #define EM_MASTER_SLAVE
For example, change from:

#define EM_MASTER_SLAVE e1000_ms_hw_default
to:
#define EM_MASTER_SLAVE 2

Use one of the following options:

1 = Master mode
2 = Slave mode
3 = Auto master/slave
Setting 2 is recommended.

Recompile the module:

cd em-x.x.x
make clean
make

To install the compiled module in system directory:
make install


Support

For general information and support, go to Support

If an issue is identified, support is through email only at: freebsd@intel.com


Using the IGB Base Driver

Overview

Building and Installation

Speed and Duplex Configuration

Additional Configurations

Known Limitations

Support

Overview

This file describes the FreeBSD* driver for Intel Ethernet. This driver has been developed for use with all community-supported versions of FreeBSD.

For questions related to hardware requirements, refer to the documentation supplied with your Gigabit adapter. All hardware requirements listed apply for use with FreeBSD.


Building and Installation

NOTE: This driver package is to be used only as a standalone archive and the user should not attempt to incorporate it into the kernel source tree.

In the instructions below, x.x.x is the driver version as indicated in the name of the driver tar file.

  1. Move the base driver tar file to the directory of your choice. For example, use /home/username/igb or /usr/local/src/igb.

  2. Untar/unzip the archive:

    tar xzvf igb-x.x.x.tar.gz

    This will create an igb-x.x.x directory.

  3. To create a loadable module, perform the following steps.

    1. To compile the module
        cd igb-x.x.x
        make

    2. To install the compiled module to the system directory:
        make install

    3. If you want the driver to load automatically when the system is booted:
          1. Edit /boot/loader.conf, and add the following line.

      if_igb_load="YES"

  4. To assign an IP address to the interface, enter the following:
      ifconfig_igb<interface_num> <IP_address>
     

  5. Verify that the interface works. Enter the following, where <IP_address> is the IP address for another machine on the same subnet as the interface that is being tested:
      ping <IP_address>

  6. To configure the IP address to remain after reboot, edit /etc/rc.conf, and create the appropriate ifconfig_igb<interface_num> entry:
      ifconfig_igb<interface_num>="<ifconfig_settings>"

    Example usage:
      ifconfig_igb0="inet 102.168.10.1 netmask 255.255.255.0"
     
    NOTE: For assistance, see the ifconfig man page.


Speed and Duplex Configuration

By default, the adapter auto-negotiates the speed and duplex of the connection. If there is a specific need, the ifconfig utility can be used to configure the speed and duplex settings on the adapter. Example usage:

ifconfig igbX <IP_address> media 100baseTX mediaopt full-duplex

NOTE: Only use mediaopt to set the driver to full-duplex. If mediaopt is not specified and you are not running at gigabit speed, the driver defaults to half-duplex.

If the interface is currently forced to 100 full duplex, in order to change to half duplex you must use this command:

    ifconfig igbX <IP_address> media 100baseTX -mediaopt full-duplex
 

This driver supports the following media type options:

Media Type Description
autoselect Enables auto-negotiation for speed and duplex.
10baseT/UTP Sets speed to 10 Mbps. Use the ifconfig mediaopt option to select full-duplex mode.
100baseTX Sets speed to 100 Mbps. Use the ifconfig mediaopt option to select full-duplex mode.
1000baseTX Sets speed to 1000 Mbps. In this case, the driver supports only full-duplex mode.
1000baseSX Sets speed to 1000 Mbps. In this case, the driver supports only full-duplex mode.

For more information on the ifconfig utility, see the ifconfig man page.


Additional Configurations

The driver supports Transmit/Receive Checksum Offload and Jumbo Frames on all but the 82542-based adapters. For specific adapters, refer to the Identifying Your Adapter section.

Jumbo Frames

To enable Jumbo Frames, use the ifconfig utility to set the Maximum Transmission Unit (MTU) size above its default of 1500 bytes.

The Jumbo Frames MTU range for Intel Adapters is 1500 to 9216. To modify the setting, enter the following:
        ifconfig igbX <hostname or IP address> mtu 9000

To confirm the MTU used between two specific devices, use:
        route get <destination_IP_address>

NOTES:
  • Only enable Jumbo Frames if your network infrastructure, including switches, supports them.

  • To enable Jumbo Frames, increase the MTU size on the interface beyond 1500.

  • The Jumbo Frames setting on the switch must be set to at least 22 bytes larger than that of the MTU. 

  • The maximum MTU setting for Jumbo Frames is 9216. This value coincides with the maximum Jumbo Frames size of 9234 bytes.

  • Using Jumbo Frames at 10 or 100 Mbps may result in poor performance or loss of link.

VLANs

To create a new VLAN interface:

ifconfig <vlan_name> create

To associate the VLAN interface with a physical interface and assign an IP address, netmask, and VLAN ID:

ifconfig <vlan_name> <ip_address> netmask <subnet_mask> vlan <vlan_id> vlandev <physical_interface>

Example:

ifconfig vlan10 10.0.0.1 netmask 255.255.255.0 vlan 10 vlandev igb0

In this example, all packets will be marked on egress with 802.1Q VLAN tags, specifying a VLAN ID of 10.

To remove a VLAN interface:

Intel Network Connection       ifconfig <vlan_name> destroy

Polling

NOTES: Device Polling is only valid for non-SMP kernels.
The driver has to be built into the kernel for Device Polling to be enabled in the driver.

To enable polling in the driver, add the following options to the kernel configuration, and then recompile the kernel:

options DEVICE_POLLING
options HZ=1000

At runtime:
        use sysctl kern.polling.enable=1 to turn polling on

        use sysctl kern.polling.enable=0 to turn polling off

Checksum Offload

To enable checksum offloading:

ifconfig igbX rxcsum

To disable checksum offloading:

ifconfig igbX -rxcsum

To confirm the current setting:

ifconfig igbX

Look for the presence or absence of the following line:

options=3 <RXCSUM,TXCSUM>

TSO

The FreeBSD driver offers support for TSO (TCP Segmentation Offload). You can enable/disable it in two ways/places:

Doing this disables TSO in the stack and will affect all adapters.

To enable:

NOTES: By default only PCI-Express adapters are ENABLED to do TSO. Others can be enabled by the user at their own risk

TSO is not supported on 82547 and 82544-based adapters, as well as older adapters.

LRO

Large Receive Offload is available in the driver; it is on by default. It can be disabled by using:

ifconfig <interface_num> -lro

To enable:

ifconfig <interface_num> lro

EEE

Valid Range: 0-1
Default Value: 1 (enabled)

A link between two EEE-compliant devices will result in periodic bursts of data followed by long periods where in the link is in an idle state. This Low Power Idle (LPI) state is supported in both 1Gbps and 100Mbps link speeds.

NOTE: EEE support requires autonegotiation.

DMAC

Valid Range: 0-1
Default Value: 1 (enabled)

Enables or disables DMA Coalescing feature. DMA (Direct Memory Access) allows the network device to move packet data directly to the system's memory, reducing CPU utilitzation. However, the frequency and random intervals at which packets arrive do not allow the system to enter a lower power state. DMA Coalescing allows the adapter to collect packets before it initiates a DMA event. This may increase network latency but also increases the chances that the system will enter a lower power state.

Turning on DMA Coalescing may save energy with kernel 2.6.32 and later. InterruptThrottleRate (ITR) should be set to dynamic. This will impart the greatest chance for your system to consume less power. DMA Coalescing is effective in helping potentially saving the platform power only when it is enabled across all active ports.

A whitepaper containing information on how to best configure your platform is available on the Intel website.


Known Limitations

Detected Tx Unit Hang in Quad Port Adapters

In some cases ports 3 and 4 wont pass traffic. Ports 1 and 2 don't show any errors and will pass traffic.

This issue MAY be resolved by updating to the latest BIOS. You can check your system's BIOS by downloading the Linux Firmware Developer Kit that can be obtained at http://www.linuxfirmwarekit.org/

There are known performance issues with this driver when running UDP traffic with Jumbo Frames. 


Support

For general information and support, go to Support

If an issue is identified, support is through email only at: freebsd@intel.com


Last modified on 8/12/11 10:34a 5/05/05 8:51a

FREEBSD/note.gif0000755000000000000000000000073211651733270010464 0ustar GIF89a!1J!Z)c1sRR{{{{Z{9sssBBssR99JJfffZZZ))ZZ9ZZ)RRRRRBJJJBBB333)))!!!!,@pH,  f!:(3z<H\! E@S$bQ/G2~C $.$G(c%Gz',sE!rrC $M*L ( +UMG&MBCN#L}G ,ȻB+KB)Yt(E # B*$#һ+s-N#m@@465֘ 09!.(*@ 1A ;FREEBSD/style.css0000755000000000000000000000450511651733270010704 0ustar .legaldis { font-family: Helvetica; font-size: 7pt; color: #555555; align: justify; } BODY { BACKGROUND-COLOR: #ffffff; FONT-FAMILY: Arial, sans-serif; FONT-SIZE: 10pt; COLOR: black } .nav {background-color: #ddeeFF} a:link {color:#001060} a:visited {color:#800080} a:hover {color:#800000} H1 { MARGIN-TOP:14;MARGIN-BOTTOM:0; FONT-SIZE: 18pt; FONT-WEIGHT: bold; COLOR:#0860A8 } H2 { MARGIN-TOP:14;MARGIN-BOTTOM:0; FONT-SIZE: 14pt; FONT-WEIGHT: bold; COLOR:#0860A8 } H3 { MARGIN-TOP:14;MARGIN-BOTTOM:0; FONT-SIZE: 12pt; FONT-WEIGHT: bold; COLOR:#0860A8 } H4 { FONT-FAMILY: Arial, sans-serif; FONT-SIZE: 10pt; FONT-WEIGHT: bold } H5 { MARGIN-LEFT:14; MARGIN-TOP:2; MARGIN-BOTTOM:0; font-size:10pt; FONT-WEIGHT: bold } P { MARGIN-TOP:10;MARGIN-BOTTOM:0; } blockquote { FONT-FAMILY: Arial, sans-serif; FONT-SIZE: 10pt } ol { MARGIN-TOP:10;MARGIN-BOTTOM:0; } ul { MARGIN-TOP:0;MARGIN-BOTTOM:0; } li { FONT-FAMILY: Arial, sans-serif; FONT-SIZE: 10pt; margin-top: 6px; } TH { COLOR: black; FONT-FAMILY: Arial, sans-serif; FONT-SIZE: 10pt; FONT-WEIGHT: bold } TD { FONT-FAMILY: Arial, sans-serif; FONT-SIZE: 10pt } .top {MARGIN-LEFT:12;} .contents { FONT-SIZE: 10pt; MARGIN-BOTTOM: 6px; MARGIN-LEFT: 20px; MARGIN-TOP: 6px; TEXT-INDENT: -20px } .gui { FONT-SIZE: 9pt; FONT-WEIGHT: bold } .inentry { MARGIN-BOTTOM: 3px; MARGIN-TOP: 0px; WORD-SPACING: 0px } .monospace { FONT-FAMILY: Courier New, Courier; FONT-SIZE: 10pt } .numlst { LIST-STYLE: decimal; MARGIN-BOTTOM: 8px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px; TEXT-ALIGN: left; TEXT-INDENT: 0px; WORD-SPACING: 0px } .r { font-size: 11pt } .small { FONT-FAMILY: Arial, sans-serif; FONT-SIZE: 7pt; color:#505050} .warning { FONT-STYLE: italic; FONT-WEIGHT: bold } .toc_head { FONT-SIZE: 10pt; FONT-WEIGHT: bold; MARGIN-BOTTOM: 1px; MARGIN-LEFT: 0px; MARGIN-TOP: 6px; TEXT-INDENT: 0px; } .toc_level1 { FONT-SIZE: 9pt; MARGIN-BOTTOM: 1px; MARGIN-LEFT: 15px; MARGIN-TOP: 1px; TEXT-INDENT: -10px } .toc_level2 { FONT-SIZE: 9pt; MARGIN-BOTTOM: 1px; MARGIN-LEFT: 30px; MARGIN-TOP: 1px; TEXT-INDENT: -10px } FREEBSD/support.gif0000755000000000000000000003157611651733270011245 0ustar GIF89a]h!"9)$9J,Z B R)j)R% X& e)(s!4k#2x1 k1&X1JMwuC6~9;f37j.\8%׶}$).fdӫ_m: ҅qըqaI[1ĖlpG uQW!Qd9ކvEt #81TL37Hae1`)(IroP"YBT!υT"qI}(TVOiH"3McΙᆋ¶]2833h&cv!b r$1%<3 $nxY'eqFRZ)餔VF<3Hc9|ƘllLؗ1fl3_v9z>L*c1KBxdi6lP.Ęrnaa9}y+T0b .z91IvgGU C!zJK4H"ta / w4RSx8-(Q98 3Ċ;>#hAe0H8#nA 7 .;#OH>[ҸUDBHUa-?%Agdx HJ T-pxcG#(#Aژ"btАQ]]E IH"8$@3džhLh!;Z<A01pƸx 㨑8UI˼Qxm(1 2 R&7)ǒ@Wb&H\!"yxȥ8!orH-,8 '$"X21zEcb$ -9F[Ӝ,dQ =z扅z^WpB 8Els IN3lB*:TF5a?BbG;T?@A ^TJqkt#P:uh!p!2|wѻ eHMOAO8(6a5zB`!` +)́l HH9z (3"01Jͫ^iFBK5!AT3ƍi@ʉdyq9Y`C+H8e{MjibH8Wqts Ad@("C;p+QqF `_p`` ؀ؐȉِ Jv/(ِ2P܀[8 TDE7yq P Ҩ `bu0vxqp % e |73Yxhȉ(+h  yѐ 2   ^]0}!-HLX @ bi0] `m@}FP#V `0&g (v0q\gs  p! e +A6p1\@ȏ P*9  *` *p **\) 0%لM8 Q:P[PHG R$PGP yPfsv^h'~XuG} 1H Op.-=0 ` p؉ Xz`  򀙹\KnlQ$Ii0xw E<@lp@ 0l09I8 xS&v(@qōۘi)DEpV $ gj` ЏzI_vZ  yTw+׈ x;50Awb Ds mPXx'&ʁF\˵qyv5GUGEBV'WtEpIi0'ŰxYmڦP}YsJuJ}^ K(Jp`p7fC7 P iBH^jJ&ʆ`*W` `Y|H QZ/fphpӯ PP gq1p *Jvtژ i]!]0iMyIr,°BFɑѭW[9 Y\Kf9 T@Q |{-隡p1:@'ߡC~1^Ph5i&=ڰ ԉ.q* P `@g_ eлfr`qq@p#[/o46{*iK0!YHp D盾]*J! L @Z++^k]wZ) < )`o; ,+jI*'p9pbp% l020po` p^P[&ć uXK!Q|C @Tt _g9|kAX̠&V)Ipʂ|aL`pk+AHQ2K㰿 Ȍȑ! 09;P  L+PH|Ѱ ]Q*P2p3 2I0PgpdEQL,$li|ibƅ:|_л[ Ǜ 0j Q؄oJ)xz,PzpȐ2aɊʈl7`ɞi;p{** Cl-\,؛ -m <iȘ]r,$ғ^@Ƭ̺b.Ps0ZhE9 i}Pt& K, <[  1 GQ9RS epq\okk*+q ݊NHа9lVIK M ҋEʩ} \{|ÜQL1MV0TKL!9];Gƭ2ZJLJR}+΀m5:aE Ac1 0 0 %N(paPP9\gz H_ wglўfjh,ċ݊IΩKɽ-9$i:] Y={l4^( ˾'"WXa5>ioj0#A kD$^bTp  \9(\\46m wvؤ Yg2_Puջg0'rp;dm' mℙꙹٳ O]3a+K`f&ik,:NjʎZN|0j)IpZ2m" t$ sP}҂0 zV>R3~r0 :wǻo`rot tl"WŚМ] ۮ"L4Na*  )hG4HOG/d;̠i2@Jx?Uk-7vI(tķAp8ˆ[)y_tr(%{T f,xȁ!CbF +"W;q}|-p}1HhJ1V]nP2\`nBcK31BU \*qRЁXA,A Јxp׻?ftWD')91kht2!ǘ2V-pp3!B1A2F dpMr/a XplcŔ ipE8,ssc(bÆ[ސ'!Wh%CcgZ7 3$(X3x̸41|׼0}p4!pӸ| cgx,@`l|c[; FQxiKo$pɸ? {ZzmuHޅS4_^4':!FE.<O7Ip9:\5)V@׮j4| d  #U<;%S3܀5Qp 73uG3#HM>LSo=^W`z5w{ hO1!C}Dp tXȺ [> 䳇哇OS tzx (=; zXp rC;B 7s`2g`6hM9),zch%@# a r xhyv6> =L  @cx'O+I$ 1c"t@A8pp M893bz/tM9]tT18; );Jkės8hVxh ck?p?50 E, 3?+%MgHx9/?8512 gZHЅJ49-Xm<R=RUxՅMIeԑnX7&$I KRTsHpWY=SuR؇T^V%<̺Ľ % ЙP>Xo4nxӱy K{>eU&jmhy+L6@L!-""X3!@ȧ}9@6`1hE-!rӱ#X- AN]T&?}XxHA -1J\ H\NAsG},թ\{\C }=Y\ܣ٨Ľ- pBwQR JsK+їr)^H7-!E̲[q!W|[+"83CXChOש}^b=!85\ \Mm\:j܅A)TlCӗ``a%#QXٟ]NXYTF`~tU0EUPϜE8Yħm^9^%VJF گ="%[M[%*^"8!ai:?7 7,}X_:Sԭ:mؑITxܘXO=T TVm\څ,X1:G7T]ʥa%G&T Ƈ B|Ty&dZ|b͈EK- RU!+cI`Cޱ+,k56o5HȋB5(x/˂/}:@X3t,c=~vYGgo\`@d}4:(:ۅ%Go}w]U:uȈPf`$LhQH0ɬsIiLIEϖi"蟞Bc%;!>yvcbyNjfzDg]xF/ #l^b-Ɓ 6X9]H*ȁG.C5"f7,M} 癨p:bޤĆ#$M*t xl] <p8{`Nlfj ATClˉav^,x04iHfjv%W-pXBq.O)32xcEFljj m#򮐛"X˦my,=fՌCގM;V~@bf? H.6i1-yx@ތ=mq&)8nӡ"vw0555KVfh.pRqk ߴ 610 Ca('H4#H4K÷r/O>1䕾Z" s%SQ3&ssqCЍ&`.I =M6)q7I/tLDF^f^FJc=8QSg%[G#AdiWcJkM?vd>V!f^n2bfw0Tߟ˔hn]dt*\\vISDMvye!N8뱺-(7Eb`'xWxbHׅC-pE @`#B+dy@^óSzy/AFV7x->35 G??. ЀH+}dryz,yJym!p&5Wj]8>upB8zݔ4fgZz{zE,"b~3rs9?cxf̲?{ȟF5x3$8J̸{?pz,v[goqvT/@{/yHI(5`Uͤw6v~W,_'| >1t^Ǐ;F9AxJxIc45 Y,h „ 2l!Ĉ'RH^={7jc= a$Ɣ3ڋ'0u=4(1E*ib)l\ =ŬZ꒰K.ZQEjײm-ܸrureǒOQ]ѣČÆMlhC&ĦJ {ңIXͥ"aٱ M6ܺw[};I)%x2@>$ǐ!7(MpUXӂuCӯo>~=N2U 7.8=ƆQ4\$ ZJV<0 L,"@]4NSV'.E4 HtAxD#œKKYŕWx->fbXR@"'(j\ Yc"fl}oJ5qQ<2ua]CC(p)\p#`*).D H^AѨM=`1c4("Lϐ90K,K*cd80qriK A-Z{c*2Pr^sjf{/guJ,bD/@FD1DFxZ0sN` K8*vmKU}6ib?b$4]>L 0@ZK9oPrl3t|j1ߵԬԉ|]"@<'Fd2ġCu#hu(zuCcU4*"Nc(:NٌX {8EHfBǕ(څLlGRt&ArN 6L}*T*թRV*Vխr^*X*ֱf=+X/qMLuЄTrQ Vjj_:Vj]JվO(d#+Y)qI,[TrOeٵ-jSڸL)!.Z;FREEBSD/support.htm0000755000000000000000000000206611651733270011260 0ustar Intel Customer Support

Customer Support

Intel support is available on the web or by phone. Support offers the most up-to-date information about Intel products, including installation instructions, troubleshooting tips, and general product information.

Web and Internet Sites

Support: http://www.intel.com/support

Corporate Site for Network Products: http://www.intel.com/products/ethernet/overview.htm

 


Last modified on 5/12/10 3:26p Revision