OpenBSD-4.6/share/man/man4/msk.4

Compare this file to the similar file:
Show the results in this format:

.\"	$OpenBSD: msk.4,v 1.11 2009/03/22 22:08:34 kettenis Exp $
.\"
.\" Copyright (c) 1997, 1998, 1999
.\"	Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
.\"
.\" Redistribution and use in source and binary forms, with or without
.\" modification, are permitted provided that the following conditions
.\" are met:
.\" 1. Redistributions of source code must retain the above copyright
.\"    notice, this list of conditions and the following disclaimer.
.\" 2. Redistributions in binary form must 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. All advertising materials mentioning features or use of this software
.\"    must display the following acknowledgement:
.\"	This product includes software developed by Bill Paul.
.\" 4. Neither the name of the author nor the names of any co-contributors
.\"    may be used to endorse or promote products derived from this software
.\"   without specific prior written permission.
.\"
.\" THIS SOFTWARE IS PROVIDED BY Bill Paul 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 Bill Paul OR THE VOICES IN HIS HEAD
.\" 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.
.\"
.\" $FreeBSD: src/share/man/man4/man4.i386/sk.4,v 1.3 1999/08/28 00:20:29 peter Exp $
.\"
.Dd $Mdocdate: March 22 2009 $
.Dt MSK 4
.Os
.Sh NAME
.Nm msk ,
.Nm mskc
.Nd "Marvell Yukon-2 10/100/Gigabit Ethernet device"
.Sh SYNOPSIS
.Cd "mskc* at pci?"
.Cd "msk* at mskc?"
.Cd "eephy* at mii?"
.Sh DESCRIPTION
The
.Nm
driver provides support for Marvell Yukon-2 88E802x, 88E805x, 88E806x,
and 88E807x based Gigabit Ethernet adapters and 88E803x/88E804x based
Fast Ethernet adapters, including the following:
.Pp
.Bl -bullet -offset indent -compact
.It
D-Link DGE-550SX, multimode fiber adapter
.It
D-Link DGE-560SX, multimode fiber adapter
.It
D-Link DGE-550T B1, copper adapter
.It
D-Link DGE-560T, copper adapter
.It
SysKonnect SK-9E21 single port, copper adapter
.It
SysKonnect SK-9E22 dual port, copper adapter
.It
SysKonnect SK-9E81 single port, multimode fiber adapter
.It
SysKonnect SK-9E82 dual port, multimode fiber adapter
.It
SysKonnect SK-9E91 single port, single mode fiber adapter
.It
SysKonnect SK-9E92 dual port, single mode fiber adapter
.It
SysKonnect SK-9S21 single port, copper adapter
.It
SysKonnect SK-9S22 dual port, copper adapter
.It
SysKonnect SK-9S81 single port, multimode fiber adapter
.It
SysKonnect SK-9S82 dual port, multimode fiber adapter
.It
SysKonnect SK-9S91 single port, single mode fiber adapter
.It
SysKonnect SK-9S92 dual port, single mode fiber adapter
.It
SysKonnect SK-9E21D single port, copper adapter
.El
.Pp
The Yukon-2 88E802x, 88E805x, 88E806x, and 88E807x also support a
frame size of up to 9000 bytes.
Support for Jumbo frames is provided via the interface MTU setting.
Selecting an MTU larger than 1500 bytes with the
.Xr ifconfig 8
utility configures the adapter to transmit Jumbo frames.
Using Jumbo frames can greatly improve performance for certain tasks,
such as file transfers and data streaming.
.Pp
The
.Nm
driver supports the following media types:
.Bl -tag -width 1000baseSX
.It Cm autoselect
Enable autoselection of the media type and options.
The user can manually override
the autoselected mode by adding media options to the appropriate
.Xr hostname.if 5
file.
.It Cm 10baseT
Set 10Mbps operation.
The
.Xr ifconfig 8
.Ic mediaopt
option can also be used to select either
.Cm full-duplex
or
.Cm half-duplex
modes.
.It Cm 100baseTX
Set 100Mbps (Fast Ethernet) operation.
The
.Xr ifconfig 8
.Ic mediaopt
option can also be used to select either
.Cm full-duplex
or
.Cm half-duplex
modes.
.It Cm 1000baseT
Set 1000baseT (Gigabit Ethernet) operation over twisted pair.
Both
.Cm full-duplex
and
.Cm half-duplex
modes are supported.
.It Cm 1000baseSX
Set 1000Mbps (Gigabit Ethernet) operation.
Both
.Cm full-duplex
and
.Cm half-duplex
modes are supported.
.El
.Pp
The
.Nm
driver supports the following media options:
.Bl -tag -width full-duplex
.It Cm full-duplex
Force full duplex operation.
.It Cm half-duplex
Force half duplex operation.
.El
.Pp
For more information on configuring this device, see
.Xr ifconfig 8 .
To view a list of media types and options supported by the card, try
.Ic ifconfig <device> media .
For example,
.Ic ifconfig msk0 media .
.Sh SEE ALSO
.Xr arp 4 ,
.Xr eephy 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 4.0 .
.Sh AUTHORS
.An -nosplit
The
.Nm
driver was written by
.An Mark Kettenis Aq kettenis@openbsd.org .
.Sh BUGS
The
.Nm
driver does not support hardware receive IP checksum offload yet.