xref: /openbsd/share/man/man4/vte.4 (revision 09467b48)
1.\"	$OpenBSD: vte.4,v 1.4 2013/07/16 16:05:49 schwarze Exp $
2.\"
3.\" Copyright (c) 2011 Kevin Lo <kevlo@openbsd.org>
4.\"
5.\" Permission to use, copy, modify, and distribute this software for any
6.\" purpose with or without fee is hereby granted, provided that the above
7.\" copyright notice and this permission notice appear in all copies.
8.\"
9.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\"
17.Dd $Mdocdate: July 16 2013 $
18.Dt VTE 4
19.Os
20.Sh NAME
21.Nm vte
22.Nd RDC R6040 10/100 Ethernet device
23.Sh SYNOPSIS
24.Cd "vte* at pci?"
25.Cd "rdcphy* at mii?"
26.Sh DESCRIPTION
27The
28.Nm
29driver provides support for Ethernet interfaces based on the
30RDC R6040 Ethernet chipset which is commonly found on
31Vortex86 System On a Chip (SoC).
32.Pp
33The
34.Nm
35driver supports interrupt moderation mechanism, a 64-bit multicast
36hash filter.
37.Pp
38The following
39.Ar media
40types are supported:
41.Pp
42.Bl -tag -width autoselect -compact
43.It Cm autoselect
44Enable autoselection of the media type and options.
45.It Cm 10baseT
46Set 10Mbps operation.
47.It Cm 100baseTX
48Set 100Mbps (Fast Ethernet) operation.
49.El
50.Pp
51For more information on configuring this device, see
52.Xr ifconfig 8 .
53To view a list of media types and options supported by the card, try
54.Ic ifconfig <device> media .
55For example,
56.Ic ifconfig vte0 media .
57.Sh SEE ALSO
58.Xr arp 4 ,
59.Xr ifmedia 4 ,
60.Xr intro 4 ,
61.Xr netintro 4 ,
62.Xr pci 4 ,
63.Xr rdcphy 4 ,
64.Xr hostname.if 5 ,
65.Xr ifconfig 8
66.Sh HISTORY
67The
68.Nm
69device driver first appeared in
70.Ox 4.9 .
71.Sh AUTHORS
72.An -nosplit
73The
74.Nm
75driver was written by
76.An Pyun YongHyeon
77for
78.Fx
79and ported to
80.Ox
81by
82.An Kevin Lo Aq Mt kevlo@openbsd.org .
83