From: Mike MIller <[email protected]>

Signed-off-by: Mike MIller <[email protected]>
Acked-by: Stephen M. Cameron <[email protected]>
---
 drivers/scsi/hpsa.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/drivers/scsi/hpsa.c b/drivers/scsi/hpsa.c
index f0bd511..e471782 100644
--- a/drivers/scsi/hpsa.c
+++ b/drivers/scsi/hpsa.c
@@ -2126,7 +2126,8 @@ static int hpsa_gather_lun_info(struct ctlr_info *h,
        *physical_mode = 0;
 
        /* For I/O accelerator mode we need to read physical device handles */
-       if (h->transMethod & CFGTBL_Trans_io_accel1) {
+       if (h->transMethod & CFGTBL_Trans_io_accel1 ||
+               h->transMethod & CFGTBL_Trans_io_accel2) {
                *physical_mode = HPSA_REPORT_PHYS_EXTENDED;
                physical_entry_size = 24;
        }

--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to