xref: /openbsd-src/share/man/man4/msk.4 (revision 50b7afb2c2c0993b0894d4e34bf857cb13ed9c80)
1.\"	$OpenBSD: msk.4,v 1.14 2013/08/14 06:32:34 jmc Exp $
2.\"
3.\" Copyright (c) 1997, 1998, 1999
4.\"	Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
5.\"
6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions
8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright
10.\"    notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\"    notice, this list of conditions and the following disclaimer in the
13.\"    documentation and/or other materials provided with the distribution.
14.\" 3. All advertising materials mentioning features or use of this software
15.\"    must display the following acknowledgement:
16.\"	This product includes software developed by Bill Paul.
17.\" 4. Neither the name of the author nor the names of any co-contributors
18.\"    may be used to endorse or promote products derived from this software
19.\"   without specific prior written permission.
20.\"
21.\" THIS SOFTWARE IS PROVIDED BY Bill Paul AND CONTRIBUTORS ``AS IS'' AND
22.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24.\" ARE DISCLAIMED.  IN NO EVENT SHALL Bill Paul OR THE VOICES IN HIS HEAD
25.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
26.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
27.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
28.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
29.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
30.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
31.\" THE POSSIBILITY OF SUCH DAMAGE.
32.\"
33.\" $FreeBSD: src/share/man/man4/man4.i386/sk.4,v 1.3 1999/08/28 00:20:29 peter Exp $
34.\"
35.Dd $Mdocdate: August 14 2013 $
36.Dt MSK 4
37.Os
38.Sh NAME
39.Nm msk ,
40.Nm mskc
41.Nd Marvell Yukon-2 10/100/Gigabit Ethernet device
42.Sh SYNOPSIS
43.Cd "mskc* at pci?"
44.Cd "msk* at mskc?"
45.Cd "eephy* at mii?"
46.Sh DESCRIPTION
47The
48.Nm
49driver provides support for Marvell Yukon-2 88E802x, 88E805x, 88E806x,
50and 88E807x based Gigabit Ethernet adapters and 88E803x/88E804x based
51Fast Ethernet adapters, including the following:
52.Pp
53.Bl -bullet -offset indent -compact
54.It
55D-Link DGE-550SX, multimode fiber adapter
56.It
57D-Link DGE-560SX, multimode fiber adapter
58.It
59D-Link DGE-550T B1, copper adapter
60.It
61D-Link DGE-560T, copper adapter
62.It
63SysKonnect SK-9E21 single port, copper adapter
64.It
65SysKonnect SK-9E22 dual port, copper adapter
66.It
67SysKonnect SK-9E81 single port, multimode fiber adapter
68.It
69SysKonnect SK-9E82 dual port, multimode fiber adapter
70.It
71SysKonnect SK-9E91 single port, single mode fiber adapter
72.It
73SysKonnect SK-9E92 dual port, single mode fiber adapter
74.It
75SysKonnect SK-9S21 single port, copper adapter
76.It
77SysKonnect SK-9S22 dual port, copper adapter
78.It
79SysKonnect SK-9S81 single port, multimode fiber adapter
80.It
81SysKonnect SK-9S82 dual port, multimode fiber adapter
82.It
83SysKonnect SK-9S91 single port, single mode fiber adapter
84.It
85SysKonnect SK-9S92 dual port, single mode fiber adapter
86.It
87SysKonnect SK-9E21D single port, copper adapter
88.El
89.Pp
90The Yukon-2 88E802x, 88E805x, 88E806x, and 88E807x also support a
91frame size of up to 9000 bytes.
92Support for Jumbo frames is provided via the interface MTU setting.
93Selecting an MTU larger than 1500 bytes with the
94.Xr ifconfig 8
95utility configures the adapter to transmit Jumbo frames.
96.Pp
97The
98.Nm
99driver supports the following media types:
100.Bl -tag -width 1000baseSX
101.It Cm autoselect
102Enable autoselection of the media type and options.
103The user can manually override
104the autoselected mode by adding media options to the appropriate
105.Xr hostname.if 5
106file.
107.It Cm 10baseT
108Set 10Mbps operation.
109The
110.Xr ifconfig 8
111.Ic mediaopt
112option can also be used to select either
113.Cm full-duplex
114or
115.Cm half-duplex
116modes.
117.It Cm 100baseTX
118Set 100Mbps (Fast Ethernet) operation.
119The
120.Xr ifconfig 8
121.Ic mediaopt
122option can also be used to select either
123.Cm full-duplex
124or
125.Cm half-duplex
126modes.
127.It Cm 1000baseT
128Set 1000baseT (Gigabit Ethernet) operation over twisted pair.
129Both
130.Cm full-duplex
131and
132.Cm half-duplex
133modes are supported.
134.It Cm 1000baseSX
135Set 1000Mbps (Gigabit Ethernet) operation.
136Both
137.Cm full-duplex
138and
139.Cm half-duplex
140modes are supported.
141.El
142.Pp
143The
144.Nm
145driver supports the following media options:
146.Bl -tag -width full-duplex
147.It Cm full-duplex
148Force full duplex operation.
149.It Cm half-duplex
150Force half duplex operation.
151.El
152.Pp
153For more information on configuring this device, see
154.Xr ifconfig 8 .
155To view a list of media types and options supported by the card, try
156.Ic ifconfig <device> media .
157For example,
158.Ic ifconfig msk0 media .
159.Sh SEE ALSO
160.Xr arp 4 ,
161.Xr eephy 4 ,
162.Xr ifmedia 4 ,
163.Xr intro 4 ,
164.Xr netintro 4 ,
165.Xr pci 4 ,
166.Xr hostname.if 5 ,
167.Xr ifconfig 8
168.Sh HISTORY
169The
170.Nm
171driver first appeared in
172.Ox 4.0 .
173.Sh AUTHORS
174.An -nosplit
175The
176.Nm
177driver was written by
178.An Mark Kettenis Aq Mt kettenis@openbsd.org .
179.Sh BUGS
180The
181.Nm
182driver does not support hardware receive IP checksum offload yet.
183