blob: 89d6e2ac03063e4587dac34039d24fed876dd924 (
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
|
<table class="head">
<tr>
<td class="head-ltitle">ALC(4)</td>
<td class="head-vol">Device Drivers Manual</td>
<td class="head-rtitle">ALC(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">alc</code> — <span class="Nd">Atheros
AR813x/AR815x/AR816x/AR817x Killer E2200/2400/2500 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">alc* at pci?</code>
<br/>
<code class="Cd">atphy* 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">alc</code> driver provides support for
Ethernet interfaces based on the Atheros AR813x/AR815x/AR816x/AR817x
Gigabit/Fast Ethernet chipsets and Killer E2200/2400/2500 Ethernet
chipsets.</p>
<p class="Pp">The following <var class="Ar">media</var> types are supported:</p>
<p class="Pp"></p>
<dl class="Bl-tag Bl-compact">
<dt id="autoselect"><a class="permalink" href="#autoselect"><code class="Cm">autoselect</code></a></dt>
<dd>Enable autoselection of the media type and options.</dd>
<dt id="10baseT"><a class="permalink" href="#10baseT"><code class="Cm">10baseT</code></a></dt>
<dd>Set 10Mbps operation.</dd>
<dt id="100baseTX"><a class="permalink" href="#100baseTX"><code class="Cm">100baseTX</code></a></dt>
<dd>Set 100Mbps (Fast Ethernet) operation.</dd>
<dt id="1000baseT"><a class="permalink" href="#1000baseT"><code class="Cm">1000baseT</code></a></dt>
<dd>Set 1000Mbps (Gigabit Ethernet) operation.</dd>
</dl>
<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="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
ALSO</a></h1>
<p class="Pp"><a class="Xr">arp(4)</a>, <a class="Xr">atphy(4)</a>,
<a class="Xr">ifmedia(4)</a>, <a class="Xr">intro(4)</a>,
<a class="Xr">netintro(4)</a>, <a class="Xr">pci(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">alc</code> device driver was written by
<span class="An">Pyun YongHyeon</span> and first appeared in
<span class="Ux">FreeBSD 8.0</span>. It was ported to
<span class="Ux">OpenBSD 4.7</span> by <span class="An">Kevin Lo</span> and
then ported to <span class="Ux">NetBSD 6.0</span> by <span class="An">Fire
Crow</span>. <span class="An">Leonardo Taccari</span> ported the
AR816x/AR817x support for <code class="Nm">alc</code> from
<span class="Ux">FreeBSD 11.0</span>.</p>
</section>
</div>
<table class="foot">
<tr>
<td class="foot-date">October 16, 2019</td>
<td class="foot-os">NetBSD 10.1</td>
</tr>
</table>
|