|
NAMErue —
RealTek RTL8150 USB to Fast Ethernet controller driver
SYNOPSISTo compile this driver into the kernel, place the following lines in your kernel configuration file:device uhci
device ohci
device usb
device miibus
device uether
device rue Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): if_rue_load="YES" DESCRIPTIONTherue driver provides support for USB Ethernet
adapters based on the RealTek RTL8150 USB to Fast Ethernet controller chip.
The RTL8150 contains an integrated Fast Ethernet MAC, which supports both 10 and 100Mbps speeds in either full or half duplex. Although designed to interface with 100Mbps peripheral, the existing USB standard specifies a maximum transfer speed of 12Mbps. Users should therefore not expect to actually achieve 100Mbps speeds with this device. The
The
For more information on configuring this device, see ifconfig(8). HARDWARETherue driver supports RealTek RTL8150 based USB
Ethernet adapters including:
DIAGNOSTICS
SEE ALSOarp(4), miibus(4), netintro(4), ng_ether(4), ifconfig(8)RealTek RTL8150 data sheet, http://pdf.seekdatasheet.com/2008714/200807142333305235.pdf. HISTORYTherue device driver first appeared in
FreeBSD 5.1.
AUTHORSTherue driver was written by Shunsuke
Akiyama
<akiyama@FreeBSD.org>.
Visit the GSP FreeBSD Man Page Interface. |