On Tue, 2006-02-28 at 11:17 -0800, Mike Anderson wrote: > I believe being on the list longer would solve the aic problem, but I have > not tried to a patch to do this. I am trying to get access to the system now. Actually, the problem is caused by a misordering of target_alloc, target_destroy. The aic target_alloc routine has a BUG_ON() to detect that the target entry is null (it's nulled in target_destroy). So, this could be fixed by moving the target_destroy callback, as well. I'll take a look at it and see what springs to mind. I'm leery of putting the list deletion in the release, because that could delay new target creation arbitrarily long ... 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