diff options
author | Anand Kumar Santhanam <AnandKumar.Santhanam@pmcs.com> | 2013-09-18 09:24:41 +0200 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2013-10-25 10:58:14 +0200 |
commit | 966fdcff8eb78cce81da8f5adc5b7fe601b53d18 (patch) | |
tree | 31edbb4ff5b10f2aea4a580d4262c9ebdf60e12f /drivers/scsi/pm8001/pm8001_ctl.h | |
parent | [SCSI] pm80xx: Indirect SMP request fix. (diff) | |
download | linux-966fdcff8eb78cce81da8f5adc5b7fe601b53d18.tar.xz linux-966fdcff8eb78cce81da8f5adc5b7fe601b53d18.zip |
[SCSI] pm80xx: Display controller BIOS version.
Signed-off-by: Anandkumar.Santhanam@pmcs.com
Reviewed-by: Jack Wang <jinpu.wang@profitbricks.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/pm8001/pm8001_ctl.h')
-rw-r--r-- | drivers/scsi/pm8001/pm8001_ctl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/pm8001/pm8001_ctl.h b/drivers/scsi/pm8001/pm8001_ctl.h index 63ad4aa0c422..c6d8fdd3b9b9 100644 --- a/drivers/scsi/pm8001/pm8001_ctl.h +++ b/drivers/scsi/pm8001/pm8001_ctl.h @@ -45,6 +45,8 @@ #define HEADER_LEN 28 #define SIZE_OFFSET 16 +#define BIOSOFFSET 56 +#define BIOS_OFFSET_LIMIT 61 #define FLASH_OK 0x000000 #define FAIL_OPEN_BIOS_FILE 0x000100 |