diff options
author | Giridhar Malavali <giridhar.malavali@qlogic.com> | 2012-05-15 22:34:25 +0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-05-22 14:43:52 +0400 |
commit | b6d0d9d588db931f711a27df889080a18fba5166 (patch) | |
tree | 622398a549cc9a2af8f967f65f670f415a3eefb0 /drivers/scsi/qla2xxx/qla_def.h | |
parent | 4dc77c36f86c2dc4e3f483146d33b64d12c0da3f (diff) | |
download | linux-b6d0d9d588db931f711a27df889080a18fba5166.tar.xz |
[SCSI] qla2xxx: Don't capture minidump for ISP82xx on flash update from application.
Signed-off-by: Giridhar Malavali <giridhar.malavali@qlogic.com>
Signed-off-by: Chad Dupuis <chad.dupuis@qlogic.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_def.h')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/qla2xxx/qla_def.h b/drivers/scsi/qla2xxx/qla_def.h index 7aedd9011501..13c3fe1316fa 100644 --- a/drivers/scsi/qla2xxx/qla_def.h +++ b/drivers/scsi/qla2xxx/qla_def.h @@ -2462,6 +2462,7 @@ struct qla_hw_data { uint32_t thermal_supported:1; uint32_t isp82xx_reset_hdlr_active:1; uint32_t isp82xx_reset_owner:1; + uint32_t isp82xx_no_md_cap:1; /* 28 bits */ } flags; |