summaryrefslogtreecommitdiff
path: root/static/freebsd/man4/acpi_rapidstart.4 3.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/freebsd/man4/acpi_rapidstart.4 3.html')
-rw-r--r--static/freebsd/man4/acpi_rapidstart.4 3.html75
1 files changed, 75 insertions, 0 deletions
diff --git a/static/freebsd/man4/acpi_rapidstart.4 3.html b/static/freebsd/man4/acpi_rapidstart.4 3.html
new file mode 100644
index 00000000..9754586a
--- /dev/null
+++ b/static/freebsd/man4/acpi_rapidstart.4 3.html
@@ -0,0 +1,75 @@
+<table class="head">
+ <tr>
+ <td class="head-ltitle">ACPI_RAPIDSTART(4)</td>
+ <td class="head-vol">Device Drivers Manual</td>
+ <td class="head-rtitle">ACPI_RAPIDSTART(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">acpi_rapidstart</code> &#x2014;
+ <span class="Nd">Intel rapid start technology ACPI driver</span></p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
+<p class="Pp">To compile this driver into the kernel, place the following line
+ in your kernel configuration file:</p>
+<div class="Bd Pp Bd-indent"><code class="Cd">device
+ acpi_rapidstart</code></div>
+<p class="Pp">Alternatively, to load the driver as a module at boot time, place
+ the following line in <a class="Xr">loader.conf(5)</a>:</p>
+<div class="Bd Pp Bd-indent Li">
+<pre>acpi_rapidstart_load=&quot;YES&quot;</pre>
+</div>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
+<p class="Pp">The <code class="Nm">acpi_rapidstart</code> driver provides
+ support for Intel Rapid Start technology ACPI device interface. Note that
+ this is only for the ACPI device interface. This has _CID PNP0C02 so it
+ should be loaded at boot time to avoid attaching to the acpi_sysresource
+ driver.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="SYSCTLS"><a class="permalink" href="#SYSCTLS">SYSCTLS</a></h1>
+<p class="Pp">The following <a class="Xr">sysctl(8)</a> nodes are currently
+ implemented:</p>
+<dl class="Bl-tag">
+ <dt id="dev.acpi_rapidstart.0.ffs"><var class="Va">dev.acpi_rapidstart.0.ffs</var></dt>
+ <dd>Rapid start flag. It is a bitwise OR of the following:
+ <p class="Pp"></p>
+ <dl class="Bl-tag Bl-compact">
+ <dt id="1"><a class="permalink" href="#1"><code class="Li">1</code></a></dt>
+ <dd>Enter Fast Flash Standby in RTC wake.</dd>
+ <dt id="2"><a class="permalink" href="#2"><code class="Li">2</code></a></dt>
+ <dd>Enter Fast Flash Standby in Critical Battery Wake enable</dd>
+ </dl>
+ </dd>
+ <dt id="dev.acpi_rapidstart.0.ftv"><var class="Va">dev.acpi_rapidstart.0.ftv</var></dt>
+ <dd>Fast Flash Standby timer value in minutes.</dd>
+</dl>
+</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">acpi(4)</a>, <a class="Xr">sysctl(8)</a></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">acpi_rapidstart</code> driver first appeared
+ in <span class="Ux">FreeBSD 10.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">acpi_rapidstart</code> driver was written by
+ <span class="An">Takanori Watanabe</span>
+ &lt;<a class="Mt" href="mailto:takawata@FreeBSD.org">takawata@FreeBSD.org</a>&gt;.</p>
+</section>
+</div>
+<table class="foot">
+ <tr>
+ <td class="foot-date">May 8, 2013</td>
+ <td class="foot-os">FreeBSD 15.0</td>
+ </tr>
+</table>