VTE(4) | Device Drivers Manual | VTE(4) |
vte
— Vortex86 RDC
R6040 Fast Ethernet driver
To compile this driver into the kernel, place the following lines in your kernel configuration file:
device miibus
device vte
Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5):
if_vte_load="YES"
The vte
device driver provides support for
RDC R6040 Fast Ethernet controller which is commonly found on Vortex86
System On a Chip (SoC).
The RDC R6040 has integrated 10/100 PHY for 10/100Mbps support in
full or half-duplex. The controller supports interrupt moderation mechanism,
a 64-bit multicast hash filter, VLAN over-size frame and four station
addresses. The vte
device driver uses three station
addresses out of four as perfect multicast filter.
The vte
driver supports the following
media types:
autoselect
10baseT/UTP
100baseTX
The vte
driver supports the following
media options:
full-duplex
half-duplex
For more information on configuring this device, see ifconfig(8).
The vte
device driver provides support for
the following Ethernet controllers:
Tunables can be set at the loader(8) prompt before booting the kernel or stored in loader.conf(5).
The following variables are available as both sysctl(8) variables and loader(8) tunables:
altq(4), arp(4), miibus(4), netintro(4), ng_ether(4), vlan(4), ifconfig(8)
DM&P Electronics Inc. Vortex86, http://www.dmp.com.tw.
The vte
driver was written by
Pyun YongHyeon
<yongari@FreeBSD.org>.
It first appeared in FreeBSD 8.3.
December 30, 2010 | Debian |