summaryrefslogtreecommitdiffstats
path: root/sys/dev/i2c/files.i2c
diff options
context:
space:
mode:
authorcnst <cnst@openbsd.org>2009-08-12 14:51:20 +0000
committercnst <cnst@openbsd.org>2009-08-12 14:51:20 +0000
commit143beb10e8ff221a3fd362bb03427c0bd87f96cc (patch)
treef7ae92f249c9328864c792f6ca3a15b2436ca101 /sys/dev/i2c/files.i2c
parentif we get dangerously low on clusters during interrupts, we need (diff)
downloadwireguard-openbsd-143beb10e8ff221a3fd362bb03427c0bd87f96cc.tar.xz
wireguard-openbsd-143beb10e8ff221a3fd362bb03427c0bd87f96cc.zip
New lisa(4) driver for ST LIS331DL accelerometer in HP 2133 Mini-Note PC; ok deraadt
Diffstat (limited to 'sys/dev/i2c/files.i2c')
-rw-r--r--sys/dev/i2c/files.i2c7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/i2c/files.i2c b/sys/dev/i2c/files.i2c
index 79143eaebe1..2c9d3ef8c51 100644
--- a/sys/dev/i2c/files.i2c
+++ b/sys/dev/i2c/files.i2c
@@ -1,4 +1,4 @@
-# $OpenBSD: files.i2c,v 1.46 2008/04/21 04:48:25 deraadt Exp $
+# $OpenBSD: files.i2c,v 1.47 2009/08/12 14:51:20 cnst Exp $
# $NetBSD: files.i2c,v 1.3 2003/10/20 16:24:10 briggs Exp $
define i2c {[addr = -1], [size = -1]}
@@ -161,3 +161,8 @@ file dev/i2c/sdtemp.c sdtemp
device adtfsm
attach adtfsm at i2c
file dev/i2c/adt7462.c adtfsm
+
+# STMicroelectronics LIS331DL MEMS motion sensor
+device lisa
+attach lisa at i2c
+file dev/i2c/lis331dl.c