diff options
Diffstat (limited to 'static/freebsd/man4/orm.4 4.html')
| -rw-r--r-- | static/freebsd/man4/orm.4 4.html | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/static/freebsd/man4/orm.4 4.html b/static/freebsd/man4/orm.4 4.html new file mode 100644 index 00000000..c4d67509 --- /dev/null +++ b/static/freebsd/man4/orm.4 4.html @@ -0,0 +1,46 @@ +<table class="head"> + <tr> + <td class="head-ltitle">ORM(4)</td> + <td class="head-vol">Device Drivers Manual</td> + <td class="head-rtitle">ORM(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">orm</code> — <span class="Nd">ISA I/O + space option ROM(s) driver</span></p> +</section> +<section class="Sh"> +<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1> +<table class="Nm"> + <tr> + <td><code class="Nm">orm</code></td> + <td>is automatically included on all systems that have an ISA bus.</td> + </tr> +</table> +</section> +<section class="Sh"> +<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1> +<p class="Pp">The driver scans at boot time the ISA I/O memory space for option + ROM(s) and claims them. Other drivers are thus precluded from using ISA I/O + memory that is on top of an option ROM.</p> +</section> +<section class="Sh"> +<h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1> +<p class="Pp">This manual page was written by <span class="An">Nikolai + Saoukh</span> + <<a class="Mt" href="mailto:nms@otdel-1.org">nms@otdel-1.org</a>>.</p> +</section> +<section class="Sh"> +<h1 class="Sh" id="BUGS"><a class="permalink" href="#BUGS">BUGS</a></h1> +<p class="Pp">Due to the implementation of the resource manager, other drivers + cannot attach to the option ROM address range.</p> +</section> +</div> +<table class="foot"> + <tr> + <td class="foot-date">December 15, 2000</td> + <td class="foot-os">FreeBSD 15.0</td> + </tr> +</table> |
