* Question about change in scsi_scan.c
@ 2001-11-21 23:51 Craig Tierney
0 siblings, 0 replies; only message in thread
From: Craig Tierney @ 2001-11-21 23:51 UTC (permalink / raw)
To: linux-kernel
Between 2.4.12 and 2.4.14 there
was a change to scsi_scan.c that
tells the detection code to not
look for more than 8 luns if
the scsi drive type is not SCSI_3
or better.
/* don't probe further for luns > 7 for targets <= SCSI_2 */
if ((lun0_sl < SCSI_3) && (lun > 7))
break;
Why????
My census raid reports SCSI_2 devices,
but I have 32 luns per controller? Under
2.4.14 I could no longer see all of the
luns until a changed the code here.
Why not use MAX_SCSI_LUNS?
Thanks,
Craig
--
Craig Tierney (ctierney@hpti.com)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-11-21 23:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-11-21 23:51 Question about change in scsi_scan.c Craig Tierney
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox