diff options
author | James Smart <james.smart@emulex.com> | 2012-08-03 12:37:08 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-09-14 14:46:06 +0100 |
commit | 940eb687b34dd070f54aaa2cdf94e9a88188a4ee (patch) | |
tree | 5f32dddeb8be5abbaaa9b85c6ac0a5ef2f119728 /drivers/scsi/lpfc/lpfc_hw.h | |
parent | c85a65ac55a9adc850c4485d11fac06d13ed2fa5 (diff) | |
download | op-kernel-dev-940eb687b34dd070f54aaa2cdf94e9a88188a4ee.zip op-kernel-dev-940eb687b34dd070f54aaa2cdf94e9a88188a4ee.tar.gz |
[SCSI] lpfc 8.3.33: Fixed incomplete list of SLI4 commands with extended timeout value
Signed-off-by: James Smart <james.smart@emulex.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_hw.h')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_hw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/lpfc/lpfc_hw.h b/drivers/scsi/lpfc/lpfc_hw.h index d744704..9ff188e 100644 --- a/drivers/scsi/lpfc/lpfc_hw.h +++ b/drivers/scsi/lpfc/lpfc_hw.h @@ -1460,6 +1460,7 @@ typedef struct { /* FireFly BIU registers */ #define MBX_UNREG_FCFI 0xA2 #define MBX_INIT_VFI 0xA3 #define MBX_INIT_VPI 0xA4 +#define MBX_ACCESS_VDATA 0xA5 #define MBX_AUTH_PORT 0xF8 #define MBX_SECURITY_MGMT 0xF9 |