summaryrefslogtreecommitdiff
path: root/sys/dev/pci
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2000-11-22 17:51:15 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2000-11-22 17:51:15 +0000
commita27fd69a69d64736fd27f0b8521e3d17916c9b5f (patch)
tree03f3eedf6034b72664abd1f702d3f3cb43f8156a /sys/dev/pci
parentfa32d17335838c283364ebd6a1d4901b228201ab (diff)
even bigger delay in ram probe; deraadt@ ok
Diffstat (limited to 'sys/dev/pci')
-rw-r--r--sys/dev/pci/hifn7751.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/hifn7751.c b/sys/dev/pci/hifn7751.c
index 83350e08f28..b61bede8adf 100644
--- a/sys/dev/pci/hifn7751.c
+++ b/sys/dev/pci/hifn7751.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: hifn7751.c,v 1.52 2000/11/17 05:18:41 angelos Exp $ */
+/* $OpenBSD: hifn7751.c,v 1.53 2000/11/22 17:51:14 mickey Exp $ */
/*
* Invertex AEON / Hi/fn 7751 driver
@@ -709,7 +709,7 @@ hifn_writeramaddr(sc, addr, data, slot)
dma->dstr[slot].l = 8 | masks;
dma->resr[slot].l = HIFN_MAX_RESULT | masks;
- DELAY(1000); /* let write command execute */
+ DELAY(3000); /* let write command execute */
if (dma->resr[slot].l & HIFN_D_VALID) {
printf("%s: SRAM/DRAM detection error -- "
"result[%d] valid still set\n", sc->sc_dv.dv_xname, slot);