diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2017-03-11 11:55:04 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2017-03-11 11:55:04 +0000 |
commit | 459e63e02a0f96049410679f592b841a9b521025 (patch) | |
tree | bb44d434635a9daeacbe5b01653b5337da791da2 /sbin/sysctl/sysctl.8 | |
parent | 44a9b220b8674aa0cc493c3ba176b5c124ac0165 (diff) |
Introduce a new knob to force the first USB keyboard as console input.
By setting "machdep.forceukbd=1" you can now use your USB keyboard in
ddb(4) even if your BIOS emulates a pckbd(4).
ok tom@, kettenis@, deraadt@
Diffstat (limited to 'sbin/sysctl/sysctl.8')
-rw-r--r-- | sbin/sysctl/sysctl.8 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sbin/sysctl/sysctl.8 b/sbin/sysctl/sysctl.8 index 05fe065a231..a90252b8840 100644 --- a/sbin/sysctl/sysctl.8 +++ b/sbin/sysctl/sysctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.8,v 1.209 2017/03/04 17:40:23 natano Exp $ +.\" $OpenBSD: sysctl.8,v 1.210 2017/03/11 11:55:03 mpi Exp $ .\" $NetBSD: sysctl.8,v 1.4 1995/09/30 07:12:49 thorpej Exp $ .\" .\" Copyright (c) 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)sysctl.8 8.2 (Berkeley) 5/9/95 .\" -.Dd $Mdocdate: March 4 2017 $ +.Dd $Mdocdate: March 11 2017 $ .Dt SYSCTL 8 .Os .Sh NAME @@ -370,6 +370,9 @@ and a few require a kernel compiled with non-standard .It machdep.sse Ta integer Ta no .It machdep.sse2 Ta integer Ta no .It machdep.xcrypt Ta integer Ta no +.It machdep.lidsuspend Ta integer Ta yes +.It machdep.lidaction Ta integer Ta yes +.It machdep.forceukbd Ta integer Ta yes .It machdep.allowaperture Ta integer Ta yes .It machdep.led_blink Ta integer Ta yes .It machdep.ceccerrs Ta integer Ta no |