Fix ipr to include all disks in the supported device list, not just disks formatted to advanced function format. Signed-off-by: Brian King <brking@xxxxxxxxxx> --- drivers/scsi/ipr.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/scsi/ipr.c~ipr_set_supported_devs drivers/scsi/ipr.c --- linux-2.6/drivers/scsi/ipr.c~ipr_set_supported_devs 2005-10-31 21:52:59.299894792 -0600 +++ linux-2.6-bjking1/drivers/scsi/ipr.c 2005-10-31 21:53:00.039782312 -0600 @@ -4111,7 +4111,7 @@ static int ipr_set_supported_devs(struct ipr_cmd->job_step = ipr_ioa_reset_done; list_for_each_entry_continue(res, &ioa_cfg->used_res_q, queue) { - if (!ipr_is_af_dasd_device(res)) + if (!IPR_IS_DASD_DEVICE(res->cfgte.std_inq_data)) continue; ipr_cmd->u.res = res; _ - : send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html