commit | 15084a4a63bc300c18b28a8a9afac870c552abce | [log] [tgz] |
---|---|---|
author | Jack Hammer <jack_hammer@adaptec.com> | Tue Jan 24 14:43:41 2006 -0500 |
committer | James Bottomley <jejb@mulgrave.(none)> | Thu Jan 26 08:18:23 2006 -0500 |
tree | 0809ff6ec0a1bee755dce7a42f79c73eddb8f85f | |
parent | 77427f514f88143bfef41ba8c1e624bc45f42297 [diff] |
[SCSI] ips soft lockup during reset/initialization Resetting the adapter causes the ServeRAID driver to exceed the max time allowed by the softlock watchdog. Resetting the hardware can easily require 30 or more seconds. To avoid the "BUG: soft lockup detected on CPU#0!" result, this patch replaces the mdelay() calls in the initialization/reset routines with msleep(). Signed-off-by: Jack Hammer <jack_hammer@adaptec.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>