Deleted Added
full compact
ixgb.4 (131792) ixgb.4 (134017)
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.

--- 15 unchanged lines hidden (view full) ---

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.\"
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.

--- 15 unchanged lines hidden (view full) ---

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 131792 2004-07-08 07:27:26Z ru $
32.\" $FreeBSD: head/share/man/man4/ixgb.4 134017 2004-08-19 14:33:53Z brueffer $
33.\"
33.\"
34.Dd March 1, 2004
34.Dd August 19, 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

--- 16 unchanged lines hidden (view full) ---

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 .
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

--- 16 unchanged lines hidden (view full) ---

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
68Adapters supported by the
69.Nm
70driver include:
71.Pp
72.Bl -bullet -compact
73.It
74Intel PRO/10GbE LR Server Adapter
75.It
76Intel PRO/10GbE SR Server Adapter
77.El
67.Sh DIAGNOSTICS
68.Bl -diag
69.It "ixgb%d: Unable to allocate bus resource: memory"
70A fatal initialization error has occurred.
71.It "ixgb%d: Unable to allocate bus resource: interrupt"
72A fatal initialization error has occurred.
73.It "ixgb%d: watchdog timeout -- resetting"
74The device has stopped responding to the network, or there is a problem with

--- 32 unchanged lines hidden ---
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

--- 32 unchanged lines hidden ---