diff options
Diffstat (limited to 'static/netbsd/man9/cpu_configure.9 3.html')
| -rw-r--r-- | static/netbsd/man9/cpu_configure.9 3.html | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/static/netbsd/man9/cpu_configure.9 3.html b/static/netbsd/man9/cpu_configure.9 3.html deleted file mode 100644 index 2a67aa1b..00000000 --- a/static/netbsd/man9/cpu_configure.9 3.html +++ /dev/null @@ -1,54 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">CPU_CONFIGURE(9)</td> - <td class="head-vol">Kernel Developer's Manual</td> - <td class="head-rtitle">CPU_CONFIGURE(9)</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">cpu_configure</code> — - <span class="Nd">machine-dependent device autoconfiguration</span></p> -</section> -<section class="Sh"> -<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1> -<p class="Pp"><code class="In">#include - <<a class="In">sys/systm.h</a>></code></p> -<p class="Pp"><var class="Ft">void</var> - <br/> - <code class="Fn">cpu_configure</code>(<var class="Fa" style="white-space: nowrap;">void</var>);</p> -</section> -<section class="Sh"> -<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1> -<p class="Pp">The machine-dependent - <a class="permalink" href="#cpu_configure"><code class="Fn" id="cpu_configure">cpu_configure</code></a>() - is called during system bootstrap to perform the machine-dependent portion - of device autoconfiguration. It sets the configuration machinery in motion - by finding the root bus (“mainbus”). When this function - returns, interrupts must be enabled.</p> -<p class="Pp" id="cpu_configure~2">The following tasks are performed by - <a class="permalink" href="#cpu_configure~2"><code class="Fn">cpu_configure</code></a>():</p> -<ul class="Bl-bullet Bd-indent"> - <li>initialize soft interrupts (see <a class="Xr">softint(9)</a>);</li> - <li>initialize CPU interrupts and SPLs (see <a class="Xr">spl(9)</a>);</li> - <li id="config_rootfound">call - <a class="permalink" href="#config_rootfound"><code class="Fn">config_rootfound</code></a>() - for “mainbus”; and</li> - <li>complete any initialization deferred from - <a class="Xr">cpu_startup(9)</a>.</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">autoconf(9)</a>, - <a class="Xr">cpu_startup(9)</a></p> -</section> -</div> -<table class="foot"> - <tr> - <td class="foot-date">April 13, 2010</td> - <td class="foot-os">NetBSD 10.1</td> - </tr> -</table> |
