$OpenBSD: msk.4,v 1.18 2021/09/08 20:29:21 jmc 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: September 14 2014 $ .Dt MSK 4 .Os .Sh NAME .Nm msk , .Nm mskc .Nd Marvell Yukon-2 10/100/1Gb 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:

p l -bullet -offset indent -compact t D-Link DGE-550SX, multimode fiber adapter t D-Link DGE-560SX, multimode fiber adapter t D-Link DGE-550T B1, copper adapter t D-Link DGE-560T, copper adapter t SysKonnect SK-9E21 single port, copper adapter t SysKonnect SK-9E22 dual port, copper adapter t SysKonnect SK-9E81 single port, multimode fiber adapter t SysKonnect SK-9E82 dual port, multimode fiber adapter t SysKonnect SK-9E91 single port, single mode fiber adapter t SysKonnect SK-9E92 dual port, single mode fiber adapter t SysKonnect SK-9S21 single port, copper adapter t SysKonnect SK-9S22 dual port, copper adapter t SysKonnect SK-9S81 single port, multimode fiber adapter t SysKonnect SK-9S82 dual port, multimode fiber adapter t SysKonnect SK-9S91 single port, single mode fiber adapter t SysKonnect SK-9S92 dual port, single mode fiber adapter t SysKonnect SK-9E21D single port, copper adapter .El

p The Yukon-2 88E802x, 88E805x, 88E806x, and 88E807x also support jumbo frames.

p The .Nm driver supports the following media types: l -tag -width 1000baseSX t 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. t Cm 10baseT Set 10Mbps operation. The .Xr ifconfig 8 c mediaopt option can also be used to select either .Cm full-duplex or .Cm half-duplex modes. t Cm 100baseTX Set 100Mbps (Fast Ethernet) operation. The .Xr ifconfig 8 c mediaopt option can also be used to select either .Cm full-duplex or .Cm half-duplex modes. t Cm 1000baseT Set 1000baseT (Gigabit Ethernet) operation over twisted pair. Both .Cm full-duplex and .Cm half-duplex modes are supported. t Cm 1000baseSX Set 1000Mbps (Gigabit Ethernet) operation. Both .Cm full-duplex and .Cm half-duplex modes are supported. .El

p The .Nm driver supports the following media options: l -tag -width full-duplex t Cm full-duplex Force full duplex operation. t Cm half-duplex Force half duplex operation. .El

p 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 c ifconfig <device> media . For example, c 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 Mt kettenis@openbsd.org . .Sh BUGS The .Nm driver does not support hardware receive IP checksum offload yet.