aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorPierre Beyssac <pb@FreeBSD.org>2000-11-09 17:25:49 +0000
committerPierre Beyssac <pb@FreeBSD.org>2000-11-09 17:25:49 +0000
commit256de9e9ec842c0ba5d57f9df0a19fa1f6946d07 (patch)
tree3bf96aa2923639b21f2bd6cefab8c3d743543300 /sys/dev
parent259515a1ec74abf55043550dc3e64e911bf11f4f (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/tx/if_tx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/tx/if_tx.c b/sys/dev/tx/if_tx.c
index 8c5a8dfccfee..008061141f95 100644
--- a/sys/dev/tx/if_tx.c
+++ b/sys/dev/tx/if_tx.c
@@ -768,6 +768,7 @@ epic_common_attach(sc)
/* Bring the chip out of low-power mode. */
CSR_WRITE_4( sc, GENCTL, GENCTL_SOFT_RESET);
+ DELAY(500);
/* Workaround for Application Note 7-15 */
for (i=0; i<16; i++) CSR_WRITE_4(sc, TEST1, TEST1_CLOCK_TEST);