summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwes <wes@FreeBSD.org>2004-02-17 20:38:49 +0000
committerwes <wes@FreeBSD.org>2004-02-17 20:38:49 +0000
commit507e47381e6f0dbae7fd4fee53164d951fe85244 (patch)
tree5329cc3561f0c871ad039175eb8d2ebc5edca15a
parent8a794db9e9ac38858b486d29417d96fb38a11a31 (diff)
downloadFreeBSD-src-507e47381e6f0dbae7fd4fee53164d951fe85244.zip
FreeBSD-src-507e47381e6f0dbae7fd4fee53164d951fe85244.tar.gz
Make the distinction between sysctl kernel environment variables and
device.hints kernel environment variables when disabling ACPI. Some users are getting confused when they see hint.acpi.0.disabled. They are confusing it with a sysctl MIB. Finally, add a reference for device.hints(5) and kenv(1) in the "SEE ALSO" section of the man page. PR: docs/62974 Submitted by: Christian S.J. Peron <maneo@bsdpro.com>
-rw-r--r--share/man/man4/acpi.45
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man4/acpi.4 b/share/man/man4/acpi.4
index 2a21373..52ea154 100644
--- a/share/man/man4/acpi.4
+++ b/share/man/man4/acpi.4
@@ -211,7 +211,8 @@ To disable the
.Nm
driver completely, set the kernel environment variable
.Va hint.acpi.0.disabled
-to 1.
+to 1 in the device resource hints file
+.Pa /boot/device.hints .
Some i386 machines totally fail to operate with some or all of ACPI disabled.
Other i386 machines fail with ACPI enabled.
Non-i386 platforms do not support operating systems which do not use ACPI.
@@ -363,7 +364,9 @@ latency when an interrupt occurs.
.Sh COMPATIBILITY
ACPI is only found and supported on i386/ia32, ia64, and amd64.
.Sh SEE ALSO
+.Xr kenv 1 ,
.Xr acpi_thermal 4 ,
+.Xr device.hints 5 ,
.Xr loader.conf 5 ,
.Xr acpiconf 8 ,
.Xr acpidump 8 ,
OpenPOWER on IntegriCloud