2 .\" Copyright (c) 2009, Sun Microsystems, Inc. All rights reserved.
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.
4 .\" See the License for the specific language governing permissions and limitations under the License. When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the
5 .\" fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH YGE 7D "Sep 15, 2009"
8 yge \- Marvell Yukon 2 Ethernet device driver
20 The \fByge\fR driver supports Marvell Yukon 2 Fast Ethernet and Gigabit
25 The following properties can be configured using \fBdladm\fR(1M):
29 \fB\fBadv_autoneg_cap\fR\fR
32 Enables (default) or disables IEEE 802.3 auto-negotiation of link speed and
33 duplex settings. If enabled, the device negotiates among the supported (and
34 configured, see below) link options with the link partner. If disabled, at
35 least one of the link options below must be specified. The driver selects the
36 first enabled link option according to the IEEE 802.3 specified preferences.
42 \fB\fBadv_1000fdx_cap\fR\fR
45 Enables the 1000 Mbps full-duplex link option.
51 \fB\fBadv_1000hdx_cap\fR\fR
54 Enables the 1000 Mbps half-duplex link option.
60 \fB\fBadv_100T4_cap\fR\fR
63 Enables the 100 BaseT4 link option. (Note that most hardware does not support
64 this unusual link style. Also, this uses two pairs of wires for data, rather
71 \fB\fBadv_100fdx_cap\fR\fR
74 Enables the 1000 Mbps full-duplex link option.
80 \fB\fBadv_100hdx_cap\fR\fR
83 Enables the 1000 Mbps half-duplex link option.
89 \fB\fBadv_10fdx_cap\fR\fR
92 Enables the 10 Base-T full-duplex link option.
98 \fB\fBadv_10hdx_cap\fR\fR
101 Enables the 10 Base-T half-duplex link option.
110 On most devices, can be set between 1500 (default) and 9000. This property can
111 only be changed when the device is not in use.
118 \fB\fB/dev/net/yge\fR\fR
121 Special network device
127 \fB\fB/kernel/drv/yge\fR\fR
130 32-bit driver binary (x86)
136 \fB\fB/kernel/drv/amd64/yge\fR\fR
139 64-bit driver binary (x86)
145 \fB\fB/kernel/drv/sparcv9/yge\fR\fR
148 64-bit driver binary (SPARC)
154 See \fBattributes\fR(5) for a descriptions of the following attributes:
162 ATTRIBUTE TYPE ATTRIBUTE VALUE
164 Architecture x86, SPARC
166 Interface Stability Committed
172 \fBdladm\fR(1M), \fBattributes\fR(5), \fBdlpi\fR(7P)