]> git.baikalelectronics.ru Git - kernel.git/commit
[SCSI] scsi: Added support for adapter and firmware reset
authorVikas Chaudhary <vikas.chaudhary@qlogic.com>
Fri, 12 Aug 2011 09:51:28 +0000 (02:51 -0700)
committerJames Bottomley <JBottomley@Parallels.com>
Sat, 27 Aug 2011 14:36:46 +0000 (08:36 -0600)
commit4bf828acc8391fc5136a7372fc631a46f89d71ba
treec42de87060c88ed22224e828fbd81a83f33a03e7
parenta497511b272a7179b76106713566552d623b575b
[SCSI] scsi: Added support for adapter and firmware reset

Added new sysfs attr 'host_reset' in scsi_sysfs.c to
perform adapter or firmware reset as suggested by
Mike Christie here:
http://marc.info/?l=linux-scsi&m=127359347111167&w=2

user/application can write "adapter" or "firmware" on
this attr and it will call newly added function hook
in scsi_host_template to call LDD adapter or firmware
reset implementation.

Signed-off-by: Vikas Chaudhary <vikas.chaudhary@qlogic.com>
Reviewed-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/scsi_sysfs.c
include/scsi/scsi_host.h