diff options
author | Andrew Vasquez <andrew.vasquez@qlogic.com> | 2007-07-19 18:05:57 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.localdomain> | 2007-07-20 10:02:04 -0400 |
commit | c76f2c013f7fce83d54acd9d414af7e989e0a1dd (patch) | |
tree | a6ad292a7afce772d848354a11d8f3794b82ef2a /drivers/scsi/qla2xxx/qla_os.c | |
parent | e428924ccdf4644c58e23c2314ab970ff3afc607 (diff) |
[SCSI] qla2xxx: Generalize iIDMA support.
In preparation for new ISP types.
Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_os.c')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_os.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/qla2xxx/qla_os.c b/drivers/scsi/qla2xxx/qla_os.c index e246f944957d..d19fd7978f83 100644 --- a/drivers/scsi/qla2xxx/qla_os.c +++ b/drivers/scsi/qla2xxx/qla_os.c | |||
@@ -1239,12 +1239,14 @@ qla2x00_set_isp_flags(scsi_qla_host_t *ha) | |||
1239 | ha->device_type |= DT_ISP2422; | 1239 | ha->device_type |= DT_ISP2422; |
1240 | ha->device_type |= DT_ZIO_SUPPORTED; | 1240 | ha->device_type |= DT_ZIO_SUPPORTED; |
1241 | ha->device_type |= DT_FWI2; | 1241 | ha->device_type |= DT_FWI2; |
1242 | ha->device_type |= DT_IIDMA; | ||
1242 | ha->fw_srisc_address = RISC_START_ADDRESS_2400; | 1243 | ha->fw_srisc_address = RISC_START_ADDRESS_2400; |
1243 | break; | 1244 | break; |
1244 | case PCI_DEVICE_ID_QLOGIC_ISP2432: | 1245 | case PCI_DEVICE_ID_QLOGIC_ISP2432: |
1245 | ha->device_type |= DT_ISP2432; | 1246 | ha->device_type |= DT_ISP2432; |
1246 | ha->device_type |= DT_ZIO_SUPPORTED; | 1247 | ha->device_type |= DT_ZIO_SUPPORTED; |
1247 | ha->device_type |= DT_FWI2; | 1248 | ha->device_type |= DT_FWI2; |
1249 | ha->device_type |= DT_IIDMA; | ||
1248 | ha->fw_srisc_address = RISC_START_ADDRESS_2400; | 1250 | ha->fw_srisc_address = RISC_START_ADDRESS_2400; |
1249 | break; | 1251 | break; |
1250 | case PCI_DEVICE_ID_QLOGIC_ISP5422: | 1252 | case PCI_DEVICE_ID_QLOGIC_ISP5422: |