Интерактивная система просмотра системных руководств (man-ов)
acpi_aiboost (4)
>> acpi_aiboost (4) ( FreeBSD man: Специальные файлы /dev/* )
BSD mandoc
NAME
acpi_aiboost
- ASUS AI Booster hardware monitor
SYNOPSIS
To compile this driver into the kernel,
place the following line in your
kernel configuration file:
device acpi_aiboost
Alternatively, to load the driver as a
module at boot time, place the following line in
loader.conf5:
acpi_aiboost_load="YES"
DESCRIPTION
The
driver provides support for monitoring the hardware sensors in recent
ASUS
motherboards.
The driver uses ACPI as the backend to fetch sensor values and
descriptions and provides its data via the
sysctl(8)
interface, under dev.acpi_aiboost.0 namespace.
Descriptions for these values are set to sysctl description,
which can be see with sysctl -d.
The
driver typically has 7 sensors, depending on the motherboard and
chipset:
An -nosplit
The
driver was written by
An Takanori Watanabe .
This manual page was written by
An Juan Romero Pardines ,
who adapted the code for
Nx ,
and adopted back to FreeBSD by
An Takanori Watanabe .
BUGS
It's possible to modify voltages via the ACPI methods in the DSDT,
but for now the driver only reports the sensors' values.
CPU Q-Fan is another thing that is typically specified in the ACPI
namespace, and in the future we should handle this feature (to
enable or disable automatic/manual fan mode).