summaryrefslogtreecommitdiff
path: root/share/man/man4/man4.sparc
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2009-05-20 18:22:34 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2009-05-20 18:22:34 +0000
commitae4392e18d464ca5c9974696dfc309c032c0830c (patch)
tree7b7ddb329ff1c5e9062099a6d93d1211543e3a3e /share/man/man4/man4.sparc
parentc18b8a1b0101be40280a8fa45d190b4d7dfa3dba (diff)
Add code to attach sun mice on sparc and sparc64 as wsmouse devices. Since
not all Sun mice run at the canonical 1200 bps, hop between 1200, 4800 and 9600 bps by paying attention to breaks on the line. Attachement and engine code written 7 years ago for OpenBSD/sparc, except for sparc64 com(4) attachment. Speed hop idea borrowed from Opensolaris. This allows sparc and sparc64 users to run X11 without needing a configuration file anymore, as it was in the XFree86 3.x days. Multihead configurations will still need a minimal configuration file, though.
Diffstat (limited to 'share/man/man4/man4.sparc')
-rw-r--r--share/man/man4/man4.sparc/Makefile4
-rw-r--r--share/man/man4/man4.sparc/zs.411
2 files changed, 11 insertions, 4 deletions
diff --git a/share/man/man4/man4.sparc/Makefile b/share/man/man4/man4.sparc/Makefile
index 226c9c8099e..7534f5f17ef 100644
--- a/share/man/man4/man4.sparc/Makefile
+++ b/share/man/man4/man4.sparc/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.42 2005/03/09 18:58:52 miod Exp $
+# $OpenBSD: Makefile,v 1.43 2009/05/20 18:22:32 miod Exp $
# from: @(#)Makefile 8.2 (Berkeley) 2/16/94
MAN= agten.4 audioamd.4 audiocs.4 autoconf.4 auxreg.4 be.4 bpp.4 bwtwo.4 \
@@ -12,7 +12,7 @@ MLINKS= clock.4 oclock.4 \
le.4 lebuffer.4 le.4 ledma.4 \
mem.4 kmem.4 \
pninek.4 btcham.4 \
- zs.4 zskbd.4 zs.4 zstty.4
+ zs.4 zskbd.4 zs.4 zsms.4 zs.4 zstty.4
MANSUBDIR=sparc
diff --git a/share/man/man4/man4.sparc/zs.4 b/share/man/man4/man4.sparc/zs.4
index 124643e1774..8d95d87ba68 100644
--- a/share/man/man4/man4.sparc/zs.4
+++ b/share/man/man4/man4.sparc/zs.4
@@ -1,10 +1,10 @@
-.\" $OpenBSD: zs.4,v 1.19 2007/05/31 19:19:56 jmc Exp $
+.\" $OpenBSD: zs.4,v 1.20 2009/05/20 18:22:32 miod Exp $
.\"
.\" Copyright (c) 1998, 2002 The OpenBSD Project
.\" All rights reserved.
.\"
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: May 20 2009 $
.Dt ZS 4 sparc
.Os
.Sh NAME
@@ -23,6 +23,8 @@
.Cd "zstty* at zs?"
.Cd "zskbd* at zs?"
.Cd "wskbd* at zskbd?"
+.Cd "zsms* at zs?"
+.Cd "wsmouse* at zsms?"
.Cd "option SUNKBD_LAYOUT=XXX"
.Cd "option SUNKBD5_LAYOUT=XXX"
.Sh DESCRIPTION
@@ -41,6 +43,10 @@ The
.Nm zskbd
devices connect keyboard devices to the generic keyboard driver
.Nm wskbd .
+The
+.Nm zsms
+devices connect mice to the generic mouse driver
+.Nm wsmouse .
The remaining additional
.Nm zs
interfaces provide RS-423
@@ -154,6 +160,7 @@ option SUNKBD5_LAYOUT="KB_DE"
.Xr intro 4 ,
.Xr tty 4 ,
.Xr wskbd 4 ,
+.Xr wsmouse 4 ,
.Xr wsconsctl 8
.Sh HISTORY
The