Deleted Added
sdiff udiff text old ( 138062 ) new ( 138068 )
full compact
1.\" Copyright (c) 2001-2004, Intel Corporation
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions are met:
6.\"
7.\" 1. Redistributions of source code must retain the above copyright notice,
8.\" this list of conditions and the following disclaimer.
9.\"
10.\" 2. Redistributions in binary form must reproduce the above copyright
11.\" notice, this list of conditions and the following disclaimer in the
12.\" documentation and/or other materials provided with the distribution.
13.\"
14.\" 3. Neither the name of the Intel Corporation nor the names of its
15.\" contributors may be used to endorse or promote products derived from
16.\" this software without specific prior written permission.
17.\"
18.\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
19.\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21.\" ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
22.\" LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
23.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
24.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
25.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
26.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
28.\" POSSIBILITY OF SUCH DAMAGE.
29.\"
30.\" * Other names and brands may be claimed as the property of others.
31.\"
32.\" $FreeBSD: head/share/man/man4/ixgb.4 138068 2004-11-24 19:06:43Z brueffer $
33.\"
34.Dd November 24, 2004
35.Dt IXGB 4
36.Os
37.Sh NAME
38.Nm ixgb
39.Nd "Intel(R) PRO/10GbE Ethernet driver for the FreeBSD operating system"
40.Sh SYNOPSIS
41.Cd "device ixgb"
42.Sh DESCRIPTION
43The
44.Nm
45driver provides support for PCI gigabit Ethernet adapters based on
46the Intel 82597EX Ethernet controller chips.
47The driver supports Transmit/Receive checksum offload
48and Jumbo Frames.
49For a list of supported adapters, see the
50.Pa README
51included with the driver.
52.Pp
53For questions related to hardware requirements,
54refer to the documentation supplied with your Intel PRO/10GbE adapter.
55All hardware requirements listed apply to use with
56.Fx .
57.Pp
58Support for Jumbo Frames is provided via the interface MTU setting.
59Selecting an MTU larger than 1500 bytes with the
60.Xr ifconfig 8
61utility configures the adapter to receive and transmit Jumbo Frames.
62The maximum MTU size for Jumbo Frames is 16114.
63.Pp
64This driver version supports VLANs.
65For information on enabling VLANs, see the
66.Pa README .
67.Sh HARDWARE
68The
69.Nm
70driver supports the following cards:
71.Pp
72.Bl -bullet -compact
73.It
74Intel PRO/10GbE LR Server Adapter
75.It
76Intel PRO/10GbE SR Server Adapter
77.El
78.Sh DIAGNOSTICS
79.Bl -diag
80.It "ixgb%d: Unable to allocate bus resource: memory"
81A fatal initialization error has occurred.
82.It "ixgb%d: Unable to allocate bus resource: interrupt"
83A fatal initialization error has occurred.
84.It "ixgb%d: watchdog timeout -- resetting"
85The device has stopped responding to the network, or there is a problem with
86the network connection (cable).
87.El
88.Sh SUPPORT
89For additional information regarding building and installation,
90see the
91.Pa README
92included with the driver.
93For general information and support,
94go to the Intel support website at:
95.Pa http://support.intel.com .
96.Pp
97If an issue is identified with the released source code on the supported kernel
98with a supported adapter, email the specific information related to the
99issue to
100.Aq freebsdnic@mailbox.intel.com .
101.Sh SEE ALSO
102.Xr arp 4 ,
103.Xr em 4 ,
104.Xr netintro 4 ,
105.Xr ng_ether 4 ,
106.Xr polling 4 ,
107.Xr vlan 4 ,
108.Xr ifconfig 8
109.Sh HISTORY
110The
111.Nm
112device driver first appeared in
113.Fx 4.11
114and
115.Fx 5.3 .
116.Sh AUTHORS
117The
118.Nm
119driver was written by
120.An Intel Corporation Aq freebsdnic@mailbox.intel.com .