summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConstantine A. Murenin <cnst@cvs.openbsd.org>2009-08-12 14:58:35 +0000
committerConstantine A. Murenin <cnst@cvs.openbsd.org>2009-08-12 14:58:35 +0000
commita7e5a1a9e591b89d53a226dd10d844bb13065a57 (patch)
tree2f9135f6bf59cfa9ab73166fe7e58fb41f436f87
parent2fecdb755746b90f914eb6293ba03f3d1c6bd93b (diff)
lisa(4) manual page
-rw-r--r--share/man/man4/Makefile4
-rw-r--r--share/man/man4/iic.46
-rw-r--r--share/man/man4/lisa.471
3 files changed, 77 insertions, 4 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 74dae3243b7..5c33311043e 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.488 2009/08/09 12:52:51 dlg Exp $
+# $OpenBSD: Makefile,v 1.489 2009/08/12 14:58:34 cnst Exp $
MAN= aac.4 ac97.4 acphy.4 \
acpi.4 acpiac.4 acpiasus.4 acpibat.4 acpibtn.4 acpicpu.4 acpidock.4 \
@@ -28,7 +28,7 @@ MAN= aac.4 ac97.4 acphy.4 \
iopsp.4 ip.4 ip6.4 ipcomp.4 ipgphy.4 ipmi.4 ips.4 ipsec.4 ipw.4 \
isa.4 isagpio.4 isapnp.4 isp.4 it.4 iwi.4 iwn.4 ix.4 ixgb.4 \
jmb.4 jme.4 jmphy.4 \
- kate.4 km.4 ksyms.4 kue.4 lc.4 lge.4 lii.4 lkm.4 lm.4 \
+ kate.4 km.4 ksyms.4 kue.4 lc.4 lge.4 lii.4 lisa.4 lkm.4 lm.4 \
lmc.4 lmenv.4 lmn.4 lmtemp.4 lo.4 lofn.4 lpt.4 lxtphy.4 luphy.4 \
maestro.4 mainbus.4 malo.4 maxds.4 maxtmp.4 mbg.4 midi.4 mii.4 mfi.4 \
moscom.4 mos.4 mpe.4 mpath.4 mpi.4 mpu.4 msk.4 msts.4 mtd.4 mtdphy.4 \
diff --git a/share/man/man4/iic.4 b/share/man/man4/iic.4
index 08af0e6e563..dd6a3de6ada 100644
--- a/share/man/man4/iic.4
+++ b/share/man/man4/iic.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: iic.4,v 1.74 2008/09/10 16:13:43 reyk Exp $
+.\" $OpenBSD: iic.4,v 1.75 2009/08/12 14:58:34 cnst Exp $
.\"
.\" Copyright (c) 2004, 2006 Alexander Yurchenko <grange@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: September 10 2008 $
+.Dd $Mdocdate: August 12 2009 $
.Dt IIC 4
.Os
.Sh NAME
@@ -136,6 +136,8 @@ Apple Fan Control Unit sensor device
Fintek F75375 temperature sensor
.It Xr glenv 4
Genesys Logic GL518SM temperature, voltage, and fan sensor
+.It Xr lisa 4
+STMicroelectronics LIS331DL MEMS motion sensor
.It Xr lm 4
National Semiconductor LM78/79/81 temperature, voltage, and fan sensor
.It Xr lmenv 4
diff --git a/share/man/man4/lisa.4 b/share/man/man4/lisa.4
new file mode 100644
index 00000000000..b484f8c25c4
--- /dev/null
+++ b/share/man/man4/lisa.4
@@ -0,0 +1,71 @@
+.\" $OpenBSD: lisa.4,v 1.1 2009/08/12 14:58:34 cnst Exp $
+.\"
+.\" Copyright (c) 2009 Constantine A. Murenin <cnst+openbsd@bugmail.mojo.ru>
+.\"
+.\" Permission to use, copy, modify, and distribute this software for any
+.\" purpose with or without fee is hereby granted, provided that the above
+.\" copyright notice and this permission notice appear in all copies.
+.\"
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+.\"
+.Dd $Mdocdate: August 12 2009 $
+.Dt LISA 4
+.Os
+.Sh NAME
+.Nm lisa
+.Nd STMicroelectronics LIS331DL MEMS motion sensor
+.Sh SYNOPSIS
+.Cd "lisa* at iic?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the ST LIS331DL
+3-axis digital output accelerometer.
+A total of 3 sensors are provided, one for each axis
+(X, Y and Z).
+Each reading from LIS331DL is represented by an
+8-bit 2's complement number.
+.Pp
+Sensor values are made available through the
+.Dv HW_SENSORS
+.Xr sysctl 3
+interface,
+and can be monitored with the
+.Xr systat 1
+.Ar sensors
+view,
+.Xr sensorsd 8
+and
+.Xr sysctl 8
+.Ar hw.sensors .
+.Sh SEE ALSO
+.Xr systat 1 ,
+.Xr sysctl 3 ,
+.Xr iic 4 ,
+.Xr intro 4 ,
+.Xr sensorsd 8 ,
+.Xr sysctl 8
+.Rs
+.%T LIS331DL MEMS motion sensor
+.%N Rev 3
+.%D April 2008
+.%I STMicroelectronics
+.\" .%O http://www.stm.com/stonline/products/literature/ds/13951.pdf
+.Re
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Ox 4.7 .
+.Sh AUTHORS
+The
+.Nm
+driver was written by
+.An Constantine A. Murenin Aq cnst@openbsd.org ,
+University of Waterloo.