diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-07-06 08:03:29 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-07-06 08:03:29 +0000 |
commit | 6a78915ccc4fc484605cead9fc1b6f4e50b3ef33 (patch) | |
tree | 33d663ce79df5db453d08ef6df88e41bd766e3d8 /etc | |
parent | 68e42965775d31b5ace444812c7f9123cf5ab995 (diff) |
document machdep.kbdreset
Diffstat (limited to 'etc')
-rw-r--r-- | etc/etc.i386/sysctl.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/etc.i386/sysctl.conf b/etc/etc.i386/sysctl.conf index d94895a39d7..b81cea709b5 100644 --- a/etc/etc.i386/sysctl.conf +++ b/etc/etc.i386/sysctl.conf @@ -1,2 +1,3 @@ #machdep.allowaperture=1 # 1=On i386, permit access to aperture driver for XFree86 #machdep.apmwarn=10 # battery % when apm status messages enabled +#machdep.kbdreset=1 # permit CTRL-ALT-DEL on console to do a nice halt |