diff options
author | Christian Weisgerber <naddy@cvs.openbsd.org> | 2011-06-24 19:47:50 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@cvs.openbsd.org> | 2011-06-24 19:47:50 +0000 |
commit | 3da505965757e4e925366c29b363105405fd202d (patch) | |
tree | 3bd93b0681c5ada7d7dac32ec4fcd54b6063055f /share/man/man4/man4.zaurus | |
parent | 7f1ea65fed8697f18acb9a18feab7940904e5e80 (diff) |
machdep.kbdreset enables a shutdown by Ctrl-Alt-Del on amd64 and
i386. Stop abusing it on other archs for controling a shutdown by
pressing the soft power button:
* Add a MI sysctl hw.allowpowerdown; if set to 1 (the default) it
allows a power button shutdown.
* Make acpi(4)/acpibtn(4) honor hw.allowpowerdown.
* Switch the various power button intercepts on landisk, sgi, sparc64
and zaurus over to hw.allowpowerdown.
* Garbage collect the machdep.kbdreset sysctl on all archs other than
amd64 and i386.
ok miod@
Diffstat (limited to 'share/man/man4/man4.zaurus')
-rw-r--r-- | share/man/man4/man4.zaurus/zkbd.4 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man4/man4.zaurus/zkbd.4 b/share/man/man4/man4.zaurus/zkbd.4 index ccfee87adb6..05ffca6905d 100644 --- a/share/man/man4/man4.zaurus/zkbd.4 +++ b/share/man/man4/man4.zaurus/zkbd.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: zkbd.4,v 1.16 2007/05/31 19:19:57 jmc Exp $ +.\" $OpenBSD: zkbd.4,v 1.17 2011/06/24 19:47:48 naddy Exp $ .\" .\" Copyright (c) 2004 Theo de Raadt <deraadt@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: June 24 2011 $ .Dt ZKBD 4 zaurus .Os .Sh NAME @@ -77,7 +77,8 @@ End On/Off is special: pressing the key will immediately suspend the system. Pressing the key while the Zaurus is suspended will cause it to resume. Pressing the key longer than 3 seconds will do a nice halt if -the machdep.kbdreset +the +.Va hw.allowpowerdown .Xr sysctl 8 variable is 1. .Pp |