Re: [PATCH 1/2] scsi error: add target reset eh handler

2007-12-26 Thread Mike Christie
James Bottomley wrote: On Tue, 2007-12-18 at 22:11 -0600, [EMAIL PROTECTED] wrote: From: Mike Christie <[EMAIL PROTECTED]> Drivers like qla4xxx and bnx2i (and it looks like some fcp drivers too), want to be able to send a lun reset in the eh device handler and then a target reset in some other

Re: [PATCH 1/2] scsi error: add target reset eh handler

2007-12-21 Thread James Bottomley
On Tue, 2007-12-18 at 22:11 -0600, [EMAIL PROTECTED] wrote: > From: Mike Christie <[EMAIL PROTECTED]> > > Drivers like qla4xxx and bnx2i (and it looks like some fcp drivers too), > want to be able to send a lun reset in the eh device handler and then a > target reset in some other handler. The ol