On Thu, Jul 31, 2003 at 08:55:06AM +0300, Thomas Backlund wrote:
My next kernel is out:

the primary reason I push this out already is because of some bugfixes,
so I haven't applied any patches sent to me that changes the configs,
but most of them is already is the src.rpm, just needing to be enabled...

i don't seem to be able to download correctly the src.rpm (all i get is 30MB of 0) tested from differnet machines connectivity and software.

As for SCSI multiple luns, I'm not shure if it should be enabled by default,
since the documentation states that it is safer that way...
and I cant justify satisfying a few people, but possibly breaking systems
for a lot of people...
If you have a different opinion than me on this, feel free to let me know...
( or know better than me ;-) ...)

scsi_scan.c:


#define MAX_SCSI_LUNS 0xFFFFFFFF

#ifdef CONFIG_SCSI_MULTI_LUN
static unsigned int max_scsi_luns = MAX_SCSI_LUNS;
#else
static unsigned int max_scsi_luns = 1;
#endif

#ifdef MODULE

MODULE_PARM(max_scsi_luns, "i");
MODULE_PARM_DESC(max_scsi_luns, "last scsi LUN (should be between 1 and 2^32-1)");

#else
...
__setup("max_scsi_luns=", scsi_luns_setup);
#endif

should i say more?

--
Luca Berra -- [EMAIL PROTECTED]
       Communication Media & Services S.r.l.
/"\
\ /     ASCII RIBBON CAMPAIGN
 X        AGAINST HTML MAIL
/ \



Reply via email to