summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_def.h
diff options
context:
space:
mode:
authorGiridhar Malavali <giridhar.malavali@qlogic.com>2011-11-18 09:03:16 -0800
committerJames Bottomley <JBottomley@Parallels.com>2011-12-15 10:55:04 +0400
commit706f457d000c8f334a1af37508d946a561d5929a (patch)
tree67dfc7376b52bedb3b1dbd3bc8732c792c9f11b4 /drivers/scsi/qla2xxx/qla_def.h
parent2e26426917ae5b093d355abe1fc1a7b89492f0e6 (diff)
downloadop-kernel-dev-706f457d000c8f334a1af37508d946a561d5929a.zip
op-kernel-dev-706f457d000c8f334a1af37508d946a561d5929a.tar.gz
[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 964e288..d046db1 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 *************************************************************/
OpenPOWER on IntegriCloud