[2315] in linux-scsi channel archive
Re: SCSI black/whitelist entry
daemon@ATHENA.MIT.EDU (Ian Jackson)
Wed Aug 20 09:53:46 1997
Date: Wed, 20 Aug 1997 14:47:51 +0100 (BST)
From: Ian Jackson <iwj@ncipher.com>
To: "Leonard N. Zubkoff" <lnz@dandelion.com>
Cc: drew@colorado.edu, linux-scsi@vger.rutgers.edu
--O+TEhF9T5R
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Leonard N. Zubkoff writes ("Re: SCSI black/whitelist entry"):
...
> I'd therefore be grateful if you would include the following patch in
> forthcoming releases (including any new 2.0.x release, if you feel it
> appropriate).
...
> I'm actually the appropriate person these days. Your patch looks entirely
> reasonable for both 2.0.x and 2.1.x in my opinion, and I've forwarded it to
> Linus for inclusion.
Thanks. I see that it made it into 2.0.31pre4, but I can't find it in
2.1.50. Is there some problem, or has it just got lost in the noise ?
I've attached a copy of my original message, including the one-line patch.
Ian.
--O+TEhF9T5R
Content-Type: message/rfc822
Content-Transfer-Encoding: 7bit
Content-Length: 1314
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: VM 6.30 under Emacs 19.34.1
From: Ian Jackson <iwj@ncipher.com>
To: <drew@colorado.edu>, <eric@aib.com>,
linux-scsi@vger.rutgers.edu
Subject: SCSI black/whitelist entry
(Hi. I am the same Ian Jackson as used to maintain the FAQ, &c, but
I'm mailing you wrt my employer's business today.)
We manufacture a SCSI processor device (for hardware acceleration of
cryptography) which needs to use LUNs 0 and 1. By default of course
Linux doesn't probe beyond LUN 0. We can get our users to set the
max_scsi_luns or CONFIG_SCSI_MULTI_LUN, but it would be much better if
we could have an entry added to the table in scsi.c to have Linux
probe the remaining LUNs automatically.
I'd therefore be grateful if you would include the following patch in
forthcoming releases (including any new 2.0.x release, if you feel it
appropriate).
If you're not the appropriate people to mail please redirect me.
Thanks,
Ian.
diff -ru linux-2.0.18/drivers/scsi/scsi.c linux-2.0.18-iwj-test-whitelist/drivers/scsi/scsi.c
--- linux-2.0.18/drivers/scsi/scsi.c Tue Jun 10 11:24:55 1997
+++ linux-2.0.18-iwj-test-whitelist/drivers/scsi/scsi.c Mon Jul 7 15:26:42 1997
@@ -282,6 +282,7 @@
{"PIONEER","CD-ROM DRM-604X","*", BLIST_FORCELUN | BLIST_SINGLELUN},
{"EMULEX","MD21/S2 ESDI","*", BLIST_SINGLELUN},
{"CANON","IPUBJD","*", BLIST_SPARSELUN},
+{"nCipher","Fastness Crypto","*", BLIST_FORCELUN},
/*
* Must be at end of list...
*/
Only in linux-2.0.18-iwj-test-whitelist/drivers/scsi: scsi.c~
--O+TEhF9T5R--