diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2010-02-23 18:46:00 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2010-02-23 18:46:00 +0000 |
commit | 2f5106b274813effd2afa3d3d79d5a92c7270191 (patch) | |
tree | 6ef74ff2dc2381f5f7fc3a5c3fc86c2746cb6fb5 | |
parent | f86ee9b51db2a53758d4c5e110f87958ee517696 (diff) |
mention 82599 support
-rw-r--r-- | share/man/man4/ix.4 | 22 | ||||
-rw-r--r-- | share/man/man4/pci.4 | 6 |
2 files changed, 21 insertions, 7 deletions
diff --git a/share/man/man4/ix.4 b/share/man/man4/ix.4 index 13507c117ad..20369edaa5f 100644 --- a/share/man/man4/ix.4 +++ b/share/man/man4/ix.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ix.4,v 1.3 2008/06/09 06:08:44 jmc Exp $ +.\" $OpenBSD: ix.4,v 1.4 2010/02/23 18:45:59 jsg Exp $ .\" .\" Copyright (c) 2008 Reyk Floeter <reyk@openbsd.org> .\" @@ -14,19 +14,19 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 9 2008 $ +.Dd $Mdocdate: February 23 2010 $ .Dt IX 4 .Os .Sh NAME .Nm ix -.Nd Intel 82598 PCI Express 10Gb Ethernet device +.Nd Intel 82598/82599 PCI Express 10Gb Ethernet device .Sh SYNOPSIS .Cd "ix* at pci?" .Sh DESCRIPTION The .Nm driver provides support for PCI Express 10Gb Ethernet adapters based -on the Intel 82598EB Ethernet controller chips, including the +on the Intel 82598EB and 82599EB Ethernet controller chips, including the following: .Pp .Bl -bullet -offset indent -compact @@ -37,6 +37,8 @@ Intel 82598AF Dual Port 10GbE Adapter (10GbaseSR) .It Intel 82598EB 10GbE Adapter (10GbaseCX4) .It +Intel 82598EB 10GbE Adapter (SFP+) +.It Intel 82598EB Dual Port 10GbE Adapter (10GbaseCX4) .It Intel 82598EB XF 10GbE Adapter (10GbaseLR) @@ -44,6 +46,18 @@ Intel 82598EB XF 10GbE Adapter (10GbaseLR) Intel 82598AT 10GbE Adapter (10GbaseT) .It Intel 82598AT Dual Port 10GbE Adapter (10GbaseT) +.It +Intel 82599EB 10GbE Adapter (10GbaseCX4) +.It +Intel X520-DA2 Dual Port 10GbE Adapter (SFP+) +.It +Intel X520-SR1 10GbE Adapter (SFP+/10GbaseSR) +.It +Intel X520-SR2 Dual Port 10GbE Adapter (SFP+/10GbaseSR) +.It +Intel X520-LR1 10GbE Adapter (SFP+/10GbaseLR) +.It +HotLava Tambora 64G4/80G4/64G6/120G6 (SFP+) .El .Sh SEE ALSO .Xr arp 4 , diff --git a/share/man/man4/pci.4 b/share/man/man4/pci.4 index 551f63d6256..99d8c7244bb 100644 --- a/share/man/man4/pci.4 +++ b/share/man/man4/pci.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pci.4,v 1.293 2010/02/09 19:08:38 miod Exp $ +.\" $OpenBSD: pci.4,v 1.294 2010/02/23 18:45:59 jsg Exp $ .\" $NetBSD: pci.4,v 1.29 2000/04/01 00:32:23 tsarna Exp $ .\" .\" Copyright (c) 2000 Theo de Raadt. All rights reserved. @@ -31,7 +31,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: February 9 2010 $ +.Dd $Mdocdate: February 23 2010 $ .Dt PCI 4 .Os .Sh NAME @@ -207,7 +207,7 @@ GEM 10/100/Gigabit Ethernet device .It Xr hme 4 Sun Happy Meal 10/100 Ethernet device .It Xr ix 4 -Intel 82598 PCI Express 10Gb Ethernet device +Intel 82598/82599 PCI Express 10Gb Ethernet device .It Xr ixgb 4 Intel PRO/10GbE 10Gb Ethernet device .It Xr jme 4 |