diff options
-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) { |