blob: 3f5e7e3d917244b403db7005e0fa72f3ec3ef1d3 (
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
|
<table class="head">
<tr>
<td class="head-ltitle">EBUS(4)</td>
<td class="head-vol">Device Drivers Manual</td>
<td class="head-rtitle">EBUS(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">EBus</code> —
<span class="Nd">introduction to SPARC EBus bus support and
drivers</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">ebus* at pci?</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">EBus</code> bus is designed to provide the
ability to put ISA and traditional Intel-style peripherals in a SPARC based
system with a minimal amount of glue logic. Typically, it is implemented in
the PCIO IC from SME, which also implements a <a class="Xr">hme(4)</a>
compatible PCI network device
(‘<code class="Li">network</code>’). The
<code class="Nm">EBus</code> has four DMA channels, similar to the DMA seen
in the <a class="Xr">esp(4)</a> SCSI DMA.</p>
</section>
<section class="Sh">
<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
ALSO</a></h1>
<p class="Pp"><cite class="Rs"><span class="RsA">Sun Microelectronics</span>,
<i class="RsB">Peripheral Component Interconnect Input Output
Controller</i>,
<span class="RsV">Part No.: 802-7837-01</span>,
<a class="RsU" href="http://www.sun.com/oem/products/manuals/802-7837.pdf">http://www.sun.com/oem/products/manuals/802-7837.pdf</a>,
<span class="RsD">March 1997</span>.</cite></p>
</section>
</div>
<table class="foot">
<tr>
<td class="foot-date">March 13, 2002</td>
<td class="foot-os">NetBSD 10.1</td>
</tr>
</table>
|