diff options
author | andrew.vasquez@qlogic.com <andrew.vasquez@qlogic.com> | 2006-03-09 17:27:34 -0500 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-03-12 10:39:55 -0500 |
commit | 6f6417905cf272337a9762e1f92a1fffa651fcd3 (patch) | |
tree | 39164863fb9325279c708e9dd08b1d2e76db393c /drivers/scsi/qla2xxx/qla_def.h | |
parent | fdbc6833c53a1c2ec2b122cd53e69e6136dcc774 (diff) |
[SCSI] qla2xxx: Add VPD sysfs attribute.
Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_def.h')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_def.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/qla2xxx/qla_def.h b/drivers/scsi/qla2xxx/qla_def.h index e1a7769008ee..20798f93d8da 100644 --- a/drivers/scsi/qla2xxx/qla_def.h +++ b/drivers/scsi/qla2xxx/qla_def.h | |||
@@ -2344,6 +2344,8 @@ typedef struct scsi_qla_host { | |||
2344 | /* NVRAM configuration data */ | 2344 | /* NVRAM configuration data */ |
2345 | uint16_t nvram_size; | 2345 | uint16_t nvram_size; |
2346 | uint16_t nvram_base; | 2346 | uint16_t nvram_base; |
2347 | uint16_t vpd_size; | ||
2348 | uint16_t vpd_base; | ||
2347 | 2349 | ||
2348 | uint16_t loop_reset_delay; | 2350 | uint16_t loop_reset_delay; |
2349 | uint8_t retry_count; | 2351 | uint8_t retry_count; |