aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/qla2xxx/qla_def.h
diff options
context:
space:
mode:
authorandrew.vasquez@qlogic.com <andrew.vasquez@qlogic.com>2006-03-09 14:27:34 -0800
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>2006-03-12 09:39:55 -0600
commit6f6417905cf272337a9762e1f92a1fffa651fcd3 (patch)
tree39164863fb9325279c708e9dd08b1d2e76db393c /drivers/scsi/qla2xxx/qla_def.h
parent[SCSI] qla2xxx: Correct swing/emphasis settings on ISP24xx. (diff)
downloadlinux-dev-6f6417905cf272337a9762e1f92a1fffa651fcd3.tar.xz
linux-dev-6f6417905cf272337a9762e1f92a1fffa651fcd3.zip
[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.h2
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 {
/* NVRAM configuration data */
uint16_t nvram_size;
uint16_t nvram_base;
+ uint16_t vpd_size;
+ uint16_t vpd_base;
uint16_t loop_reset_delay;
uint8_t retry_count;