Merge branch 'pmtimer-overflow' into release
[linux-2.6] / drivers / scsi / qla2xxx / qla_dfs.c
index 0e366a1..c66036d 100644 (file)
@@ -113,7 +113,8 @@ int
 qla2x00_dfs_setup(scsi_qla_host_t *vha)
 {
        struct qla_hw_data *ha = vha->hw;
-       if (!IS_QLA25XX(ha))
+
+       if (!IS_QLA25XX(ha) && !IS_QLA81XX(ha))
                goto out;
        if (!ha->fce)
                goto out;