On Tue, Aug 31, 1999 at 04:15:29AM -0400, Doug Ledford wrote:
> > options aic7xxx aic7xxx=verbose,extended
> 
> The second line above is broken.  As is documented in the file
> /usr/src/linux/drivers/scsi/README.aic7xxx, the aic7xxx= portion of an insmod
> command can not have any commas (,) present.  The program insmod doesn't
> handle the comma correctly and the options don't get passed to the driver. 

Sorry?
I got lots of modules working with comma separated options. I can't find any
insmod bug. 
Ah, you probably expect your commas to not separate your string, right?
May you should not use "s", but "1-16s" in MODULE_PARM and use aic7xxx[] for
storing the options.

Regards,
-- 
Kurt Garloff  <[EMAIL PROTECTED]>                             Wuppertal, FRG
PGP2 key: See mail header, key servers            Linux kernel development
SuSE GmbH, N�rnberg, FRG               SCSI drivers: tmscsim(DC390), DC395

PGP signature

Reply via email to