[SCSI] qla2xxx: Issue correct MBC_INITIALIZE_FIRMWARE command.
authorSeokmann Ju <seokmann.ju@qlogic.com>
Thu, 17 Jan 2008 17:02:19 +0000 (09:02 -0800)
committerJames Bottomley <James.Bottomley@HansenPartnership.com>
Wed, 23 Jan 2008 17:29:33 +0000 (11:29 -0600)
commitc48339decceec8e011498b0fc4c7c7d8b2ea06c1
tree7e6a4d4c36d6647a9822ccb6b36b5c8dee16e51b
parentfc44765f5a232d451fa58a04606b254ac257b429
[SCSI] qla2xxx: Issue correct MBC_INITIALIZE_FIRMWARE command.

There is a case where 54xx HBA loads MID firmware as it use 24xx
firmware. In this case, the driver should issue
MBC_MID_INITIALIZE FIRMWARE even though the HBA doesn't support
NPIV.  This patch make changes in the driver so that could behave
accordingly.

Signed-off-by: Seokmann Ju <seokmann.ju@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
drivers/scsi/qla2xxx/qla_init.c
drivers/scsi/qla2xxx/qla_mbx.c