summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgavin <gavin@FreeBSD.org>2014-10-16 23:07:09 +0000
committergavin <gavin@FreeBSD.org>2014-10-16 23:07:09 +0000
commitbd1cd16c9d9e700afea0dce1b4d7fb30dd884fc3 (patch)
treed3618109c7592a2ab72d525cb0b75bd180803511
parentc27f7c8888f728abe027c2f23ef1083d9b799f32 (diff)
downloadFreeBSD-src-bd1cd16c9d9e700afea0dce1b4d7fb30dd884fc3.zip
FreeBSD-src-bd1cd16c9d9e700afea0dce1b4d7fb30dd884fc3.tar.gz
The igb(4) driver supports 82580, i350, i354, i210 and i211 chipsets too,
document them. PR: 192301 MFC after: 1 week
-rw-r--r--share/man/man4/igb.411
1 files changed, 9 insertions, 2 deletions
diff --git a/share/man/man4/igb.4 b/share/man/man4/igb.4
index cd916b0..a894c11 100644
--- a/share/man/man4/igb.4
+++ b/share/man/man4/igb.4
@@ -31,7 +31,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd March 25, 2013
+.Dd October 17, 2014
.Dt IGB 4
.Os
.Sh NAME
@@ -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
@@ -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
OpenPOWER on IntegriCloud