diff options
author | jkim <jkim@FreeBSD.org> | 2012-08-16 20:54:52 +0000 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2012-08-16 20:54:52 +0000 |
commit | 7d706dc46f20aa3d7d386cd3f3df8e786e35e3cf (patch) | |
tree | a652303191b07ca59b5281e3606555d7db951183 /share/man | |
parent | ef6535e51ea1bac50944a3194c4e3ee845e9b696 (diff) | |
parent | 08e6f22ac3350a67c38e9b42b5dce2a7d5fa08b4 (diff) | |
download | FreeBSD-src-7d706dc46f20aa3d7d386cd3f3df8e786e35e3cf.zip FreeBSD-src-7d706dc46f20aa3d7d386cd3f3df8e786e35e3cf.tar.gz |
Merge ACPICA 20120816.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/acpi.4 | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/share/man/man4/acpi.4 b/share/man/man4/acpi.4 index 9d57128..c62ca22 100644 --- a/share/man/man4/acpi.4 +++ b/share/man/man4/acpi.4 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd May 4, 2012 +.Dd August 16, 2012 .Dt ACPI 4 .Os .Sh NAME @@ -219,14 +219,6 @@ Override any automatic quirks completely. Beep the PC speaker on resume. This can help diagnose suspend/resume problems. Default is 0 (disabled). -.It Va debug.acpi.sleep_flags -Execute optional ACPI methods for suspend/resume. -If the bit 0 is set (1), it will try to execute _GTS (Going To Sleep) method -when entering suspend state. -If the bit 1 is set (2), it will try to execute _BFS (Back From Sleep) method -when leaving suspend state. -If both the bits are set (3), both the methods will be tried. -Default is 0 (disabled). .It Va hint.acpi.0.disabled Set this to 1 to disable all of ACPI. If ACPI has been disabled on your system due to a blacklist entry for your |