From: <misterbawb@gmail.com>
To: linux-scsi@vger.kernel.org
Subject: Dell 660F needs BLIST_LARGELUN
Date: Thu, 30 Sep 2004 14:26:11 -0400 [thread overview]
Message-ID: <fa7105a5040930112612ae0bf4@mail.gmail.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 329 bytes --]
I have a 660F array here with 14 LUNs, and 2.6.8.1 fails to detect any
past the first 8. Attached is a patch to fix that.
2.4.26 already has the largelun flag for the 660F:
http://linux.bkbits.net:8080/linux-2.4/diffs/drivers/scsi/scsi_scan.c@1.16?nav=index.html|src/|src/drivers|src/drivers/scsi|hist/drivers/scsi/scsi_scan.c
[-- Attachment #2: dell-660F-largelun.patch --]
[-- Type: application/octet-stream, Size: 600 bytes --]
--- scsi_devinfo.c.orig 2004-09-30 09:20:38.961125680 -0400
+++ scsi_devinfo.c 2004-09-30 09:21:00.172901000 -0400
@@ -132,7 +132,7 @@
{"COMPAQ", "HSV110", NULL, BLIST_REPORTLUN2 | BLIST_NOSTARTONADD},
{"DDN", "SAN DataDirector", "*", BLIST_SPARSELUN},
{"DEC", "HSG80", NULL, BLIST_SPARSELUN | BLIST_NOSTARTONADD},
- {"DELL", "PV660F", NULL, BLIST_SPARSELUN},
+ {"DELL", "PV660F", NULL, BLIST_SPARSELUN | BLIST_LARGELUN},
{"DELL", "PV660F PSEUDO", NULL, BLIST_SPARSELUN},
{"DELL", "PSEUDO DEVICE .", NULL, BLIST_SPARSELUN}, /* Dell PV 530F */
{"DELL", "PV530F", NULL, BLIST_SPARSELUN},
next reply other threads:[~2004-09-30 18:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-09-30 18:26 misterbawb [this message]
2004-09-30 18:48 ` Dell 660F needs BLIST_LARGELUN James Bottomley
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=fa7105a5040930112612ae0bf4@mail.gmail.com \
--to=misterbawb@gmail.com \
--cc=linux-scsi@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.