Hi all, this patchset is a split off from the original patchset to rework SCSI EH function parameters. As it's pretty much independent and an improvement to the existing EH callback function, so I'm posting it separately. As usual, comments and reviews are welcome. Hannes Reinecke (7): aacraid: split off functions to generate reset FIB aacraid: split off host reset aacraid: split off device, target, and bus reset aacraid: use aac_tmf_callback for reset fib aacraid: enable sending of TMFs from aac_hba_send() aacraid: add fib flag to mark scsi command callback aacraid: complete all commands during bus reset drivers/scsi/aacraid/aacraid.h | 1 + drivers/scsi/aacraid/commsup.c | 3 +- drivers/scsi/aacraid/linit.c | 318 ++++++++++++++++++++++++++++++----------- 3 files changed, 235 insertions(+), 87 deletions(-) -- 1.8.5.6