On Fri, Jan 19, 2001 at 05:27:39PM +0100, Klaus Naumann wrote:
> I have a Compaq DL360 here and a Qlogic FC card in it.
> ...
> So it's looking like the machine hangs while
> it's probably just very slowly going throgh this loop.

Both the qla2x00 driver and the older qlogicfc drivers had busy wait
loops that effectively hung your system for at least 15 seconds, maybe
more at boot (the mouse locks up, etc).  The solution was to introduce
schedule_timeout() calls into the code.

I sent Qlogic the diffs, but as of the 2.15 version of qla2100.c, they
were not incorporated.

Check http://www.iol.unh.edu/linux/index.html for the latest qlogicfc
driver.
-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]

Reply via email to