diff options
author | 1996-07-18 17:02:00 +0000 | |
---|---|---|
committer | 1996-07-18 17:02:00 +0000 | |
commit | bcb8a9effdfbbd1946fb09c2600fd24eff79fd34 (patch) | |
tree | 5245d2e4ffd40e339527949d88768b57e15af1d8 | |
parent | Endian macros added. (diff) | |
download | wireguard-openbsd-bcb8a9effdfbbd1946fb09c2600fd24eff79fd34.tar.xz wireguard-openbsd-bcb8a9effdfbbd1946fb09c2600fd24eff79fd34.zip |
Fix. Speed is not initialized. XXX check.
-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) { |