summaryrefslogtreecommitdiffstats
path: root/share/man/man4/man4.i386
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2005-05-07 13:42:15 +0000
committerbrueffer <brueffer@FreeBSD.org>2005-05-07 13:42:15 +0000
commitbffcbbf41fe5f2fd2a3481edbfc4939fad612e3d (patch)
tree8fd3a9d6781e40634e4d4f172e8f00f7ee825ced /share/man/man4/man4.i386
parent817f64ce9c669428ceec56aaa490d144fd69eabc (diff)
downloadFreeBSD-src-bffcbbf41fe5f2fd2a3481edbfc4939fad612e3d.zip
FreeBSD-src-bffcbbf41fe5f2fd2a3481edbfc4939fad612e3d.tar.gz
Manual page for the acpi_ibm(4) hotkey driver.
Diffstat (limited to 'share/man/man4/man4.i386')
-rw-r--r--share/man/man4/man4.i386/Makefile1
-rw-r--r--share/man/man4/man4.i386/acpi_ibm.487
2 files changed, 88 insertions, 0 deletions
diff --git a/share/man/man4/man4.i386/Makefile b/share/man/man4/man4.i386/Makefile
index f5bdeb3..41ae75e 100644
--- a/share/man/man4/man4.i386/Makefile
+++ b/share/man/man4/man4.i386/Makefile
@@ -2,6 +2,7 @@
MAN= acpi_asus.4 \
acpi_fujitsu.4 \
+ acpi_ibm.4 \
acpi_panasonic.4 \
acpi_toshiba.4 \
aic.4 \
diff --git a/share/man/man4/man4.i386/acpi_ibm.4 b/share/man/man4/man4.i386/acpi_ibm.4
new file mode 100644
index 0000000..0d1fe6c
--- /dev/null
+++ b/share/man/man4/man4.i386/acpi_ibm.4
@@ -0,0 +1,87 @@
+.\" Copyright (c) 2005 Christian Brueffer
+.\" All rights reserved.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\" notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\" notice, this list of conditions and the following disclaimer in the
+.\" documentation and/or other materials provided with the distribution.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+.\" SUCH DAMAGE.
+.\"
+.\" $FreeBSD$
+.\"
+.Dd May 7, 2005
+.Dt ACPI_IBM 4 i386
+.Os
+.Sh NAME
+.Nm acpi_ibm
+.Nd "ACPI hotkey driver for IBM laptops"
+.Sh SYNOPSIS
+.Cd "device acpi_ibm"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the hotkeys of IBM laptops.
+The main purpose of this driver is to provide an interface,
+accessible via
+.Xr sysctl 8 ,
+through which applications can determine the status of
+various laptop components.
+.Sh SYSCTLS
+The following sysctls are currently implemented:
+.Bl -tag -width indent
+.It Va dev.acpi_ibm.0.key_mask
+Current key mask.
+.It Va dev.acpi_ibm.0.version
+(read-only) Interface version of the
+.Nm
+driver.
+.It Va dev.acpi_ibm.0.avail_mask
+(read-only) Available key mask.
+.It Va dev.acpi_ibm.0.enable
+Toggle
+.Nm
+driver activity.
+.It Va dev.acpi_ibm.0.misckey
+(read-only) Status of the misc button.
+.It Va dev.acpi_ibm.0.brightness
+(read-only) Current brightness level of the display.
+.It Va dev.acpi_ibm.0.volume
+(read-only) Speaker volume.
+.It Va dev.acpi_ibm.0.mute
+(read-only) Indicates, whether the speakers are muted or not.
+.It Va dev.acpi_ibm.0.keylight
+(read-only) Indicates, whether the ThinkLight keyboard light is activated or not.
+.It Va dev.acpi_ibm.0.bluetooth
+Toggle Bluetooth chip activity.
+.It Va dev.acpi_ibm.0.wlan
+Toggle WLAN chip activity.
+.Sh SEE ALSO
+.Xr acpi 4 ,
+.Xr sysctl 8
+.Sh HISTORY
+The
+.Nm
+device driver first appeared in
+.Fx 5.5 .
+.Sh AUTHORS
+The
+.Nm
+driver was written by
+.An Takanori Watanabe Aq takawata@FreeBSD.org .
+This manual page was written by
+.An Christian Brueffer Aq brueffer@FreeBSD.org .
OpenPOWER on IntegriCloud