diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-07-31 21:58:56 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-07-31 21:58:56 +0000 |
commit | 421b5d66c9723ebec2990982ee9ce1eea376fab7 (patch) | |
tree | a5a40328df412094917c04c0d85463cb4f875325 /share | |
parent | 6ec13b7e0df11d25f78b25dd14bcc0479b695dc9 (diff) |
Sync with reality.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/man4.vax/dz.4 | 19 | ||||
-rw-r--r-- | share/man/man4/man4.vax/lkkbd.4 | 29 |
2 files changed, 41 insertions, 7 deletions
diff --git a/share/man/man4/man4.vax/dz.4 b/share/man/man4/man4.vax/dz.4 index 65f45103517..e3e932da803 100644 --- a/share/man/man4/man4.vax/dz.4 +++ b/share/man/man4/man4.vax/dz.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dz.4,v 1.9 2003/06/02 23:30:14 millert Exp $ +.\" $OpenBSD: dz.4,v 1.10 2006/07/31 21:58:55 miod Exp $ .\" $NetBSD: dz.4,v 1.3 1996/03/03 17:13:29 thorpej Exp $ .\" .\" Copyright (c) 1980, 1991 Regents of the University of California. @@ -30,7 +30,7 @@ .\" .\" from: @(#)dz.4 6.3 (Berkeley) 3/27/91 .\" -.Dd March 27, 1991 +.Dd July 31, 2006 .Dt DZ 4 vax .Os .Sh NAME @@ -42,6 +42,8 @@ multiplexer device interface .Cd "dz0 at uba0 csr 0160100" .Cd "dz0 at vsbus0 csr 0x200a0000" Pq "DC-367" .Cd "dz0 at vsbus0 csr 0x25000000" Pq "VS4000/90 4000/10x MV3100/9x" +.Cd "lkkbd0 at dz0 line 0" +.Cd "lkms0 at dz0 line 1" .Sh DESCRIPTION A .Tn DZ-11 @@ -87,9 +89,16 @@ and switches between the use of character-at-a-time interrupts and input silos. While the silo is enabled during periods of high-speed input, the driver polls for input 30 times per second. +.Pp +On VAXstation systems, lines 0 and 1 are tied to the keyboard and mouse +connectors, which are driven by the +.Nm lkkbd +and +.Nm lkms +drivers, respectively. .Sh FILES -.Bl -tag -width /dev/tty[0-9][0-9]xx -compact -.It Pa /dev/tty[0-9][0-9] +.Bl -tag -width /dev/tty0[0-7] -compact +.It Pa /dev/tty0[0-7] dialups .El .Sh DIAGNOSTICS @@ -105,6 +114,8 @@ It is not serious. .El .Sh SEE ALSO .Xr intro 4 , +.Xr lkkbd 4 , +.Xr lkms 4 , .Xr tty 4 , .Xr uba 4 , .Xr vsbus 4 diff --git a/share/man/man4/man4.vax/lkkbd.4 b/share/man/man4/man4.vax/lkkbd.4 index 3ab3a0be8e3..9219ca6fae2 100644 --- a/share/man/man4/man4.vax/lkkbd.4 +++ b/share/man/man4/man4.vax/lkkbd.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lkkbd.4,v 1.4 2004/09/30 19:59:28 mickey Exp $ +.\" $OpenBSD: lkkbd.4,v 1.5 2006/07/31 21:58:55 miod Exp $ .\" .\" Copyright (c) 2003 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -24,7 +24,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd March 6, 2003 +.Dd July 31, 2006 .Dt LKKBD 4 vax .Os .Sh NAME @@ -36,7 +36,7 @@ .Sh DESCRIPTION The .Nm -driver provides support for DEC LK200 and LK400 keyboards hooked up to +driver provides support for DEC LK201 and LK401 keyboards connected to .Xr dz 4 serial controllers within the .Xr wscons 4 @@ -46,3 +46,26 @@ framework. .Xr intro 4 , .Xr wscons 4 , .Xr wskbd 4 +.\" when international layouts are added +.\" .Xr wsconsctl 8 +.Sh CAVEATS +The LK-201 keyboard does not have a +.Dq Meta +or +.Dq Alt +key. +For convenience, +.Ox +handles the +.Dq Compose +key as an +.Dq Alt +key, unless the +.Dq Shift +key is pressed as well. +.Pp +LK-401 keyboards have two +.Dq Alt +keys and two +.Dq Compose +keys, and do not exhibit this particular behaviour. |