Viestiss� Torstai 31 Hein�kuu 2003 10:27, Luca Berra kirjoitti: > 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. >
That's weird... It works here... the filesize is 39.949.228 bytes and the md5sums file is at http://www.iki.fi/tmb/Cooker/md5sums.asc > >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? as stated in another mail, I'll switch it on in the next kernel... Thomas
