summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Norum <WENorum@lbl.gov>2004-10-13 00:10:18 +0000
committerEric Norum <WENorum@lbl.gov>2004-10-13 00:10:18 +0000
commit728abc471a665bf5d6ecd33c11a76f12ca06a5f2 (patch)
tree59121cd55e4b30592537d43a085d8125cda54a43
parentAvoid lockup during initialization. (diff)
downloadrtems-728abc471a665bf5d6ecd33c11a76f12ca06a5f2.tar.bz2
Remove delay.
-rw-r--r--c/src/libchip/network/if_fxp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/c/src/libchip/network/if_fxp.c b/c/src/libchip/network/if_fxp.c
index de6df58e2e..1cf63fb91a 100644
--- a/c/src/libchip/network/if_fxp.c
+++ b/c/src/libchip/network/if_fxp.c
@@ -1681,7 +1681,6 @@ fxp_init(void *xsc)
struct fxp_cb_tx *txp;
int i, prm, s;
-rtems_task_wake_after(100);
DBGLVL_PRINTK(2,"fxp_init called\n");
s = splimp();