commit | 03ab2eabed74708c0c74163723007e8e72244219 | [log] [tgz] |
---|---|---|
author | andrew.vasquez@qlogic.com <andrew.vasquez@qlogic.com> | Fri Jan 13 17:05:05 2006 -0800 |
committer | James Bottomley <jejb@mulgrave.(none)> | Sat Jan 14 10:55:27 2006 -0600 |
tree | ba997c13673d54e669676edb35506ab5ed3cd6a2 | |
parent | e038a1be22bef90795c5239d1563609b89c3aa18 [diff] |
[SCSI] qla2xxx: Use msleep() as delay during ISP polling. Mailbox commands are polled for completion during ISP initialization. During potentially 'long' mailbox commands (i.e. fabric login), we really don't want a busy-wait delay to potentially trigger a (benign) soft-lockup BUG(). Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>