logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

acpi_rapidstart — Intel rapid start technology ACPI driver

Authors

       The acpi_rapidstart driver was written by Takanori Watanabe <takawata@FreeBSD.org>.

Debian                                             May 8, 2013                                ACPI_RAPIDSTART(4)

Description

       The acpi_rapidstart 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.

History

       The acpi_rapidstart driver first appeared in FreeBSD 10.0.

Name

       acpi_rapidstart — Intel rapid start technology ACPI driver

See Also

acpi(4), sysctl(8)

Synopsis

       To compile this driver into the kernel, place the following line in your kernel configuration file:

             deviceacpi_rapidstart

       Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5):

             acpi_rapidstart_load="YES"

Sysctls

       The following sysctl(8) nodes are currently implemented:

       dev.acpi_rapidstart.0.ffs
               Rapid start flag.  It is a bitwise OR of the following:

               1           Enter Fast Flash Standby in RTC wake.
               2           Enter Fast Flash Standby in Critical Battery Wake enable

       dev.acpi_rapidstart.0.ftv
               Fast Flash Standby timer value in minutes.

See Also