diff options
author | njl <njl@FreeBSD.org> | 2003-07-30 16:22:53 +0000 |
---|---|---|
committer | njl <njl@FreeBSD.org> | 2003-07-30 16:22:53 +0000 |
commit | bcbbd9ea9e74664327684ec77fbcc36a46eb580c (patch) | |
tree | fdae20ac3d052130da246eb8bb8bc1120dd79272 /share | |
parent | a622581f063dab85005c914ee8ff4547ab556ab7 (diff) | |
download | FreeBSD-src-bcbbd9ea9e74664327684ec77fbcc36a46eb580c.zip FreeBSD-src-bcbbd9ea9e74664327684ec77fbcc36a46eb580c.tar.gz |
Add and document the hw.acpi.ec.poll_timeout tunable.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/acpi.4 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man4/acpi.4 b/share/man/man4/acpi.4 index 37c1e95..5e3b8bf 100644 --- a/share/man/man4/acpi.4 +++ b/share/man/man4/acpi.4 @@ -309,9 +309,10 @@ the performance power profile. .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 Va hw.acpi.ec.event_driven -Enables or disables the event driven model for the embedded controller -driver. +.It Va hw.acpi.ec.poll_timeout +Delay in milliseconds to wait for the EC to respond. Try increasing this +number if you get the error +.Er AE_NO_HARDWARE_RESPONSE . .It Va hw.acpi.pci.link.%d.%d.%d.irq Override the interrupt to use. .It Va hw.acpi.verbose |