Commit fdb1dfbc authored by Dave Jones's avatar Dave Jones Committed by James Bottomley

[PATCH] sun3 updates from 2.4

parent e34b1b85
......@@ -543,7 +543,7 @@ static int sun3scsi_dma_finish(int write_flag)
#if 1
// check to empty the fifo on a read
if(!write_flag) {
int tmo = 200000; /* 2 sec */
int tmo = 20000; /* .2 sec */
while(1) {
if(dregs->csr & CSR_FIFO_EMPTY)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment