xref: /openbsd-src/share/man/man4/sk.4 (revision 494048cf19aec989166436e5c004e4719304edef)
1.\"	$OpenBSD: sk.4,v 1.70 2022/02/17 12:24:08 jsg 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: February 17 2022 $
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/1Gb 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
115jumbo frames.
116.Pp
117The
118.Nm
119driver supports the following media types:
120.Bl -tag -width 1000baseSX
121.It Cm autoselect
122Enable autoselection of the media type and options.
123The user can manually override
124the autoselected mode by adding media options to the appropriate
125.Xr hostname.if 5
126file.
127.It Cm 10baseT
128Set 10Mbps operation.
129The
130.Xr ifconfig 8
131.Ic mediaopt
132option can also be used to select either
133.Cm full-duplex
134or
135.Cm half-duplex
136modes.
137.It Cm 100baseTX
138Set 100Mbps (Fast Ethernet) operation.
139The
140.Xr ifconfig 8
141.Ic mediaopt
142option can also be used to select either
143.Cm full-duplex
144or
145.Cm half-duplex
146modes.
147.It Cm 1000baseT
148Set 1000baseT (Gigabit Ethernet) operation over twisted pair.
149Both
150.Cm full-duplex
151and
152.Cm half-duplex
153modes are supported.
154.It Cm 1000baseSX
155Set 1000Mbps (Gigabit Ethernet) operation.
156Both
157.Cm full-duplex
158and
159.Cm half-duplex
160modes are supported.
161.El
162.Pp
163The
164.Nm
165driver supports the following media options:
166.Bl -tag -width full-duplex
167.It Cm full-duplex
168Force full duplex operation.
169.It Cm half-duplex
170Force half duplex operation.
171.El
172.Pp
173For more information on configuring this device, see
174.Xr ifconfig 8 .
175To view a list of media types and options supported by the card, try
176.Ic ifconfig <device> media .
177For example,
178.Ic ifconfig sk0 media .
179.Sh SEE ALSO
180.Xr arp 4 ,
181.Xr brgphy 4 ,
182.Xr eephy 4 ,
183.Xr ifmedia 4 ,
184.Xr intro 4 ,
185.Xr netintro 4 ,
186.Xr pci 4 ,
187.Xr xmphy 4 ,
188.Xr hostname.if 5 ,
189.Xr ifconfig 8
190.Rs
191.%T XaQti XMAC II datasheet
192.Re
193.Rs
194.%T SysKonnect GEnesis programming manual
195.Re
196.Sh HISTORY
197The
198.Nm
199device driver first appeared in
200.Fx 3.0 ,
201and
202.Ox
203support was added in
204.Ox 2.6 .
205.Sh AUTHORS
206.An -nosplit
207The
208.Nm
209driver was written by
210.An Bill Paul Aq Mt wpaul@ctr.columbia.edu .
211