summaryrefslogtreecommitdiffstats
path: root/share/man/man4/acpi.4
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2010-10-13 00:21:53 +0000
committerjkim <jkim@FreeBSD.org>2010-10-13 00:21:53 +0000
commiteb994eb349fb4a02d6fb78be086b538e11eafd52 (patch)
tree948c0601cea74a5572831d8c1181ccbf1caecaaa /share/man/man4/acpi.4
parent910485b93adc9bef14a86316486f8b98591f0597 (diff)
downloadFreeBSD-src-eb994eb349fb4a02d6fb78be086b538e11eafd52.zip
FreeBSD-src-eb994eb349fb4a02d6fb78be086b538e11eafd52.tar.gz
Use AcpiReset() from ACPICA instead of rolling our own, which is actually
incomplete. If FADT says the register is available, enable the capability by default. Remove the previous default value from acpi(4).
Diffstat (limited to 'share/man/man4/acpi.4')
-rw-r--r--share/man/man4/acpi.43
1 files changed, 1 insertions, 2 deletions
diff --git a/share/man/man4/acpi.4 b/share/man/man4/acpi.4
index 40b892d..056aadd 100644
--- a/share/man/man4/acpi.4
+++ b/share/man/man4/acpi.4
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd June 2, 2010
+.Dd October 12, 2010
.Dt ACPI 4
.Os
.Sh NAME
@@ -112,7 +112,6 @@ exiting to legacy mode first.
Default is 0, leave ACPI enabled.
.It Va hw.acpi.handle_reboot
Use the ACPI Reset Register capability to reboot the system.
-Default is 0, use legacy reboot support.
Some newer systems require use of this register, while some only work
with legacy rebooting support.
.It Va hw.acpi.lid_switch_state
OpenPOWER on IntegriCloud