[2168] in linux-scsi channel archive
SCSI black/whitelist entry
daemon@ATHENA.MIT.EDU (Ian Jackson)
Thu Jul 17 15:25:47 1997
Date: Thu, 17 Jul 1997 11:09:30 +0100 (BST)
From: Ian Jackson <iwj@ncipher.com>
To: <drew@colorado.edu>, <eric@aib.com>, linux-scsi@vger.rutgers.edu
(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~