diff options
author | Prakash, Sathya <sathya.prakash@lsi.com> | 2007-07-17 14:18:41 +0530 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.localdomain> | 2007-07-18 11:17:25 -0500 |
commit | ef1d8df72fce074584244a8e3c4ae91606ccd784 (patch) | |
tree | 83bead6af09d0d3222459b971bb60de04be05a02 /drivers/message/fusion/mptbase.h | |
parent | 57ce21bfccaf3b24296f1e097682177e49017a57 (diff) | |
download | op-kernel-dev-ef1d8df72fce074584244a8e3c4ae91606ccd784.zip op-kernel-dev-ef1d8df72fce074584244a8e3c4ae91606ccd784.tar.gz |
[SCSI] mpt fusion: add support for Brocade branded LSI FC HBA
Add support for Brocade 410/420 4Gbit FC HBAs.
They are re-branded LSI HBAs [LSI7104EP-LC/LSI7204EP-LC]
Signed-off-by: Sathya Prakash <sathya.prakash@lsi.com>
Acked-by: "Moore, Eric" <Eric.Moore@lsi.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/message/fusion/mptbase.h')
-rw-r--r-- | drivers/message/fusion/mptbase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/message/fusion/mptbase.h b/drivers/message/fusion/mptbase.h index 959d243..98eb9c6 100644 --- a/drivers/message/fusion/mptbase.h +++ b/drivers/message/fusion/mptbase.h @@ -537,7 +537,7 @@ typedef struct _MPT_ADAPTER int id; /* Unique adapter id N {0,1,2,...} */ int pci_irq; /* This irq */ char name[MPT_NAME_LENGTH]; /* "iocN" */ - char *prod_name; /* "LSIFC9x9" */ + char prod_name[MPT_NAME_LENGTH]; /* "LSIFC9x9" */ char board_name[16]; char board_assembly[16]; char board_tracer[16]; |