ACPI_RAPIDSTART(4) | Device Drivers Manual | ACPI_RAPIDSTART(4) |
NAME¶
acpi_rapidstart
—
Intel rapid start technology ACPI driver
SYNOPSIS¶
To compile this driver into the kernel, place the following line in your kernel configuration file:device
acpi_rapidstart
Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5):
acpi_rapidstart_load="YES"
DESCRIPTION¶
Theacpi_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.
SYSCTLS¶
The following sysctl(8) nodes are currently implemented:SEE ALSO¶
acpi(4), sysctl(8)HISTORY¶
Theacpi_rapidstart
driver first appeared in
FreeBSD 10.0.
AUTHORS¶
Theacpi_rapidstart
driver was written by
Takanori Watanabe
<takawata@FreeBSD.org>.
May 8, 2013 | Linux 4.19.0-10-amd64 |