Re: Compaq Fiber Channel Array RM4000 / 2.6.16 kernel patch

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hello James,


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

The device reports "zero" and thats why I need to force SCSI2!
Its better to force SCSI2 in one position than to deal with "SCSI_UNKNOWN" in severall position?

and then
something goes wrong with the REPORT LUNS scan?  In which case
BLIST_NOREPORTLUNS should work.

no, does not work.

Sorry, thats the only idea I have to ship around the problem.

bye,
	Ingo
-
: 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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [SCSI Target Devel]     [Linux SCSI Target Infrastructure]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Linux IIO]     [Samba]     [Device Mapper]
  Powered by Linux