summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsmurph <smurph@openbsd.org>1999-10-04 04:23:41 +0000
committersmurph <smurph@openbsd.org>1999-10-04 04:23:41 +0000
commit1ebc526c89e87d8ffbbdb7166e1dbc9d1c7dcb9a (patch)
treed3864f4ed7f9a5fa37fc605a80f8b0652af423bb
parentand... blowfish is external now too (diff)
downloadwireguard-openbsd-1ebc526c89e87d8ffbbdb7166e1dbc9d1c7dcb9a.tar.xz
wireguard-openbsd-1ebc526c89e87d8ffbbdb7166e1dbc9d1c7dcb9a.zip
Fixed garbled dmesg.
-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;