> > - if(SCSEM(SCpnt)) > > + if(SCDATA(SCpnt) && SCSEM(SCpnt)) > > Thanks (sorry for the delay in my response) - with this patch, it gets > a little further (by about 30 seconds). Now I'm getting an Oops (NULL > pointer again) in busfree_run: Thanks. It actually looks like the code shouldnt be freeing the command private data at all in the abort path. Try dropping that out entirely ? - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to [EMAIL PROTECTED]

