summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_def.h
diff options
context:
space:
mode:
authorGiridhar Malavali2011-11-18 18:03:16 +0100
committerJames Bottomley2011-12-15 07:55:04 +0100
commit706f457d000c8f334a1af37508d946a561d5929a (patch)
tree67dfc7376b52bedb3b1dbd3bc8732c792c9f11b4 /drivers/scsi/qla2xxx/qla_def.h
parent[SCSI] qla2xxx: Corrected the display of firmware dump availability for ISP82xx. (diff)
downloadkernel-qcow2-linux-706f457d000c8f334a1af37508d946a561d5929a.tar.gz
kernel-qcow2-linux-706f457d000c8f334a1af37508d946a561d5929a.tar.xz
kernel-qcow2-linux-706f457d000c8f334a1af37508d946a561d5929a.zip
[SCSI] qla2xxx: Added a new entry to ISP specific function pointers structure.
Add a new function to ISP specific pointers structure to take care of ISP specific PCI IO space configuration. 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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/qla2xxx/qla_def.h b/drivers/scsi/qla2xxx/qla_def.h
index 964e2886311b..d046db1a2ded 100644
--- a/drivers/scsi/qla2xxx/qla_def.h
+++ b/drivers/scsi/qla2xxx/qla_def.h
@@ -2244,6 +2244,7 @@ struct isp_operations {
int (*get_flash_version) (struct scsi_qla_host *, void *);
int (*start_scsi) (srb_t *);
int (*abort_isp) (struct scsi_qla_host *);
+ int (*iospace_config)(struct qla_hw_data*);
};
/* MSI-X Support *************************************************************/