diff options
Diffstat (limited to 'Documentation/admin-guide')
| -rw-r--r-- | Documentation/admin-guide/acpi/fan_performance_states.rst | 4 | ||||
| -rw-r--r-- | Documentation/admin-guide/kernel-parameters.txt | 4 | 
2 files changed, 6 insertions, 2 deletions
| diff --git a/Documentation/admin-guide/acpi/fan_performance_states.rst b/Documentation/admin-guide/acpi/fan_performance_states.rst index 21d233ca50d8..98fe5c333121 100644 --- a/Documentation/admin-guide/acpi/fan_performance_states.rst +++ b/Documentation/admin-guide/acpi/fan_performance_states.rst @@ -18,7 +18,7 @@ may look as follows::   $ ls -l /sys/bus/acpi/devices/INT3404:00/   total 0 -... + ...   -r--r--r-- 1 root root 4096 Dec 13 20:38 state0   -r--r--r-- 1 root root 4096 Dec 13 20:38 state1   -r--r--r-- 1 root root 4096 Dec 13 20:38 state10 @@ -38,7 +38,7 @@ where each of the "state*" files represents one performance state of the fan  and contains a colon-separated list of 5 integer numbers (fields) with the  following interpretation:: -control_percent:trip_point_index:speed_rpm:noise_level_mdb:power_mw +  control_percent:trip_point_index:speed_rpm:noise_level_mdb:power_mw  * ``control_percent``: The percent value to be used to set the fan speed to a    specific level using the _FSL object (0-100). diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt index dbc22d684627..c07815d230bc 100644 --- a/Documentation/admin-guide/kernel-parameters.txt +++ b/Documentation/admin-guide/kernel-parameters.txt @@ -136,6 +136,10 @@  			dynamic table installation which will install SSDT  			tables to /sys/firmware/acpi/tables/dynamic. +	acpi_no_watchdog	[HW,ACPI,WDT] +			Ignore the ACPI-based watchdog interface (WDAT) and let +			a native driver control the watchdog device instead. +  	acpi_rsdp=	[ACPI,EFI,KEXEC]  			Pass the RSDP address to the kernel, mostly used  			on machines running EFI runtime service to boot the |