summaryrefslogtreecommitdiffstats
path: root/sys/dev/isa/files.isa
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2005-08-05 03:52:32 +0000
committerjsg <jsg@openbsd.org>2005-08-05 03:52:32 +0000
commit4569cca6b40de51cad697b362411cc2532e711fe (patch)
treef90adc70299ca096a53add62b08cee2c60901597 /sys/dev/isa/files.isa
parenttypo (diff)
downloadwireguard-openbsd-4569cca6b40de51cad697b362411cc2532e711fe.tar.xz
wireguard-openbsd-4569cca6b40de51cad697b362411cc2532e711fe.zip
Start of a driver for the "Active Protection System" accelerometer
found in recentish ThinkPads. Sensors are reported via hw.sensors in sysctl but sensor numbers and presence is likely to change. Units and use of all of the sensors is not yet known as IBM has not released any documentation. Driver is based on information reverse engineered from the windows driver by Anurag Sharma and Mark Smith. "commit the code" deraadt@
Diffstat (limited to 'sys/dev/isa/files.isa')
-rw-r--r--sys/dev/isa/files.isa7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/isa/files.isa b/sys/dev/isa/files.isa
index 8e29afbd394..219a00962e4 100644
--- a/sys/dev/isa/files.isa
+++ b/sys/dev/isa/files.isa
@@ -1,4 +1,4 @@
-# $OpenBSD: files.isa,v 1.90 2005/07/28 20:12:13 grange Exp $
+# $OpenBSD: files.isa,v 1.91 2005/08/05 03:52:32 jsg Exp $
# $NetBSD: files.isa,v 1.21 1996/05/16 03:45:55 mycroft Exp $
#
# Config file and device description for machine-independent ISA code.
@@ -398,6 +398,11 @@ device viasio
attach viasio at isa
file dev/isa/viasio.c viasio
+# ThinkPad Active Protection System accelerometer
+device aps
+attach aps at isa
+file dev/isa/aps.c aps
+
#
# PCMCIA PCIC (i82365SL and compatibles):
#