diff options
Diffstat (limited to 'drivers/scsi/hpsa_cmd.h')
-rw-r--r-- | drivers/scsi/hpsa_cmd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/hpsa_cmd.h b/drivers/scsi/hpsa_cmd.h index 8fd35a7abcd1..55d741b019db 100644 --- a/drivers/scsi/hpsa_cmd.h +++ b/drivers/scsi/hpsa_cmd.h | |||
@@ -101,6 +101,7 @@ | |||
101 | #define CFGTBL_ChangeReq 0x00000001l | 101 | #define CFGTBL_ChangeReq 0x00000001l |
102 | #define CFGTBL_AccCmds 0x00000001l | 102 | #define CFGTBL_AccCmds 0x00000001l |
103 | #define DOORBELL_CTLR_RESET 0x00000004l | 103 | #define DOORBELL_CTLR_RESET 0x00000004l |
104 | #define DOORBELL_CTLR_RESET2 0x00000020l | ||
104 | 105 | ||
105 | #define CFGTBL_Trans_Simple 0x00000002l | 106 | #define CFGTBL_Trans_Simple 0x00000002l |
106 | #define CFGTBL_Trans_Performant 0x00000004l | 107 | #define CFGTBL_Trans_Performant 0x00000004l |
@@ -337,6 +338,7 @@ struct CfgTable { | |||
337 | u8 reserved[0x78 - 0x58]; | 338 | u8 reserved[0x78 - 0x58]; |
338 | u32 misc_fw_support; /* offset 0x78 */ | 339 | u32 misc_fw_support; /* offset 0x78 */ |
339 | #define MISC_FW_DOORBELL_RESET (0x02) | 340 | #define MISC_FW_DOORBELL_RESET (0x02) |
341 | #define MISC_FW_DOORBELL_RESET2 (0x010) | ||
340 | u8 driver_version[32]; | 342 | u8 driver_version[32]; |
341 | }; | 343 | }; |
342 | 344 | ||