xref: /openbsd-src/share/man/man4/sk.4 (revision 50b7afb2c2c0993b0894d4e34bf857cb13ed9c80)
1.\"	$OpenBSD: sk.4,v 1.65 2014/04/19 19:44:23 naddy 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: April 19 2014 $
36.Dt SK 4
37.Os
38.Sh NAME
39.Nm sk ,
40.Nm skc
41.Nd SysKonnect XMAC II and Marvell Yukon 10/100/Gigabit Ethernet device
42.Sh SYNOPSIS
43.Cd "skc* at pci?"
44.Cd "sk* at skc?"
45.Cd "brgphy* at mii?"
46.Cd "eephy* at mii?"
47.Cd "xmphy* at mii?"
48.Sh DESCRIPTION
49The
50.Nm
51driver provides support for SysKonnect GEnesis and Marvell Yukon
5288E8001, 88E8003 and 88E8010 based Gigabit Ethernet adapters,
53including the following:
54.Pp
55.Bl -bullet -offset indent -compact
56.It
573Com 3c940 single port, copper adapter
58.It
593Com 3c2000-T single port, copper adapter
60.It
61Allied Telesis AT-2916T, copper adapter
62.It
63Belkin F5D5005 v1000, copper adapter
64.It
65D-Link DGE-530T A1, copper adapter
66.It
67D-Link DGE-530T B1, copper adapter
68.It
69Fujitsu PP028GE1U, multimode fiber adapter
70.It
71Fujitsu PP028GE1X, multimode fiber adapter
72.It
73Fujitsu PW008GE1U, copper adapter
74.It
75Fujitsu PW008GE1X, copper adapter
76.It
77Linksys EG1032v2, copper adapter
78.It
79Linksys EG1064v2, copper adapter
80.It
81SMC 9452TX, copper adapter
82.It
83SysKonnect SK-9521 V2.0 single port, copper adapter
84.It
85SysKonnect SK-9821 single port, copper adapter
86.It
87SysKonnect SK-9821 V2.0 single port, copper adapter
88.It
89SysKonnect SK-9822 dual port, copper adapter
90.It
91SysKonnect SK-9841 single port, single mode fiber adapter
92.It
93SysKonnect SK-9842 dual port, single mode fiber adapter
94.It
95SysKonnect SK-9843 single port, multimode fiber adapter
96.It
97SysKonnect SK-9843 V2.0 single port, copper adapter
98.It
99SysKonnect SK-9844 dual port, multimode fiber adapter
100.El
101.Pp
102The SysKonnect based adapters consist of two main components: the
103XaQti Corp.\&
104XMAC II Gigabit MAC (sk) and the SysKonnect GEnesis controller ASIC (skc).
105The XMAC provides the Gigabit MAC and PHY support
106while the GEnesis provides an interface to the PCI bus, DMA support,
107packet buffering and arbitration.
108The GEnesis can control up to two XMACs simultaneously,
109allowing dual-port NIC configurations.
110.Pp
111The Marvell based adapters are a single integrated circuit, but are
112still presented as a separate MAC (sk) and controller ASIC (skc).
113.Pp
114The GEnesis and Yukon 88E8001, 88E8003 and 88E8010 also support a
115frame size of up to 9000 bytes.
116Support for Jumbo frames is provided via the interface MTU setting.
117Selecting an MTU larger than 1500 bytes with the
118.Xr ifconfig 8
119utility configures the adapter to transmit Jumbo frames.
120.Pp
121The
122.Nm
123driver supports the following media types:
124.Bl -tag -width 1000baseSX
125.It Cm autoselect
126Enable autoselection of the media type and options.
127The user can manually override
128the autoselected mode by adding media options to the appropriate
129.Xr hostname.if 5
130file.
131.It Cm 10baseT
132Set 10Mbps operation.
133The
134.Xr ifconfig 8
135.Ic mediaopt
136option can also be used to select either
137.Cm full-duplex
138or
139.Cm half-duplex
140modes.
141.It Cm 100baseTX
142Set 100Mbps (Fast Ethernet) operation.
143The
144.Xr ifconfig 8
145.Ic mediaopt
146option can also be used to select either
147.Cm full-duplex
148or
149.Cm half-duplex
150modes.
151.It Cm 1000baseT
152Set 1000baseT (Gigabit Ethernet) operation over twisted pair.
153Both
154.Cm full-duplex
155and
156.Cm half-duplex
157modes are supported.
158.It Cm 1000baseSX
159Set 1000Mbps (Gigabit Ethernet) operation.
160Both
161.Cm full-duplex
162and
163.Cm half-duplex
164modes are supported.
165.El
166.Pp
167The
168.Nm
169driver supports the following media options:
170.Bl -tag -width full-duplex
171.It Cm full-duplex
172Force full duplex operation.
173.It Cm half-duplex
174Force half duplex operation.
175.El
176.Pp
177For more information on configuring this device, see
178.Xr ifconfig 8 .
179To view a list of media types and options supported by the card, try
180.Ic ifconfig <device> media .
181For example,
182.Ic ifconfig sk0 media .
183.Sh SEE ALSO
184.Xr arp 4 ,
185.Xr brgphy 4 ,
186.Xr eephy 4 ,
187.Xr ifmedia 4 ,
188.Xr intro 4 ,
189.Xr netintro 4 ,
190.Xr pci 4 ,
191.Xr xmphy 4 ,
192.Xr hostname.if 5 ,
193.Xr ifconfig 8
194.Rs
195.%T XaQti XMAC II datasheet
196.Re
197.Rs
198.%T SysKonnect GEnesis programming manual
199.%U http://www.syskonnect.com
200.Re
201.Sh HISTORY
202The
203.Nm
204device driver first appeared in
205.Fx 3.0 ,
206and
207.Ox
208support was added in
209.Ox 2.6 .
210.Sh AUTHORS
211.An -nosplit
212The
213.Nm
214driver was written by
215.An Bill Paul Aq Mt wpaul@ctr.columbia.edu .
216