On Mon, Jan 05, 2004 at 09:34:41AM -0700, Tom Rini wrote: > On Sun, Jan 04, 2004 at 05:08:49PM +1100, Rusty Russell wrote: > > > In message <1072821970727 at kroah.com> you write: > > > +/* If fix_hstcfg is set to anything different from 0, we reset one of the > > > + registers to be a valid value. */ > > > +static int fix_hstcfg = 0; > > > +MODULE_PARM(fix_hstcfg, "i"); > > > +MODULE_PARM_DESC(fix_hstcfg, > > > + "Fix config register. Needed on some boards (Force CPCI735)."); > > > + > > > > BTW, it'd be nice if someone converted these to module_param, too... > > Done. Applied, thanks. greg k-h