On Wed, 2006-03-29 at 20:35 +0200, Ingo Flaschberger wrote: > scsi_report_lun_scan: > if ((bflags & BLIST_NOREPORTLUN) || > starget->scsi_level < SCSI_2 || > (starget->scsi_level < SCSI_3 && > (!(bflags & BLIST_REPORTLUN2) || shost->max_lun <= 8)) ) > return 1; Doesn't SCSI_UNKNOWN satisfy the starget->scsi_level < SCSI_2, so the additional NOREPORTLUN should be unnecessary? James - : 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