diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2003-02-17 23:12:51 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2003-02-17 23:12:51 +0000 |
commit | 2d1362a041be2af1381286e1c3fce2ee1d46d01a (patch) | |
tree | 447b8a5a7232c2572bb389e8a55ef4bf9697d8e5 /share/man | |
parent | 88df2ce1522c1891eeaf62a8c735602177caeb41 (diff) |
pms at gsckbc updates...
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/man4.hppa/gsckbc.4 | 8 | ||||
-rw-r--r-- | share/man/man4/pms.4 | 11 |
2 files changed, 12 insertions, 7 deletions
diff --git a/share/man/man4/man4.hppa/gsckbc.4 b/share/man/man4/man4.hppa/gsckbc.4 index c4789460d54..56de9f1ee48 100644 --- a/share/man/man4/man4.hppa/gsckbc.4 +++ b/share/man/man4/man4.hppa/gsckbc.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gsckbc.4,v 1.1 2003/01/31 23:03:12 miod Exp $ +.\" $OpenBSD: gsckbc.4,v 1.2 2003/02/17 23:12:50 miod Exp $ .\" .\" Copyright (c) 2003, Miodrag Vallat. .\" All rights reserved. @@ -33,7 +33,7 @@ .Sh SYNOPSIS .Cd "gsckbc* at gsc? irq 26" .Cd "gsckbd* at gsckbc?" -.\" .Cd "gsms* at gsckbc?" +.Cd "pms* at gsckbc?" .Sh DESCRIPTION The .Nm @@ -48,5 +48,5 @@ port or the port. .Sh SEE ALSO .Xr gsc 4 , -.Xr gsckbd 4 -.\" .Xr gscms 4 +.Xr gsckbd 4 , +.Xr pms 4 diff --git a/share/man/man4/pms.4 b/share/man/man4/pms.4 index 9bdf59d08b4..9116c11a56e 100644 --- a/share/man/man4/pms.4 +++ b/share/man/man4/pms.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pms.4,v 1.7 2002/09/26 22:09:53 miod Exp $ +.\" $OpenBSD: pms.4,v 1.8 2003/02/17 23:12:49 miod Exp $ .\" $NetBSD: pms.4,v 1.4 2000/07/05 15:45:34 msaitoh Exp $ .\" .\" Copyright (c) 1993 Christopher G. Demetriou @@ -42,6 +42,7 @@ .Nd PS/2 auxiliary port mouse driver .Sh SYNOPSIS .Cd "pms* at pckbc?" +.Cd "pms* at gsckbc?" Pq "hppa" .Cd "pmsi* at pckbc?" .Cd "wsmouse* at pms?" .Cd "wsmouse* at pmsi?" @@ -51,9 +52,12 @@ The drivers provide an interface to PS/2 auxiliary port mice within the .Xr wscons 4 framework. -Parent device in terms of the autoconfiguration framework is +Parent device in terms of the autoconfiguration framework can be +either +.Xr gsckbc 4 , +the PS/2 input port controller found on hppa machines, or .Xr pckbc 4 , -the PC keyboard controller. +the standard PC keyboard controller found on most other machines. .Dq pms is a generic driver which supports 2 coordinate axes and 3 buttons. The @@ -65,6 +69,7 @@ Mouse related data are accessed by .Xr wsmouse 4 devices. .Sh SEE ALSO +.Xr gsckbc 4 , .Xr intro 4 , .Xr lms 4 , .Xr mms 4 , |