summaryrefslogtreecommitdiff
path: root/static/freebsd/man4/simplebus.4 4.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/freebsd/man4/simplebus.4 4.html')
-rw-r--r--static/freebsd/man4/simplebus.4 4.html65
1 files changed, 0 insertions, 65 deletions
diff --git a/static/freebsd/man4/simplebus.4 4.html b/static/freebsd/man4/simplebus.4 4.html
deleted file mode 100644
index 0d4395c0..00000000
--- a/static/freebsd/man4/simplebus.4 4.html
+++ /dev/null
@@ -1,65 +0,0 @@
-<table class="head">
- <tr>
- <td class="head-ltitle">SIMPLEBUS(4)</td>
- <td class="head-vol">Device Drivers Manual</td>
- <td class="head-rtitle">SIMPLEBUS(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">simplebus</code> &#x2014; <span class="Nd">ePAPR
- simple-bus driver</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">options FDT</code></p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
-<p class="Pp">This bus driver is dedicated for the
- <span class="Pa">simple-bus</span> node of a flattened device tree compliant
- with the <span class="Pa">ePAPR</span> specification.</p>
-<p class="Pp">The <code class="Nm">simplebus</code> entity does not represent
- any physical element by itself, it is rather an umbrella node grouping
- integrated on-chip peripherals like interrupt controller, connectivity
- controllers, accelerating engines and so on.</p>
-<p class="Pp">The driver is generic and common for all flattened device tree
- nodes claiming <span class="Pa">simple-bus</span> compatibility. It iterates
- over direct descendants of the <span class="Pa">simple-bus</span> node,
- instantiates newbus children and assigns resources to them, based on the
- configuration data retrieved from the nodes properties in
- <a class="Xr">fdt(4)</a>.</p>
-<p class="Pp">Note the <code class="Nm">simplebus</code> does not manage device
- resources and passes through any requests to the <a class="Xr">fdtbus(4)</a>
- layer.</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">fdt(4)</a>, <a class="Xr">fdtbus(4)</a>,
- <a class="Xr">openfirm(4)</a></p>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="STANDARDS"><a class="permalink" href="#STANDARDS">STANDARDS</a></h1>
-<p class="Pp">Power.org Standard for Embedded Power Architecture Platform
- Requirements (<var class="Vt">ePAPR</var>).</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">simplebus</code> support first appeared in
- <span class="Ux">FreeBSD 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">simplebus</code> support was developed by
- Semihalf under sponsorship from the FreeBSD Foundation. This manual page was
- written by <span class="An">Rafal Jaworowski</span>.</p>
-</section>
-</div>
-<table class="foot">
- <tr>
- <td class="foot-date">July 12, 2010</td>
- <td class="foot-os">FreeBSD 15.0</td>
- </tr>
-</table>