summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1995-10-18 17:34:41 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1995-10-18 17:34:41 +0000
commit785a4743ea12727b94ca8857369b13b6436e81de (patch)
treea2a719538a32cd1f3c032a8f59511b4010f55884 /sys
parent2911dd665ac9b5d0981c2a31acbdd128bc511847 (diff)
mice run at 8 bit
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/sparc/dev/ms.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arch/sparc/dev/ms.c b/sys/arch/sparc/dev/ms.c
index ad040902cc7..65e468866bb 100644
--- a/sys/arch/sparc/dev/ms.c
+++ b/sys/arch/sparc/dev/ms.c
@@ -254,6 +254,7 @@ msopen(dev, flags, mode, p)
/* We need to set the baud rate on the mouse. */
ms_softc.ms_mouse->t_ispeed =
ms_softc.ms_mouse->t_ospeed = 1200;
+ ms_softc.ms_mouse->t_cflag = CS8;
}
#endif