On Wed, Mar 29, 2006 at 10:11:47PM +0200, Kurt Garloff wrote: > @@ -945,11 +945,13 @@ static void scsi_sequential_lun_scan(str > sparse_lun = 0; > > /* > - * If not sparse lun and no device attached at LUN 0 do not scan > - * any further. > - */ > + * If LUN0 did respond, but did not have an attachable LUN (PQ=3), > + * we do NOT abort the sequential scan yet, let's try one more > + * LUN and only abort the scan if we don't find anything there. > + * > if (!sparse_lun && (lun0_res != SCSI_SCAN_LUN_PRESENT)) > return; > + */ Just delete all that, and get rid of lun0_res. -- Patrick Mansfield - : 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