diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2005-08-05 03:52:33 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2005-08-05 03:52:33 +0000 |
commit | 14214d82b691f19a6b7a0ce009cd927660657721 (patch) | |
tree | 4dbebe1a6dbdc71be92b17ee06ad046a25baabc3 /share/man/man4/Makefile | |
parent | f8c05085cc9019a622bed50e4b27afec1423dcee (diff) |
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 'share/man/man4/Makefile')
-rw-r--r-- | share/man/man4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 1a54cae6a1d..0de621c9c43 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.308 2005/08/03 14:50:18 mickey Exp $ +# $OpenBSD: Makefile,v 1.309 2005/08/05 03:52:32 jsg Exp $ MAN= aac.4 ac97.4 acphy.4 addcom.4 adv.4 aha.4 ahb.4 ahc.4 ahd.4 \ - aic.4 amdpm.4 ami.4 amphy.4 an.4 aria.4 ast.4 atalk.4 \ + aic.4 amdpm.4 ami.4 amphy.4 an.4 aps.4 aria.4 ast.4 atalk.4 \ atapiscsi.4 ath.4 atu.4 atw.4 audio.4 aue.4 auich.4 autri.4 \ auvia.4 awi.4 axe.4 az.4 bce.4 bge.4 bha.4 bio.4 bktr.4 \ bmtphy.4 boca.4 bpf.4 brgphy.4 bridge.4 cac.4 cardbus.4 \ |