提交 8ce3f570 编写于 作者: H Himanshu Madhani 提交者: Martin K. Petersen
上级 c73191b8
...@@ -2223,6 +2223,7 @@ qla2x00_set_isp_flags(struct qla_hw_data *ha) ...@@ -2223,6 +2223,7 @@ qla2x00_set_isp_flags(struct qla_hw_data *ha)
ha->device_type |= DT_ZIO_SUPPORTED; ha->device_type |= DT_ZIO_SUPPORTED;
ha->device_type |= DT_FWI2; ha->device_type |= DT_FWI2;
ha->device_type |= DT_IIDMA; ha->device_type |= DT_IIDMA;
ha->device_type |= DT_T10_PI;
ha->fw_srisc_address = RISC_START_ADDRESS_2400; ha->fw_srisc_address = RISC_START_ADDRESS_2400;
break; break;
case PCI_DEVICE_ID_QLOGIC_ISP2271: case PCI_DEVICE_ID_QLOGIC_ISP2271:
...@@ -2230,6 +2231,7 @@ qla2x00_set_isp_flags(struct qla_hw_data *ha) ...@@ -2230,6 +2231,7 @@ qla2x00_set_isp_flags(struct qla_hw_data *ha)
ha->device_type |= DT_ZIO_SUPPORTED; ha->device_type |= DT_ZIO_SUPPORTED;
ha->device_type |= DT_FWI2; ha->device_type |= DT_FWI2;
ha->device_type |= DT_IIDMA; ha->device_type |= DT_IIDMA;
ha->device_type |= DT_T10_PI;
ha->fw_srisc_address = RISC_START_ADDRESS_2400; ha->fw_srisc_address = RISC_START_ADDRESS_2400;
break; break;
case PCI_DEVICE_ID_QLOGIC_ISP2261: case PCI_DEVICE_ID_QLOGIC_ISP2261:
...@@ -2237,6 +2239,7 @@ qla2x00_set_isp_flags(struct qla_hw_data *ha) ...@@ -2237,6 +2239,7 @@ qla2x00_set_isp_flags(struct qla_hw_data *ha)
ha->device_type |= DT_ZIO_SUPPORTED; ha->device_type |= DT_ZIO_SUPPORTED;
ha->device_type |= DT_FWI2; ha->device_type |= DT_FWI2;
ha->device_type |= DT_IIDMA; ha->device_type |= DT_IIDMA;
ha->device_type |= DT_T10_PI;
ha->fw_srisc_address = RISC_START_ADDRESS_2400; ha->fw_srisc_address = RISC_START_ADDRESS_2400;
break; break;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册