summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla4xxx/ql4_bsg.h
diff options
context:
space:
mode:
authorHarish Zunjarrao2011-08-12 11:51:27 +0200
committerJames Bottomley2011-08-27 16:36:44 +0200
commit6085491c34b37fa806f70ccd3fb2bf08416e9e98 (patch)
tree50ee5729de3dfce344ea525ee5c64c896cf7ca06 /drivers/scsi/qla4xxx/ql4_bsg.h
parent[SCSI] qla4xxx: Added restore factory defaults support using BSG (diff)
downloadkernel-qcow2-linux-6085491c34b37fa806f70ccd3fb2bf08416e9e98.tar.gz
kernel-qcow2-linux-6085491c34b37fa806f70ccd3fb2bf08416e9e98.tar.xz
kernel-qcow2-linux-6085491c34b37fa806f70ccd3fb2bf08416e9e98.zip
[SCSI] qla4xxx: Added Get ACB support using BSG
This command is used to read ACB params from firmware Signed-off-by: Harish Zunjarrao <harish.zunjarrao@qlogic.com> Signed-off-by: Vikas Chaudhary <vikas.chaudhary@qlogic.com> Reviewed-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/qla4xxx/ql4_bsg.h')
-rw-r--r--drivers/scsi/qla4xxx/ql4_bsg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/qla4xxx/ql4_bsg.h b/drivers/scsi/qla4xxx/ql4_bsg.h
index 84a1391f9865..c6a0364509fd 100644
--- a/drivers/scsi/qla4xxx/ql4_bsg.h
+++ b/drivers/scsi/qla4xxx/ql4_bsg.h
@@ -14,5 +14,6 @@
#define QLISCSI_VND_READ_NVRAM 4
#define QLISCSI_VND_UPDATE_NVRAM 5
#define QLISCSI_VND_RESTORE_DEFAULTS 6
+#define QLISCSI_VND_GET_ACB 7
#endif