Add the ability for an application to issue a hardware reset to the adapter via sysfs. Typical uses include restarting the adapter after it has been flashed. Bumped revision number for the driver and added a feature to periodically check the adapter's health (check_interval), update the adapter's concept of time (update_interval) and block checking/resetting of the adapter (check_reset). This attached patch is against current scsi-misc-2.6, scsi-rc-fixes-2.6 & scsi-pending-2.6 ObligatoryDisclaimer: Please accept my condolences regarding Outlook's handling of patch attachments. Signed-off-by: Mark Salyzyn <aacraid@xxxxxxxxxxx> drivers/scsi/aacraid/aachba.c | 18 +++ drivers/scsi/aacraid/aacraid.h | 25 ++++ drivers/scsi/aacraid/commsup.c | 210 +++++++++++++++++++++++++++++++++++++---- drivers/scsi/aacraid/linit.c | 46 ++++++++ drivers/scsi/aacraid/rx.c | 35 +++--- 5 files changed, 295 insertions(+), 39 deletions(-)
Attachment:
aacraid_user_reset.patch
Description: aacraid_user_reset.patch