diff options
author | Krishna Gudipati <kgudipat@brocade.com> | 2012-09-21 20:25:02 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-10-07 06:13:00 -0400 |
commit | ea5d7c9ecb08d65af9ebf8db113e576430a6a14f (patch) | |
tree | 6697ab9bcc698f060e7ddb2ce9fa35751fbea285 /drivers/scsi/bfa/bfi.h | |
parent | 227fab90bff260f453d9da853b09679581bafd55 (diff) |
[SCSI] bfa: Add support to have mfg date as part of adapter attributes
Made changes to expose mfg day/month/year as part of the
adapter attributes for user space applications.
Signed-off-by: Vijaya Mohan Guvva <vmohan@brocade.com>
Signed-off-by: Krishna Gudipati <kgudipat@brocade.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/bfa/bfi.h')
-rw-r--r-- | drivers/scsi/bfa/bfi.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/scsi/bfa/bfi.h b/drivers/scsi/bfa/bfi.h index b2ba0b2e91b2..e6269c28eaa2 100644 --- a/drivers/scsi/bfa/bfi.h +++ b/drivers/scsi/bfa/bfi.h | |||
@@ -288,6 +288,9 @@ struct bfi_ioc_attr_s { | |||
288 | char optrom_version[BFA_VERSION_LEN]; | 288 | char optrom_version[BFA_VERSION_LEN]; |
289 | struct bfa_mfg_vpd_s vpd; | 289 | struct bfa_mfg_vpd_s vpd; |
290 | u32 card_type; /* card type */ | 290 | u32 card_type; /* card type */ |
291 | u8 mfg_day; /* manufacturing day */ | ||
292 | u8 mfg_month; /* manufacturing month */ | ||
293 | u16 mfg_year; /* manufacturing year */ | ||
291 | }; | 294 | }; |
292 | 295 | ||
293 | /* | 296 | /* |