commit | 8ce13de2ad0df5239340e885e5513d9ad98439e0 | [log] [tgz] |
---|---|---|
author | Kashyap, Desai <kashyap.desai@lsi.com> | Thu Jun 17 14:35:46 2010 +0530 |
committer | James Bottomley <James.Bottomley@suse.de> | Tue Jul 27 12:02:27 2010 -0500 |
tree | 7a3c3cecd838198fb5a74a9149ea5369c2b7004a | |
parent | d4572c3dbb00fa47b9e8cd496f12a8ec9e9b66c3 [diff] |
[SCSI] mptfusion: Set fw_events_off to 1 at driver load time. fw_events_off is flag checking for driver to do Event handling or not. Normally it should be OFF at the time of initialization. Only enable it at the time of INTR enable of device first time. This will always occur only after resource allocation. ioc->fw_events_off = 1 is set in mpt_attach() Signed-off-by: Kashyap Desai <kashyap.desai@lsi.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>