From: Craig Tierney <ctierney@hpti.com>
To: linux-kernel@vger.kernel.org
Subject: Question about change in scsi_scan.c
Date: Wed, 21 Nov 2001 16:51:42 -0700 [thread overview]
Message-ID: <20011121165142.G25204@hpti.com> (raw)
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)
reply other threads:[~2001-11-21 23:55 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20011121165142.G25204@hpti.com \
--to=ctierney@hpti.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox