]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit4b9a8c29f0c8c5b41a3f2804a0e332180307ff6e
tree7e6a4d4c36d6647a9822ccb6b36b5c8dee16e51b
parentb3cb463aa26902815d9a70c7a7d370c84e6a2c81
[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