blob: 264d1f5c41ca256cc0c79876e471097e34075fcf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
|
<table class="head">
<tr>
<td class="head-ltitle">URE(4)</td>
<td class="head-vol">Device Drivers Manual</td>
<td class="head-rtitle">URE(4)</td>
</tr>
</table>
<div class="manual-text">
<section class="Sh">
<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
<p class="Pp"><code class="Nm">ure</code> — <span class="Nd">RealTek
RTL8152/RTL8153 10/100/Gigabit USB Ethernet device</span></p>
</section>
<section class="Sh">
<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
<p class="Pp"><code class="Cd">ure* at uhub?</code>
<br/>
<code class="Cd">rgephy* at mii?</code>
<br/>
<code class="Cd">rlphy* at mii?</code></p>
</section>
<section class="Sh">
<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
<p class="Pp">The <code class="Nm">ure</code> driver provides support for USB
Ethernet adapters based on the RealTek RTL8152 USB Fast Ethernet devices
including:</p>
<p class="Pp"></p>
<div class="Bd-indent">
<dl class="Bl-tag Bl-compact">
<dt>Cable Matters 202023 USB 2.0 to 10/100 Fast Ethernet Network Adapter</dt>
<dd style="width: auto;"> </dd>
</dl>
</div>
<p class="Pp">and RTL8153 USB Gigabit Ethernet devices including:</p>
<p class="Pp"></p>
<div class="Bd-indent">
<dl class="Bl-tag Bl-compact">
<dt>Anker A7611 Aluminum USB 3.0 to Ethernet Adapter</dt>
<dd style="width: auto;"> </dd>
</dl>
</div>
<p class="Pp">The RTL8152 contains an integrated Fast Ethernet MAC, which
supports both 10 and 100Mbps speeds in either full or half duplex. The
RTL8153 has a Gigabit Ethernet MAC and additionally supports 1000Mbps
speeds.</p>
<p class="Pp">For more information on configuring this device, see
<a class="Xr">ifconfig(8)</a>.</p>
</section>
<section class="Sh">
<h1 class="Sh" id="DIAGNOSTICS"><a class="permalink" href="#DIAGNOSTICS">DIAGNOSTICS</a></h1>
<p class="Pp">See <a class="Xr">usbnet(4)</a> for diagnostics.</p>
</section>
<section class="Sh">
<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
ALSO</a></h1>
<p class="Pp"><a class="Xr">arp(4)</a>, <a class="Xr">ifmedia(4)</a>,
<a class="Xr">mii(4)</a>, <a class="Xr">netintro(4)</a>,
<a class="Xr">rgephy(4)</a>, <a class="Xr">rlphy(4)</a>,
<a class="Xr">uhub(4)</a>, <a class="Xr">usb(4)</a>,
<a class="Xr">usbnet(4)</a>, <a class="Xr">ifconfig(8)</a></p>
</section>
<section class="Sh">
<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
<p class="Pp">The <code class="Nm">ure</code> device driver first appeared in
<span class="Ux">OpenBSD 6.0</span> and <span class="Ux">NetBSD
9.0</span>.</p>
</section>
<section class="Sh">
<h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1>
<p class="Pp">The <code class="Nm">ure</code> driver was written by
<span class="An">Kevin Lo</span>
<<a class="Mt" href="mailto:kevlo@FreeBSD.org">kevlo@FreeBSD.org</a>>
for <span class="Ux">OpenBSD</span> and ported to
<span class="Ux">NetBSD</span> by <span class="An">Rin Okuyama</span>
<<a class="Mt" href="mailto:rin@NetBSD.org">rin@NetBSD.org</a>>.</p>
</section>
</div>
<table class="foot">
<tr>
<td class="foot-date">August 24, 2019</td>
<td class="foot-os">NetBSD 10.1</td>
</tr>
</table>
|