blob: dd3d75190fd661f9cf924f0efe28987d55089611 (
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
|
<table class="head">
<tr>
<td class="head-ltitle">QEC(4)</td>
<td class="head-vol">Device Drivers Manual</td>
<td class="head-rtitle">QEC(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">qec</code> — <span class="Nd">SPARC Quad
Ethernet Controller</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">qec* at sbus? slot ? offset ?</code>
<br/>
<code class="Cd">qe* at qec?</code>
<br/>
<code class="Cd">be* at qec?</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">qec</code> driver is an Sbus controller that
can contain either one <a class="Xr">be(4)</a> Ethernet controller (Sun part
number SUNW,501-2655) or four <a class="Xr">qe(4)</a> Ethernet controllers
(Sun part number SUNW,501-2062). This driver, like other busses, is not
directly available to users. In essence it is a buffering DMA
controller.</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">be(4)</a>, <a class="Xr">intro(4)</a>,
<a class="Xr">qe(4)</a>, <a class="Xr">sbus(4)</a></p>
</section>
<section class="Sh">
<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
<p class="Pp">Support for the <code class="Nm">qec</code> first appeared in
<span class="Ux">NetBSD 1.4</span>.</p>
</section>
</div>
<table class="foot">
<tr>
<td class="foot-date">March 31, 2004</td>
<td class="foot-os">NetBSD 10.1</td>
</tr>
</table>
|