--- wikisrc/users/mbalmer/keylock.mdwn 2009/12/29 09:25:41 1.3 +++ wikisrc/users/mbalmer/keylock.mdwn 2009/12/29 09:28:29 1.5 @@ -18,7 +18,8 @@ can access them through the hw.keyloc The following components have been added: -* '''{{manual page|gpiolock|4|}}''' a driver for GPIO attached keylocks. +* [gpiolock(4)](http://netbsd.gw.com/cgi-bin/man-cgi?gpiolock+4+NetBSD-current) +a driver for GPIO attached keylocks. The driver registers with the in-kernel keylock "subsystem". See [gpiolock.c](http://cvsweb.de.netbsd.org/cgi-bin/cvsweb.cgi/src/sys/dev/gpio/gpiolock.c?rev=HEAD). @@ -36,7 +37,7 @@ model as well (e.g. to provide keylock s Useful e.g. for POS applications). The keylock state interpretation is done in -[keylock.c](http://cvsweb.de.netbsd.org/cgi-bin/cvsweb.cgi/src/sys/dev/keylock.c) +[keylock.c](http://cvsweb.de.netbsd.org/cgi-bin/cvsweb.cgi/src/sys/dev/keylock.c?rev=HEAD) and not in the driver itself. This allows for adding support for multiple keylocks in the future. The hw.keylock.pos and hw.keylock.npos sysctl variable have debugging