Skip to content

Commit

Permalink
The igb(4) driver supports 82580, i350, i354, i210 and i211 chipsets …
Browse files Browse the repository at this point in the history
…too,

document them.

PR:		192301
MFC after:	1 week
  • Loading branch information
gavinatkinson committed Oct 16, 2014
1 parent d427f43 commit 0b43817
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions share/man/man4/igb.4
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd March 25, 2013
.Dd October 17, 2014
.Dt IGB 4
.Os
.Sh NAME
Expand All @@ -55,7 +55,8 @@ if_igb_load="YES"
The
.Nm
driver provides support for PCI Express Gigabit Ethernet adapters
based on the Intel 82575 and 82576 Ethernet controller chips.
based on the Intel 82575, 82576, 82580, i21x and i35x
Ethernet controller chips.
The driver supports Transmit/Receive checksum offload and Jumbo
Frames.
Furthermore it supports TCP segmentation offload (TSO) on all
Expand Down Expand Up @@ -142,6 +143,12 @@ driver supports Gigabit Ethernet adapters based on the Intel 82575 and
Intel Gigabit ET Dual Port Server Adapter (82576)
.It
Intel Gigabit VT Quad Port Server Adapter (82575)
.It
Intel Single, Dual and Quad Gigabit Ethernet Controller (82580)
.It
Intel i210 and i211 Gigabit Ethernet Controller
.It
Intel i350 and i354 Gigabit Ethernet Controller
.El
.Sh LOADER TUNABLES
Tunables can be set at the
Expand Down

0 comments on commit 0b43817

Please sign in to comment.