diff options
author | Armen Baloyan <armen.baloyan@qlogic.com> | 2013-08-27 01:37:42 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2013-09-03 10:28:04 -0400 |
commit | f9a2a543566a5a61ff5b7d63d8cc16c0dbca151c (patch) | |
tree | 21edd0127e1703416b0f06fd7ac94cf1ba584006 /drivers/scsi/qla2xxx/qla_def.h | |
parent | 1fe19ee48895a3b497c8f05fab3d5533535ccf04 (diff) |
[SCSI] qla2xxx: Add changes in initialization for ISPFX00 cards with BIOS
Signed-off-by: Armen Baloyan <armen.baloyan@qlogic.com>
Signed-off-by: Saurav Kashyap <saurav.kashyap@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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/qla2xxx/qla_def.h b/drivers/scsi/qla2xxx/qla_def.h index 0aa1beaf1b97..d6eefb872bf6 100644 --- a/drivers/scsi/qla2xxx/qla_def.h +++ b/drivers/scsi/qla2xxx/qla_def.h | |||
@@ -643,6 +643,7 @@ struct device_reg_fx00 { | |||
643 | uint32_t initval6; /* C8 */ | 643 | uint32_t initval6; /* C8 */ |
644 | uint32_t initval7; /* CC */ | 644 | uint32_t initval7; /* CC */ |
645 | uint32_t fwheartbeat; /* D0 */ | 645 | uint32_t fwheartbeat; /* D0 */ |
646 | uint32_t pseudoaen; /* D4 */ | ||
646 | }; | 647 | }; |
647 | 648 | ||
648 | 649 | ||