summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMike Belopuhov <mikeb@cvs.openbsd.org>2012-08-03 08:49:29 +0000
committerMike Belopuhov <mikeb@cvs.openbsd.org>2012-08-03 08:49:29 +0000
commit89be992854230add62c983c7590718357c8fc72e (patch)
tree11699e36ceada7a1535b07c2415dc90b90f0e9b1 /share
parentdb0a2caf5adf4d073160fe8c5e4bbf8aa37787eb (diff)
Manual page for the Emulex 10Gb Ethernet driver
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/oce.471
1 files changed, 71 insertions, 0 deletions
diff --git a/share/man/man4/oce.4 b/share/man/man4/oce.4
new file mode 100644
index 00000000000..5fd2c334105
--- /dev/null
+++ b/share/man/man4/oce.4
@@ -0,0 +1,71 @@
+.\" $OpenBSD: oce.4,v 1.1 2012/08/03 08:49:28 mikeb Exp $
+.\"
+.\" Copyright (c) 2012 Mike Belopuhov
+.\"
+.\" Permission to use, copy, modify, and distribute this software for any
+.\" purpose with or without fee is hereby granted, provided that the above
+.\" copyright notice and this permission notice appear in all copies.
+.\"
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+.\"
+.Dd $Mdocdate: August 3 2012 $
+.Dt OCE 4
+.Os
+.Sh NAME
+.Nm oce
+.Nd Emulex OneConnect 10Gb Ethernet device
+.Sh SYNOPSIS
+.Cd "oce* at pci?"
+.Sh DESCRIPTION
+The
+.Nm
+driver supports the Emulex OneConnect 10Gb Ethernet adapters based on
+the BladeEngine 2, BladeEngine 3 and Lancer chipsets, including the
+following:
+.Pp
+.Bl -bullet -offset indent -compact
+.It
+Emulex OCe11102 (SPF+/10GbaseSR or 10GbaseT)
+.It
+Emulex OCe10102 (SPF+/10GbaseSR)
+.It
+HP NC550M Flex-10 (10GBaseKR)
+.It
+HP NC552M Flex-10 (10GBaseKR)
+.It
+HP NC550SFP (SPF+/10GbaseSR)
+.It
+HP NC552SFP (SPF+/10GbaseSR)
+.It
+IBM System x 10GbE (SPF+/10GbaseSR)
+.El
+.Pp
+For a comprehensive list of devices please consult Emulex website:
+.Lk http://www.emulex.com/products/10gbe-network-adapters-nic.html .
+.Sh SEE ALSO
+.Xr arp 4 ,
+.Xr ifmedia 4 ,
+.Xr intro 4 ,
+.Xr netintro 4 ,
+.Xr pci 4 ,
+.Xr hostname.if 5 ,
+.Xr ifconfig 8
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Ox 5.3 .
+.Sh AUTHORS
+.An -nosplit
+The
+.Nm
+driver was written by Emulex and ported from
+.Fx
+by
+.An Mike Belopuhov .