summaryrefslogtreecommitdiffstats
path: root/share/man/man4/acpi.4
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-06-02 15:02:06 +0000
committerru <ru@FreeBSD.org>2003-06-02 15:02:06 +0000
commit29f96439114d622208dd85a833e0929e1310b66a (patch)
tree4a56090fec39317e942be1d49dd392fac4bed632 /share/man/man4/acpi.4
parent2550ebdaa67be2186e18324278575cf49f6e9804 (diff)
downloadFreeBSD-src-29f96439114d622208dd85a833e0929e1310b66a.zip
FreeBSD-src-29f96439114d622208dd85a833e0929e1310b66a.tar.gz
Assorted mdoc(7) fixes.
Diffstat (limited to 'share/man/man4/acpi.4')
-rw-r--r--share/man/man4/acpi.431
1 files changed, 15 insertions, 16 deletions
diff --git a/share/man/man4/acpi.4 b/share/man/man4/acpi.4
index 9ba72e9..37c1e95 100644
--- a/share/man/man4/acpi.4
+++ b/share/man/man4/acpi.4
@@ -32,9 +32,9 @@
.Nm acpi
.Nd Advanced Configuration and Power Management support
.Sh SYNOPSIS
-.Cd device acpi
+.Cd "device acpi"
.Pp
-.Cd options ACPI_DEBUG
+.Cd "options ACPI_DEBUG"
.Sh DESCRIPTION
The
.Nm
@@ -203,8 +203,7 @@ To disable the
.Nm
driver completely, set the kernel environment variable
.Va hint.acpi.0.disabled
-to
-.Dq 1 .
+to 1.
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.
@@ -295,27 +294,27 @@ utilities from the
.Pa devel/acpicatools
port, and some ACPI knowledge.
.Sh TUNABLES
-.Bl -tag -width children
-.It Li acpi_dsdt_load
-Enables loading of a custom acpi DSDT.
-.It Li acpi_dsdt_name
+.Bl -tag -width indent
+.It Va acpi_dsdt_load
+Enables loading of a custom ACPI DSDT.
+.It Va acpi_dsdt_name
Name of the DSDT table to load, if loading is enabled.
-.It Li debug.acpi.disable
+.It Va debug.acpi.disable
Selectively disables portions of ACPI for debugging purposes.
-.It Li hint.acpi.0.disabled
-Disables all of ACPI
-.It Li hw.acpi.cpu.performance_speed
+.It Va hint.acpi.0.disabled
+Disables all of ACPI.
+.It Va hw.acpi.cpu.performance_speed
Sets the speed of the CPU, if it supports multiple speeds, while in
the performance power profile.
-.It Li hw.acpi.cpu.economy_speed
+.It Va hw.acpi.cpu.economy_speed
Sets the speed of the CPU, if it supports multiple speeds, while in
the economy power profile.
-.It Li hw.acpi.ec.event_driven
+.It Va hw.acpi.ec.event_driven
Enables or disables the event driven model for the embedded controller
driver.
-.It Li hw.acpi.pci.link.%d.%d.%d.irq
+.It Va hw.acpi.pci.link.%d.%d.%d.irq
Override the interrupt to use.
-.It Li hw.acpi.verbose
+.It Va hw.acpi.verbose
Turn on verbose debugging information about what ACPI is doing.
.El
.Sh COMPATIBILITY
OpenPOWER on IntegriCloud