Move everything from /var/adm to /var/log
[unleashed.git] / share / man / man7d / vr.7d
blob8326e26ff6817a4eabe804733884fb2b3cf2c5d8
1 '\" te
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 VR 7D "May 5, 2009"
7 .SH NAME
8 vr \- driver for VIA Rhine fast Ethernet controllers
9 .SH DESCRIPTION
10 .sp
11 .LP
12 The \fBvr\fR Fast Ethernet driver is GLD based and supporting the VIA Rhine
13 family of Fast Ethernet adapters:
14 .sp
15 .in +2
16 .nf
17 pci1106,3043 VIA VT86C100A Fast Ethernet
18 pci1106,3065 VT6102 VIA Rhine II
19 pci1106,3106 VT6105 VIA Rhine III
20 pci1106,3053 VT6105 VIA Rhine III Management Adapter
21 .fi
22 .in -2
23 .sp
25 .sp
26 .LP
27 The \fBvr\fR driver supports IEEE 802.3 auto-negotiation, flow control and VLAN
28 tagging.
29 .SS "Configuration"
30 .sp
31 .LP
32 The default configuration is \fBautonegotiation\fR with bidirectional flow
33 control. The advertised capabilities for \fBautonegotiation\fR are based on the
34 capabilities of the PHY.
35 .sp
36 .LP
37 You can set the capabilities advertised by the \fBvr\fR controlled device using
38 \fBdladm\fR(8). The driver supports a number of parameters, the names of which
39 begin with \fBen_\fR (enabled). Each of these boolean parameters determines if
40 the device advertises that mode of operation when the hardware supports it.
41 .sp
42 .LP
43 The \fBadv_autoneg_cap\fR parameter controls whether auto-negotiation is
44 performed. If \fBadv_autoneg_cap\fR is 0, the driver selects the speed/duplex
45 combination from the first non-zero parameter from this list:
46 .sp
47 .in +2
48 .nf
49 en_100fdx_cap     100Mbps full duplex
50 en_100hdx_cap     100Mbps half duplex
51 en_10fdx_cap      10Mbps full duplex
52 en_10hdx_cap      10Mbps half duplex
53 .fi
54 .in -2
55 .sp
57 .sp
58 .LP
59 All capabilities default to enabled. Changing any capability parameter causes
60 the link to go down while the link partners renegotiate the link using the
61 newly changed capabilities.
62 .SS "Limitations"
63 .sp
64 .LP
65 The \fBvr\fR driver does not support asymmetric \fBflowcontrol\fR. VT86C100A
66 and Rhine II adapters are not capable of transmitting \fBflowcontrol\fR
67 messages
68 .SH FILES
69 .sp
70 .ne 2
71 .na
72 \fB\fB/dev/vr\fR\fR
73 .ad
74 .RS 26n
75 Special character device
76 .RE
78 .sp
79 .ne 2
80 .na
81 \fB\fB/kernel/drv/vr\fR\fR
82 .ad
83 .RS 26n
84 32-bit device driver (x86)
85 .RE
87 .sp
88 .ne 2
89 .na
90 \fB\fB/kernel/drv/sparcv9/vr\fR\fR
91 .ad
92 .RS 26n
93 64-bit device driver (SPARC)
94 .RE
96 .sp
97 .ne 2
98 .na
99 \fB\fB/kernel/drv/amd64/vr\fR\fR
101 .RS 26n
102 64-bit device driver (x86)
105 .SH ATTRIBUTES
108 See \fBattributes\fR(5) for a description of the following attributes:
113 box;
114 l | l
115 l | l .
116 ATTRIBUTE TYPE  ATTRIBUTE VALUE
118 Architecture    SPARC, x86
121 .SH SEE ALSO
124 \fBdladm\fR(8), \fBnetstat\fR(8), \fBdriver.conf\fR(4), \fBattributes\fR(5),
125 \fBieee802.3\fR(5), \fBdlpi\fR(7P), \fBstreamio\fR(7I)
128 \fIWriting Device Drivers\fR
131 \fISTREAMS Programmer's Guide\fR
134 \fINetwork Interfaces Programmer's Guide\fR
137 \fIIEEE 802.3ae Specification - 2002\fR