diff options
Diffstat (limited to 'static/freebsd/man4/fdtbus.4 3.html')
| -rw-r--r-- | static/freebsd/man4/fdtbus.4 3.html | 67 |
1 files changed, 0 insertions, 67 deletions
diff --git a/static/freebsd/man4/fdtbus.4 3.html b/static/freebsd/man4/fdtbus.4 3.html deleted file mode 100644 index 2fa87b47..00000000 --- a/static/freebsd/man4/fdtbus.4 3.html +++ /dev/null @@ -1,67 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">FDTBUS(4)</td> - <td class="head-vol">Device Drivers Manual</td> - <td class="head-rtitle">FDTBUS(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">fdtbus</code> — <span class="Nd">Flattened - Device Tree 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">The <code class="Nm">fdtbus</code> abstract bus driver is the - primary connection and translation layer between <a class="Xr">fdt(4)</a> - hardware resources description and <span class="Ux">FreeBSD</span> native - newbus device drivers framework. For an embedded system - <code class="Nm">fdtbus</code> represents peripherals typically found on a - highly integrated chip (system-on-chip).</p> -<p class="Pp">The <code class="Nm">fdtbus</code> driver provides generic, common - infrastructure for all <a class="Xr">fdt(4)</a> oriented device drivers, and - its main responsibilities are the following:</p> -<ul class="Bl-bullet"> - <li>Creating newbus children that reflect <a class="Xr">fdt(4)</a> nodes in - the flattened device tree.</li> - <li>Managing SYS_RES_IRQ resources.</li> - <li>Managing SYS_RES_MEMORY, SYS_RES_IOPORT resources.</li> -</ul> -</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">openfirm(4)</a>, - <a class="Xr">simplebus(4)</a></p> -</section> -<section class="Sh"> -<h1 class="Sh" id="STANDARDS"><a class="permalink" href="#STANDARDS">STANDARDS</a></h1> -<p class="Pp">IEEE Std 1275: IEEE Standard for Boot (Initialization - Configuration) Firmware: Core Requirements and Practices - (<var class="Vt">Open Firmware</var>).</p> -<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">fdtbus</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">fdtbus</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> |
