Hi, It's the third REDIFF, the last is coming... Hope that helps, Gustavo Franco --- drivers/scsi/megaraid.c.orig 2004-04-28 20:46:06.000000000 -0300 +++ drivers/scsi/megaraid.c 2004-04-28 20:47:18.000000000 -0300 @@ -1691,7 +1691,8 @@ for (counter = 0; counter < 10000; counter++) { if (!mbox->m_in.busy) return 0; - udelay(100); yield(1); + set_current_state(TASK_INTERRUPTIBLE); + schedule_timeout(1); } return -1; /* give up after 1 second */ }