On Mon, 2006-01-09 at 04:06 -0800, Andrew Morton wrote: > While doing a binary search for a buggy patch (it was > gregkh-pci-x86-pci-domain-support-the-meat.patch, reported on > linux-kernel), I hit the below. This is a hard one to solve thanks to Justin and his idiot my driver knows best policies. The problem is essentially that recovery can take time and the mid-layer will get impatient and use a bigger hammer. Justin, therefore, tries to hold of the timeout until recovery has finished (which can apparently take forever in his driver). Just pulling out the timer adjustment might be a welcome cosmetic fix, but it won't solve the underlying problem: we'll have the mid-layer thinking the command is aborted and the aic driver still trying to process it. James - : send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html