summaryrefslogtreecommitdiffstats
path: root/sys/pci
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci')
-rw-r--r--sys/pci/if_tx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/pci/if_tx.c b/sys/pci/if_tx.c
index 8c5a8df..0080611 100644
--- a/sys/pci/if_tx.c
+++ b/sys/pci/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);
OpenPOWER on IntegriCloud