On Wed, 2006-03-29 at 18:47 +0200, Ingo Flaschberger wrote: > - sdev->scsi_level = inq_result[2] & 0x07; > + > + if (BLIST_FORCE_SCSI2 & *bflags) { /* force SCSI2 for > RA4x00 */ > + sdev->scsi_level = 2; > + } else { > + sdev->scsi_level = inq_result[2] & 0x07; > + } Really no to this we're trying to get away from changing actual reported device information. I assume the device reports SCSI-3 and then something goes wrong with the REPORT LUNS scan? In which case BLIST_NOREPORTLUNS should work. 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