summaryrefslogtreecommitdiff
path: root/sys/dev/sun
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-26 00:27:57 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-26 00:27:57 +0000
commit729a9d7ceffba9e7e741540048479eed9907601e (patch)
tree716f1614729ffc0b602e2fdfece3bc84b3e930b1 /sys/dev/sun
parent8102ec86d426fccfffa292d80d3e50914c22a932 (diff)
sync 0521
Diffstat (limited to 'sys/dev/sun')
-rw-r--r--sys/dev/sun/kbd.c6
-rw-r--r--sys/dev/sun/ms.c6
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/sun/kbd.c b/sys/dev/sun/kbd.c
index 4f5f5cbf6b4..51fc79a0d69 100644
--- a/sys/dev/sun/kbd.c
+++ b/sys/dev/sun/kbd.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: kbd.c,v 1.3 1996/04/21 22:26:10 deraadt Exp $ */
-/* $NetBSD: kbd.c,v 1.7 1996/04/10 21:44:58 gwr Exp $ */
+/* $OpenBSD: kbd.c,v 1.4 1996/05/26 00:27:49 deraadt Exp $ */
+/* $NetBSD: kbd.c,v 1.8 1996/05/17 19:32:06 gwr Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -247,7 +247,7 @@ kbd_attach(parent, self, aux)
printf("\n");
/* Initialize the speed, etc. */
- tconst = BPS_TO_TCONST(cs->cs_pclk_div16, KBD_BPS);
+ tconst = BPS_TO_TCONST(cs->cs_brg_clk, KBD_BPS);
s = splzs();
if (k->k_isconsole == 0) {
/* Not the console; may need reset. */
diff --git a/sys/dev/sun/ms.c b/sys/dev/sun/ms.c
index a176c06bdcb..cf28bde08b2 100644
--- a/sys/dev/sun/ms.c
+++ b/sys/dev/sun/ms.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: ms.c,v 1.3 1996/04/21 22:26:13 deraadt Exp $ */
-/* $NetBSD: ms.c,v 1.5 1996/04/10 21:45:01 gwr Exp $ */
+/* $OpenBSD: ms.c,v 1.4 1996/05/26 00:27:50 deraadt Exp $ */
+/* $NetBSD: ms.c,v 1.6 1996/05/17 19:32:09 gwr Exp $ */
/*
* Copyright (c) 1992, 1993
@@ -195,7 +195,7 @@ ms_attach(parent, self, aux)
printf("\n");
/* Initialize the speed, etc. */
- tconst = BPS_TO_TCONST(cs->cs_pclk_div16, MS_BPS);
+ tconst = BPS_TO_TCONST(cs->cs_brg_clk, MS_BPS);
s = splzs();
/* May need reset... */
reset = (channel == 0) ?