diff options
author | Anand Kumar Santhanam <AnandKumar.Santhanam@pmcs.com> | 2013-09-18 12:54:41 +0530 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2013-10-25 09:58:14 +0100 |
commit | 966fdcff8eb78cce81da8f5adc5b7fe601b53d18 (patch) | |
tree | 31edbb4ff5b10f2aea4a580d4262c9ebdf60e12f /drivers/scsi/pm8001/pm8001_ctl.h | |
parent | cb993e5d50dd82e3d675225e2eff3c77951682b0 (diff) | |
download | op-kernel-dev-966fdcff8eb78cce81da8f5adc5b7fe601b53d18.zip op-kernel-dev-966fdcff8eb78cce81da8f5adc5b7fe601b53d18.tar.gz |
[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 63ad4aa..c6d8fdd3 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 |