diff options
author | Per Fogelstrom <pefo@cvs.openbsd.org> | 1996-07-18 17:02:01 +0000 |
---|---|---|
committer | Per Fogelstrom <pefo@cvs.openbsd.org> | 1996-07-18 17:02:01 +0000 |
commit | df5e477dd5db9f30c6f107deba4634891e5177b6 (patch) | |
tree | bf632ee849b63e1d87954362f1e38af78c6cd2d8 /sys/arch/arc/dev | |
parent | 8d89a2859cec232a2b5915f393fe8d72258090ed (diff) |
Fix. Speed is not initialized. XXX check.
Diffstat (limited to 'sys/arch/arc/dev')
-rw-r--r-- | sys/arch/arc/dev/ace.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/arc/dev/ace.c b/sys/arch/arc/dev/ace.c index ef0bd7dcb13..10f7939756c 100644 --- a/sys/arch/arc/dev/ace.c +++ b/sys/arch/arc/dev/ace.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ace.c,v 1.2 1996/06/24 20:05:35 pefo Exp $ */ +/* $OpenBSD: ace.c,v 1.3 1996/07/18 17:02:00 pefo Exp $ */ /* $NetBSD: com.c,v 1.82.4.1 1996/06/02 09:08:00 mrg Exp $ */ /*- @@ -1212,7 +1212,7 @@ comparam(tp, t) * Set the FIFO threshold based on the receive speed, if we are * changing it. */ -#if 1 +#if 0 /* XXX CHECK WHY SPEED IS NOT INIT CORRECTLY */ if (tp->t_ispeed != t->c_ispeed) { #else if (1) { |