summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/man/man4/Makefile4
-rw-r--r--share/man/man4/ixgb.4129
-rw-r--r--share/man/man4/pci.45
3 files changed, 135 insertions, 3 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 0b6b2f4175c..11612596864 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.315 2005/11/14 23:41:28 deraadt Exp $
+# $OpenBSD: Makefile,v 1.316 2005/11/14 23:57:30 brad Exp $
MAN= aac.4 ac97.4 acphy.4 addcom.4 adv.4 aha.4 ahb.4 ahc.4 ahd.4 \
aic.4 amdpm.4 ami.4 amphy.4 an.4 aps.4 aria.4 art.4 ast.4 atalk.4 \
@@ -16,7 +16,7 @@ MAN= aac.4 ac97.4 acphy.4 addcom.4 adv.4 aha.4 ahb.4 ahc.4 ahd.4 \
ichwdt.4 icmp.4 icmp6.4 icsphy.4 idp.4 ifmedia.4 \
iha.4 iic.4 inet.4 inet6.4 inphy.4 iop.4 iophy.4 ioprbs.4 \
iopsp.4 ip.4 ip6.4 ipcomp.4 ipmi.4 ipsec.4 ipw.4 isa.4 isapnp.4 \
- ises.4 isp.4 it.4 iwi.4 ksyms.4 kue.4 lc.4 lge.4 lkm.4 lm.4 \
+ ises.4 isp.4 it.4 iwi.4 ixgb.4 ksyms.4 kue.4 lc.4 lge.4 lkm.4 lm.4 \
lmc.4 lmenv.4 lmtemp.4 lo.4 lofn.4 lpt.4 lxtphy.4 luphy.4 maestro.4 midi.4 \
mii.4 mpt.4 mpu.4 mtd.4 mtdphy.4 multicast.4 mtio.4 ne.4 neo.4 \
netintro.4 nge.4 noct.4 nofn.4 nsclpcsio.4 nsgphy.4 \
diff --git a/share/man/man4/ixgb.4 b/share/man/man4/ixgb.4
new file mode 100644
index 00000000000..46ebaac0682
--- /dev/null
+++ b/share/man/man4/ixgb.4
@@ -0,0 +1,129 @@
+.\" $OpenBSD: ixgb.4,v 1.1 2005/11/14 23:57:30 brad Exp $
+.\" Copyright (c) 2002 Intel Corporation
+.\" All rights reserved.
+.\" Redistribution and use in source and binary forms of the Software, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code of the Software may retain the above
+.\" copyright notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form of the Software may reproduce the
+.\" above copyright notice, this list of conditions and the following
+.\" disclaimer in the documentation and/or other materials provided with the
+.\" distribution.
+.\" 3. Neither the name of the Intel Corporation nor the names of its contributors
+.\" shall be used to endorse or promote products derived from this Software
+.\" without specific prior written permission.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+.\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+.\" ARE DISCLAIMED. IN NO EVENT SHALL THE INTEL OR ITS CONTRIBUTORS BE LIABLE
+.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+.\" SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+.\" CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+.\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
+.\" USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+.\"
+.\" * Other names and brands may be claimed as the property of others.
+.\"
+.\" $FreeBSD: em.4,v 1.18 2005/01/30 12:29:06 yar Exp $
+.Dd November 14, 2005
+.Dt IXGB 4
+.Os
+.Sh NAME
+.Nm ixgb
+.Nd "Intel(R) PRO/10GbE Ethernet driver"
+.Sh SYNOPSIS
+.Cd "ixgb* at pci?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for PCI-X 10Gb Ethernet adapters based on the
+Intel 82597EX Ethernet controller chips.
+The driver supports IPv4 receive IP/TCP/UDP checksum offload and
+Jumbo frames.
+This includes the following models:
+.Pp
+.Bl -item -offset indent -compact
+.It
+Intel PRO/10GbE CX4 Adapter
+.It
+Intel PRO/10GbE LR Adapter
+.It
+Intel PRO/10GbE SR Adapter
+.It
+Sun 10 Gigabit Ethernet PCI-X Adapter
+.El
+.Pp
+The
+.Nm
+driver supports the following media types:
+.Bl -tag -width autoselect -offset indent
+.It autoselect
+Enables auto-negotiation for speed and duplex.
+.It 1000baseSX
+Sets 1000Mbps operation.
+Only full-duplex mode is supported at this speed.
+.It 1000baseT
+Sets 1000Mbps operation.
+Only full-duplex mode is supported at this speed.
+.El
+.Pp
+For more information on configuring this device, see
+.Xr ifconfig 8 .
+.Sh DIAGNOSTICS
+.Bl -diag
+.It "ixgb%d: Unable to allocate bus resource: memory"
+A fatal initialization error has occurred.
+.It "ixgb%d: Unable to allocate bus resource: interrupt"
+A fatal initialization error has occurred.
+.It "ixgb%d: watchdog timeout -- resetting"
+The device has stopped responding to the network, or there is a problem with
+the network connection (cable).
+.El
+.Sh SUPPORT
+For general information and support, go to the Intel support website at:
+.Pa http://support.intel.com .
+.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
+device driver first appeared in
+.Ox 3.9 .
+.Sh AUTHORS
+The
+.Nm
+driver was written by
+.An Intel Corporation Aq freebsdnic@mailbox.intel.com .
+.Sh BUGS
+Under small packet UDP stress tests with 10GbE driver, the
+.Ox
+system will drop UDP packets due to the fullness of the socket buffers.
+You many want to change the driver's Flow Control variables to the minimum
+value for controlling packet reception.
+.Pp
+Excessive CRC errors may be observed if the Intel PRO/10GbE CX4 Server
+adapter is connected to a Fujitsu XENPAK CX4 module in a SmartBits chassis
+using 15 m/24AWG cable assemblies manufactured by Fujitsu or Leoni.
+The CRC errors may be received either by the Intel PRO/10GbE CX4 Server
+adapter or the SmartBits.
+If this situation occurs using a different cable assembly may resolve the
+issue.
+.Pp
+Excessive CRC errors may be observed if the Intel PRO/10GbE CX4 Server
+adapter is connected to an HP Procurve 3400cl switch port using short cables
+(1 m or shorter).
+If this situation occurs, using a longer cable may resolve the issue.
+.Pp
+Excessive CRC errors may be observed using Fujitsu 24AWG cable assemblies that
+Are 10 m or longer or where using a Leoni 15 m/24AWG cable assembly.
+The CRC errors may be received either by the CX4 Server adapter or at the switch.
+If this situation occurs, using a different cable assembly may resolve the issue.
diff --git a/share/man/man4/pci.4 b/share/man/man4/pci.4
index bd5eb9cdf13..5f705b8dbb5 100644
--- a/share/man/man4/pci.4
+++ b/share/man/man4/pci.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pci.4,v 1.126 2005/11/14 17:11:53 mickey Exp $
+.\" $OpenBSD: pci.4,v 1.127 2005/11/14 23:57:30 brad Exp $
.\" $NetBSD: pci.4,v 1.29 2000/04/01 00:32:23 tsarna Exp $
.\"
.\" Copyright (c) 2000 Theo de Raadt. All rights reserved.
@@ -245,6 +245,9 @@ PRO/Wireless 2100 IEEE 802.11b wireless network adapters.
.It Xr iwi 4
.Tn Intel
PRO/Wireless 2200BG/2225BG/2915ABG IEEE 802.11a/b/g wireless network adapters.
+.It Xr ixgb 4
+.Tn Intel
+PRO/10GbE Ethernet interfaces.
.It Xr le 4
PCNet-PCI Ethernet interfaces.
.It Xr lge 4