public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* RFC: add target reset handler to scsi_error.c
@ 2007-12-19  4:11 michaelc
  2007-12-19  4:11 ` [PATCH 1/2] scsi error: add target reset eh handler michaelc
  0 siblings, 1 reply; 6+ messages in thread
From: michaelc @ 2007-12-19  4:11 UTC (permalink / raw)
  To: linux-scsi

These patches add a target reset handler to scsi_error.c's error
handler. It is needed because drivers like qla4xxx either have to
do a target reset in the eh_device_reset_handler then do some
tricks so that when that handler is called again we do not send
extra resets, or the driver has to do its own loop in the bus
or host reset handler that loops over the host's targets and sends a
target reset for each target.

Patches were made over scsi-misc.



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-12-27  3:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-19  4:11 RFC: add target reset handler to scsi_error.c michaelc
2007-12-19  4:11 ` [PATCH 1/2] scsi error: add target reset eh handler michaelc
2007-12-19  4:11   ` [PATCH 2/2] qla4xxx: Add target reset functionality michaelc
2007-12-21 21:26     ` David Somayajulu
2007-12-21 21:36   ` [PATCH 1/2] scsi error: add target reset eh handler James Bottomley
2007-12-27  3:21     ` Mike Christie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox