summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k/dev
diff options
context:
space:
mode:
authorSteve Murphree <smurph@cvs.openbsd.org>1999-10-04 04:23:42 +0000
committerSteve Murphree <smurph@cvs.openbsd.org>1999-10-04 04:23:42 +0000
commitda9cfceeb186f8b4d46709730f19b32fbad521f7 (patch)
treecdbe52521e5a4eb522473e5f499571094081cd9c /sys/arch/mvme68k/dev
parent2871b20053cbb71e0e3fb685f1d02d5f0206880e (diff)
Fixed garbled dmesg.
Diffstat (limited to 'sys/arch/mvme68k/dev')
-rw-r--r--sys/arch/mvme68k/dev/cl.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/mvme68k/dev/cl.c b/sys/arch/mvme68k/dev/cl.c
index b329589990a..7959032ec6b 100644
--- a/sys/arch/mvme68k/dev/cl.c
+++ b/sys/arch/mvme68k/dev/cl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cl.c,v 1.16 1997/07/27 08:16:35 deraadt Exp $ */
+/* $OpenBSD: cl.c,v 1.17 1999/10/04 04:23:41 smurph Exp $ */
/*
* Copyright (c) 1995 Dale Rahn. All rights reserved.
@@ -272,14 +272,14 @@ clattach(parent, self, aux)
if (ca->ca_paddr == cl_cons.cl_paddr) {
/* if this device is configured as console,
* line cl_cons.channel is the console */
- sc->sc_cl[cl_cons.channel].cl_consio = 1;
+ sc->sc_cl[0].cl_consio = 1;
printf(" console");
} else {
/* reset chip only if we are not console device */
/* wait for GFRCR */
}
/* allow chip to settle before continuing */
- delay(50);
+ delay(800);
/* set up global registers */
sc->cl_reg->cl_tpr = CL_TIMEOUT;